Interface | Description |
---|---|
Builder<P> |
Builder object which produces a product.
|
ClassBasedPropertyBuilder<P,T extends ClassBasedPropertyBuilder<P,T>> | |
Codec<P,I> | |
Delegator<T> |
Implementation of this interface delegates all it's calls
to the delegator if not specified otherwise.
|
Deserializer<P,I> |
The concept of a serializer, which produces an object from some input.
|
Identifiable<T> | |
Identifier |
General identifier interface.
|
Immutable |
Immutable Object - object does not change its state during lifecycle.
|
ListenerRegistration<T extends EventListener> |
Class representing a
Registration of an EventListener . |
Mutable |
Mutable object - object may change it's state during lifecycle.
|
MutationBehaviour<T extends MutationBehaviour<T>> |
Mutation behavior.
|
ObjectRegistration<T> |
Class representing a registration of an object.
|
Path<P extends Path<P>> |
Conceptual representation of a logical path in a tree-like structure, similar to a
Path , but more general in terms of what objects it can be applied to. |
ProductAwareBuilder<P> |
An extension of the
Builder concept which allows an implementation
of this interface to be used in collections instead of the product. |
Registration |
Class representing a registration.
|
Serializer<P,I> | |
ValueWrapper<T> |
Wraps around a value object.
|
WritableIdentifier |
A combination of both
Identifier and WritableObject . |
WritableObject |
Marker interface for an object which can be written out to an
DataOutput . |
Class | Description |
---|---|
AbstractListenerRegistration<T extends EventListener> | |
AbstractObjectRegistration<T> |
Utility registration handle.
|
AbstractRegistration |
Utility registration handle.
|
SemVer |
A single version according to Semantic Versioning.
|
WritableObjects |
Utility methods for working with
WritableObject s. |
Copyright © 2018 OpenDaylight. All rights reserved.