| 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.impl.schema.transform | |
| org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser | |
| org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer | |
| org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.parser | |
| org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.serializer | |
| 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.stmt.rfc6020.effective |
Contains implementation of Rfc6020 effective statements.
|
| 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> NormalizedNodeAttrBuilder<YangInstanceIdentifier.NodeIdentifier,T,LeafNode<T>> |
ImmutableLeafNodeSchemaAwareBuilder.create(LeafSchemaNode schema) |
| Modifier and Type | Method and Description |
|---|---|
ToNormalizedNodeParser<E,LeafNode<?>,LeafSchemaNode> |
ToNormalizedNodeParserFactory.getLeafNodeParser()
Deprecated.
|
FromNormalizedNodeSerializer<E,LeafNode<?>,LeafSchemaNode> |
FromNormalizedNodeSerializerFactory.getLeafNodeSerializer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
LeafNode<?> |
LeafNodeBaseParser.parse(Iterable<E> elements,
LeafSchemaNode schema)
Deprecated.
|
protected abstract Object |
LeafNodeBaseParser.parseLeaf(E element,
LeafSchemaNode schema)
Deprecated.
Parse the inner value of a LeafNode from element of type E.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<E> |
LeafNodeBaseSerializer.serialize(LeafSchemaNode schema,
LeafNode<?> node)
Deprecated.
|
protected abstract E |
LeafNodeBaseSerializer.serializeLeaf(LeafSchemaNode schema,
LeafNode<?> node)
Deprecated.
Serialize the inner value of a LeafNode into element of type E.
|
| Modifier and Type | Method and Description |
|---|---|
ToNormalizedNodeParser<Element,LeafNode<?>,LeafSchemaNode> |
DomToNormalizedNodeParserFactory.getLeafNodeParser()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
FromNormalizedNodeSerializer<Element,LeafNode<?>,LeafSchemaNode> |
DomFromNormalizedNodeSerializerFactory.getLeafNodeSerializer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends LeafNode<?>> |
LeafInterner.forSchema(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 TypeDefinition<?> |
CompatUtils.compatLeafType(LeafSchemaNode leaf)
Deprecated.
This package's type hierarchy model generates a type which encapsulates the default value and units for leaves.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LeafEffectiveStatementImpl |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<LeafSchemaNode> |
LeafEffectiveStatementImpl.getOriginal() |
Copyright © 2018 OpenDaylight. All rights reserved.