Class SchemaAwareBuilders
java.lang.Object
org.opendaylight.yangtools.yang.data.impl.schema.SchemaAwareBuilders
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptionanyXmlBuilder
(AnyxmlSchemaNode schema) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.choiceBuilder
(ChoiceSchemaNode schema) Deprecated, for removal: This API element is subject to removal in a future version.containerBuilder
(ContainerLike schema) Deprecated, for removal: This API element is subject to removal in a future version.containerBuilder
(ContainerLike schema, ContainerNode node) Deprecated, for removal: This API element is subject to removal in a future version.static <T> NormalizedNodeBuilder<YangInstanceIdentifier.NodeIdentifier,
T, LeafNode<T>> leafBuilder
(LeafSchemaNode schema) Deprecated, for removal: This API element is subject to removal in a future version.static <T> ListNodeBuilder<T,
SystemLeafSetNode<T>> leafSetBuilder
(LeafListSchemaNode schema) Deprecated, for removal: This API element is subject to removal in a future version.static <T> ListNodeBuilder<T,
SystemLeafSetNode<T>> leafSetBuilder
(LeafListSchemaNode schema, LeafSetNode<T> node) Deprecated, for removal: This API element is subject to removal in a future version.static <T> NormalizedNodeBuilder<YangInstanceIdentifier.NodeWithValue,
T, LeafSetEntryNode<T>> Deprecated, for removal: This API element is subject to removal in a future version.mapBuilder
(ListSchemaNode schema) Deprecated, for removal: This API element is subject to removal in a future version.mapBuilder
(ListSchemaNode schema, MapNode node) Deprecated, for removal: This API element is subject to removal in a future version.mapEntryBuilder
(ListSchemaNode schema) Deprecated, for removal: This API element is subject to removal in a future version.static <T> ListNodeBuilder<T,
UserLeafSetNode<T>> Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
anyXmlBuilder
public static NormalizedNodeBuilder<YangInstanceIdentifier.NodeIdentifier,DOMSource, anyXmlBuilderDOMSourceAnyxmlNode> (AnyxmlSchemaNode schema) Deprecated, for removal: This API element is subject to removal in a future version. -
leafBuilder
public static <T> NormalizedNodeBuilder<YangInstanceIdentifier.NodeIdentifier,T, leafBuilderLeafNode<T>> (LeafSchemaNode schema) Deprecated, for removal: This API element is subject to removal in a future version. -
leafSetEntryBuilder
public static <T> NormalizedNodeBuilder<YangInstanceIdentifier.NodeWithValue,T, leafSetEntryBuilderLeafSetEntryNode<T>> (LeafListSchemaNode schema) Deprecated, for removal: This API element is subject to removal in a future version. -
orderedLeafSetBuilder
public static <T> ListNodeBuilder<T,UserLeafSetNode<T>> orderedLeafSetBuilder(LeafListSchemaNode schema) Deprecated, for removal: This API element is subject to removal in a future version. -
leafSetBuilder
Deprecated, for removal: This API element is subject to removal in a future version. -
leafSetBuilder
public static <T> ListNodeBuilder<T,SystemLeafSetNode<T>> leafSetBuilder(LeafListSchemaNode schema, LeafSetNode<T> node) Deprecated, for removal: This API element is subject to removal in a future version. -
containerBuilder
public static DataContainerNodeBuilder<YangInstanceIdentifier.NodeIdentifier,ContainerNode> containerBuilder(ContainerLike schema) Deprecated, for removal: This API element is subject to removal in a future version. -
containerBuilder
public static DataContainerNodeBuilder<YangInstanceIdentifier.NodeIdentifier,ContainerNode> containerBuilder(ContainerLike schema, ContainerNode node) Deprecated, for removal: This API element is subject to removal in a future version. -
mapEntryBuilder
public static DataContainerNodeBuilder<YangInstanceIdentifier.NodeIdentifierWithPredicates,MapEntryNode> mapEntryBuilder(ListSchemaNode schema) Deprecated, for removal: This API element is subject to removal in a future version. -
mapBuilder
Deprecated, for removal: This API element is subject to removal in a future version. -
mapBuilder
public static CollectionNodeBuilder<MapEntryNode,SystemMapNode> mapBuilder(ListSchemaNode schema, MapNode node) Deprecated, for removal: This API element is subject to removal in a future version. -
augmentationBuilder
public static DataContainerNodeBuilder<YangInstanceIdentifier.AugmentationIdentifier,AugmentationNode> augmentationBuilder(AugmentationSchemaNode schema) Deprecated, for removal: This API element is subject to removal in a future version. -
choiceBuilder
public static DataContainerNodeBuilder<YangInstanceIdentifier.NodeIdentifier,ChoiceNode> choiceBuilder(ChoiceSchemaNode schema) Deprecated, for removal: This API element is subject to removal in a future version.
-