Modifier and Type | Interface and Description |
---|---|
interface |
Builder<P>
Builder object which produces a product.
|
interface |
CheckedBuilder<P,E extends Exception>
Builder object which produces a product.
|
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 |
ImmutableNormalizedMetadata.Builder
Builder of ImmutableNormalizedMetadata instances. |
Modifier and Type | Interface and Description |
---|---|
interface |
ModifiableMapPhase<K,V>
A
Map which can be modified and supports efficient conversion to an
unmodifiable map. |
Modifier and Type | Class and Description |
---|---|
class |
HashCodeBuilder<T>
Utility class for incrementally building object hashCode by hashing together component objects, one by one.
|
class |
ListenerRegistry<T extends EventListener>
A registry of EventListeners, maintaining a set of registrations.
|
class |
MutableOffsetMap<K,V>
A mutable version of
ImmutableOffsetMap . |
Modifier and Type | Class and Description |
---|---|
class |
RpcResultBuilder<T>
A builder for creating RpcResult instances.
|
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 | Interface and Description |
---|---|
interface |
CollectionNodeBuilder<V extends NormalizedNode<?,?>,R extends NormalizedNode<YangInstanceIdentifier.NodeIdentifier,?>> |
interface |
DataContainerNodeBuilder<I extends YangInstanceIdentifier.PathArgument,R extends DataContainerNode<I>> |
interface |
ListNodeBuilder<T,V> |
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 |
AbstractParserErrorListener<E extends Exception>
Abstract base type for converting ANTLRErrorListener errors to Exceptions.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomCrossSourceStatementReactorBuilder |
Modifier and Type | Class and Description |
---|---|
static class |
EffectiveStatementMixins.EffectiveStatementWithFlags.FlagsBuilder |
Modifier and Type | Class and Description |
---|---|
static class |
StatementSupportBundle.Builder |
Modifier and Type | Class and Description |
---|---|
static class |
CrossSourceStatementReactor.Builder |
class |
SourceSpecificContext |
Copyright © 2020 OpenDaylight. All rights reserved.