S - this builder typeT - the build target typeprotected abstract static class ValueOptionPropertyAdapter.BuilderBase<S extends ValueOptionPropertyAdapter.BuilderBase<S,T>,T extends PropertyAdapter<?>> extends Object
ValueOptionPropertyAdapter.| Modifier | Constructor and Description |
|---|---|
protected |
BuilderBase() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
build()
Builds the
PropertyAdapter. |
Supplier<T> |
lazy()
Returns a supplier of lazy
build(). |
protected S |
self()
Returns
this object. |
S |
withNullStyle(ValueOptionPropertyAdapter.NullStyle value)
Sets the output style for
null. |
protected S self()
this object.public S withNullStyle(ValueOptionPropertyAdapter.NullStyle value)
null.value - the new valuepublic abstract T build()
PropertyAdapter.Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.