| Interface | Description |
|---|---|
| ValueBuilder<T> |
Builder for Values.
|
| ValueBuilderFactory |
Factory for Values and ValueBuilders.
|
| ValueComposite |
ValueComposites are Composites that has state, and equality is defined from its values and not any identity nor
instance references.
|
| ValueDescriptor |
Descriptor for ValueComposites.
|
| ValueDeserializer |
Use a ValueDeserializer to create new values instances from serialized state.
|
| ValueSerialization |
ValueSerialization API.
|
| ValueSerialization.Formats |
Serialization format @Service tags.
|
| ValueSerializer |
Use a ValueSerializer to serialize values state.
|
| Class | Description |
|---|---|
| ValueBuilderTemplate<T> |
Builder template for Values.
|
| ValueSerializer.Options |
Serialization options.
|
| Exception | Description |
|---|---|
| NoSuchValueException |
Thrown when no visible value of the requested type is found.
|
| ValueSerializationException |
Thrown when an error occur during value state (de)serialization.
|