V - the value typeB - The builder to return in order to be able to apply multiple
build operations.public static interface ValueAccessor.ValueBuilder<V,B extends ValueAccessor.ValueBuilder<V,B>>
| Modifier and Type | Method and Description |
|---|---|
B |
withValue(V aValue)
Sets the value for the the property.
|
Copyright © 2018. All rights reserved.