| Package | Description |
|---|---|
| org.opendaylight.yangtools.yang.data.impl.codec | |
| org.opendaylight.yangtools.yang.data.impl.schema | |
| org.opendaylight.yangtools.yang.data.impl.schema.builder.impl | |
| org.opendaylight.yangtools.yang.data.util | |
| org.opendaylight.yangtools.yang.model.immutable |
Generated immutable implementations for org.opendaylight.yangtools.yang.model.api interfaces.
|
| org.opendaylight.yangtools.yang.model.util.type | |
| org.opendaylight.yangtools.yang.parser.rfc7950.stmt.leaf |
| Modifier and Type | Method and Description |
|---|---|
LeafSchemaNode |
SchemaTracker.leafNode(YangInstanceIdentifier.NodeIdentifier name) |
| Modifier and Type | Method and Description |
|---|---|
static <T> NormalizedNodeAttrBuilder<YangInstanceIdentifier.NodeIdentifier,T,LeafNode<T>> |
Builders.leafBuilder(LeafSchemaNode schema) |
| Modifier and Type | Method and Description |
|---|---|
static <T> @NonNull NormalizedNodeAttrBuilder<YangInstanceIdentifier.NodeIdentifier,T,LeafNode<T>> |
ImmutableLeafNodeSchemaAwareBuilder.create(LeafSchemaNode schema) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends LeafNode<?>> |
LeafInterner.forSchema(@Nullable LeafSchemaNode schema)
Return a
LeafInterner for a particular schema. |
| Modifier and Type | Method and Description |
|---|---|
LeafSchemaNode |
LeafSchemaNodeBuilder.build()
Builds a new
LeafSchemaNode. |
| Modifier and Type | Method and Description |
|---|---|
static @NonNull TypeDefinition<?> |
CompatUtils.compatLeafType(@NonNull LeafSchemaNode leaf)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LeafEffectiveStatementImpl |
| Modifier and Type | Method and Description |
|---|---|
Optional<LeafSchemaNode> |
LeafEffectiveStatementImpl.getOriginal() |
Copyright © 2019 OpenDaylight. All rights reserved.