Package | Description |
---|---|
org.opendaylight.yangtools.concepts | |
org.opendaylight.yangtools.util | |
org.opendaylight.yangtools.yang.common | |
org.opendaylight.yangtools.yang.data.api | |
org.opendaylight.yangtools.yang.data.api.schema.tree | |
org.opendaylight.yangtools.yang.data.impl.schema | |
org.opendaylight.yangtools.yang.data.impl.schema.builder.api | |
org.opendaylight.yangtools.yang.data.impl.schema.builder.impl | |
org.opendaylight.yangtools.yang.model.export | |
org.opendaylight.yangtools.yang.model.repo.api | |
org.opendaylight.yangtools.yang.model.util.type | |
org.opendaylight.yangtools.yang.parser.rfc7950.reactor |
Base RFC7950 reactor and supporting classes.
|
org.opendaylight.yangtools.yang.parser.spi.meta |
Provides base abstract classes, interfaces and common implementation used by the statement parser.
|
org.opendaylight.yangtools.yang.parser.stmt.reactor |
Contains the implementation of the parser reactor
CrossSourceStatementReactor . |
Modifier and Type | Interface and Description |
---|---|
interface |
ClassBasedPropertyBuilder<P,T extends ClassBasedPropertyBuilder<P,T>> |
interface |
ProductAwareBuilder<P>
An extension of the
Builder concept which allows an implementation
of this interface to be used in collections instead of the product. |
Modifier and Type | Class and Description |
---|---|
class |
HashCodeBuilder<T>
Utility class for incrementally building object hashCode by hashing together component objects, one by one.
|
Modifier and Type | Class and Description |
---|---|
class |
RpcResultBuilder<T>
A builder for creating RpcResult instances.
|
Modifier and Type | Method and Description |
---|---|
static <T> RpcResultBuilder<T> |
RpcResultBuilder.success(Builder<T> builder)
Returns a builder for a successful result.
|
RpcResultBuilder<T> |
RpcResultBuilder.withResult(Builder<T> builder)
Sets the value of the result.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
YangInstanceIdentifier.InstanceIdentifierBuilder
Fluent Builder of Instance Identifier instances.
|
Modifier and Type | Class and Description |
---|---|
static class |
DataTreeConfiguration.Builder |
Modifier and Type | Class and Description |
---|---|
protected static class |
ImmutableNormalizedNodeStreamWriter.NormalizedNodeResultBuilder |
Modifier and Type | Interface and Description |
---|---|
interface |
CollectionNodeBuilder<V extends NormalizedNode<?,?>,R extends NormalizedNode<YangInstanceIdentifier.NodeIdentifier,?>> |
interface |
DataContainerNodeAttrBuilder<I extends YangInstanceIdentifier.PathArgument,R extends DataContainerNode<I>> |
interface |
DataContainerNodeBuilder<I extends YangInstanceIdentifier.PathArgument,R extends DataContainerNode<I>> |
interface |
ListNodeBuilder<T,V> |
interface |
NormalizedNodeAttrBuilder<I extends YangInstanceIdentifier.PathArgument,V,R extends NormalizedNode<I,?>> |
interface |
NormalizedNodeBuilder<I extends YangInstanceIdentifier.PathArgument,V,R extends NormalizedNode<I,?>> |
interface |
NormalizedNodeContainerBuilder<K extends YangInstanceIdentifier.PathArgument,CK extends YangInstanceIdentifier.PathArgument,CV extends NormalizedNode<? extends CK,?>,P extends NormalizedNode<K,?>> |
Modifier and Type | Class and Description |
---|---|
static class |
DeclaredStatementFormatter.Builder
Builder class for instantiation of a customized
DeclaredStatementFormatter . |
Modifier and Type | Class and Description |
---|---|
static class |
SchemaContextFactoryConfiguration.Builder |
Modifier and Type | Class and Description |
---|---|
class |
CustomCrossSourceStatementReactorBuilder |
Modifier and Type | Class and Description |
---|---|
static class |
StatementSupportBundle.Builder |
Modifier and Type | Class and Description |
---|---|
static class |
CrossSourceStatementReactor.Builder |
Copyright © 2019 OpenDaylight. All rights reserved.