V - The type of the value to be used.public interface ValueAccessor<V>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ValueAccessor.ValueBuilder<V,B extends ValueAccessor.ValueBuilder<V,B>>
Provides a builder method for a the property returning the builder for
applying multiple build operations.
|
static interface |
ValueAccessor.ValueMutator<V>
Extends the
ValueAccessor with a setter method. |
static interface |
ValueAccessor.ValueProperty<V>
Extends the
ValueAccessor with a setter method. |
| Modifier and Type | Method and Description |
|---|---|
V |
getValue()
Retrieves the value from the value property.
|
V getValue()
Copyright © 2018. All rights reserved.