Uses of Class
org.opendaylight.yangtools.yang.parser.api.YangParserConfiguration.Builder
Packages that use 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.Builder
initialized to default configuration.YangParserConfiguration.Builder.importResolutionMode
(ImportResolutionMode newImportResolutionMode) YangParserConfiguration.Builder.retainDeclarationReferences
(boolean newRetainDeclarationReferences) RetainDeclarationReference
to source location in the final parser product.YangParserConfiguration.Builder.warnForUnkeyedLists
(boolean newWarnForUnkeyedLists) Issue a warning when alist
statement without akey
statement is found in theconfig true
part of the schema tree.