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 |
---|---|
static class |
CompositeObjectRegistration.CompositeObjectRegistrationBuilder<T>
Deprecated.
|
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 |
---|---|
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 |
IdentityrefTypeBuilder |
class |
InstanceIdentifierTypeBuilder |
class |
LeafrefTypeBuilder |
class |
LengthRestrictedTypeBuilder<T extends TypeDefinition<T>> |
class |
RangeRestrictedTypeBuilder<T extends TypeDefinition<T>> |
class |
StringTypeBuilder |
class |
TypeBuilder<T extends TypeDefinition<T>> |
class |
UnionTypeBuilder |
Modifier and Type | Interface and Description |
---|---|
interface |
ConstraintsBuilder
Deprecated.
Pre-Beryllium implementation, scheduled for removal.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstraintsBuilderImpl
Deprecated.
Pre-Beryllium implementation, scheduled for removal.
|
Modifier and Type | Class and Description |
---|---|
static class |
StatementSupportBundle.Builder |
Modifier and Type | Class and Description |
---|---|
static class |
CrossSourceStatementReactor.Builder |
Copyright © 2017 OpenDaylight. All rights reserved.