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.model.util.type | |
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 |
---|---|
class |
BitBuilder
Utility builder for
BitsTypeDefinition.Bit instances. |
class |
BitsTypeBuilder |
class |
ConcreteTypeBuilder<T extends TypeDefinition<T>>
Builder of
TypeDefinitions for use in leaf statements. |
class |
DecimalTypeBuilder |
class |
DerivedTypeBuilder<T extends TypeDefinition<T>>
Builder of
TypeDefinitions for use in typedef statements. |
class |
EnumerationTypeBuilder |
class |
EnumPairBuilder
Utility builder for
EnumTypeDefinition.EnumPair instances. |
class |
IdentityrefTypeBuilder |
class |
InstanceIdentifierTypeBuilder |
class |
LeafrefTypeBuilder |
class |
LengthRestrictedTypeBuilder<T extends TypeDefinition<T>> |
class |
RangeRestrictedTypeBuilder<T extends TypeDefinition<T>> |
class |
RequireInstanceRestrictedTypeBuilder<T extends TypeDefinition<T>> |
class |
StringTypeBuilder |
class |
TypeBuilder<T extends TypeDefinition<T>> |
class |
UnionTypeBuilder |
Modifier and Type | Class and Description |
---|---|
static class |
StatementSupportBundle.Builder |
Modifier and Type | Class and Description |
---|---|
static class |
CrossSourceStatementReactor.Builder |
Copyright © 2018 OpenDaylight. All rights reserved.