| Class and Description |
|---|
| AbstractObjectRegistration
Utility registration handle.
|
| AbstractRegistration
Utility registration handle.
|
| Builder
Builder object which produces a product.
|
| CheckedValue
Utility holder similar to
Optional, except the empty case contains an Exception, which should be
reported, for example via throwing it. |
| ClassBasedPropertyBuilder |
| Delegator
Implementation of this interface delegates all it's calls to the delegate if not specified otherwise.
|
| Deserializer
The concept of a serializer, which produces an object from some input.
|
| Identifier
General identifier interface.
|
| Immutable
Immutable Object - object does not change its state during lifecycle.
|
| ListenerRegistration
Class representing a
Registration of an EventListener. |
| Mutable
Mutable object - object may change it's state during lifecycle.
|
| MutationBehaviour
Mutation behavior.
|
| NoOpObjectRegistration
Implementation of
ObjectRegistration which does nothing in its NoOpObjectRegistration.close() method. |
| ObjectRegistration
Class representing a registration of an object.
|
| Path
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. |
| Registration
Class representing a registration.
|
| SemVer
A single version according to Semantic Versioning.
|
| Serializer |
| Variant
Utility holder of a two-variant value.
|
| WritableObject
Marker interface for an object which can be written out to an
DataOutput. |
Copyright © 2018 OpenDaylight. All rights reserved.