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() |
FromNormalizedNodeSerializer<E,LeafNode<?>,LeafSchemaNode> |
FromNormalizedNodeSerializerFactory.getLeafNodeSerializer() |
Modifier and Type | Method and Description |
---|---|
LeafNode<?> |
LeafNodeBaseParser.parse(Iterable<E> elements,
LeafSchemaNode schema) |
protected abstract Object |
LeafNodeBaseParser.parseLeaf(E element,
LeafSchemaNode schema)
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) |
protected abstract E |
LeafNodeBaseSerializer.serializeLeaf(LeafSchemaNode schema,
LeafNode<?> node)
Serialize the inner value of a LeafNode into element of type E.
|
Modifier and Type | Method and Description |
---|---|
ToNormalizedNodeParser<Element,LeafNode<?>,LeafSchemaNode> |
DomToNormalizedNodeParserFactory.getLeafNodeParser() |
Modifier and Type | Method and Description |
---|---|
FromNormalizedNodeSerializer<Element,LeafNode<?>,LeafSchemaNode> |
DomFromNormalizedNodeSerializerFactory.getLeafNodeSerializer() |
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.