Class SchemaNodeUtils
- java.lang.Object
-
- org.opendaylight.yangtools.yang.model.util.SchemaNodeUtils
-
@Deprecated(since="7.0.0", forRemoval=true) public final class SchemaNodeUtils extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static @NonNull Collection<? extends ContainerSchemaNode>
getAllContainers(DataNodeContainer parent)
Deprecated, for removal: This API element is subject to removal in a future version.static @NonNull Collection<? extends TypeDefinition<?>>
getAllTypeDefinitions(DataNodeContainer parent)
Deprecated, for removal: This API element is subject to removal in a future version.static void
traverse(@NonNull DataNodeAggregator aggregator, DataNodeContainer dataNode)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
getAllTypeDefinitions
@Beta public static @NonNull Collection<? extends TypeDefinition<?>> getAllTypeDefinitions(DataNodeContainer parent)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getAllContainers
@Beta public static @NonNull Collection<? extends ContainerSchemaNode> getAllContainers(DataNodeContainer parent)
Deprecated, for removal: This API element is subject to removal in a future version.
-
traverse
@Beta public static void traverse(@NonNull DataNodeAggregator aggregator, DataNodeContainer dataNode)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-