Uses of Class
org.opendaylight.yangtools.yang.parser.api.YangParserConfiguration.Builder
-
Uses of YangParserConfiguration.Builder in org.opendaylight.yangtools.yang.parser.api
Methods in org.opendaylight.yangtools.yang.parser.api that return YangParserConfiguration.BuilderModifier and TypeMethodDescriptionYangParserConfiguration.builder()Return a newYangParserConfiguration.Builderinitialized to default configuration.YangParserConfiguration.Builder.importResolutionMode(ImportResolutionMode newImportResolutionMode) YangParserConfiguration.Builder.retainDeclarationReferences(boolean newRetainDeclarationReferences) RetainDeclarationReferenceto source location in the final parser product.YangParserConfiguration.Builder.warnForUnkeyedLists(boolean newWarnForUnkeyedLists) Issue a warning when aliststatement without akeystatement is found in theconfig truepart of the schema tree.