S
- this builder typeT
- the build target typeprotected abstract static class ValueOptionFieldAdapter.BuilderBase<S extends ValueOptionFieldAdapter.BuilderBase<S,T>,T extends FieldAdapter<?>> extends Object
ValueOptionFieldAdapter
.Modifier | Constructor and Description |
---|---|
protected |
BuilderBase() |
Modifier and Type | Method and Description |
---|---|
abstract T |
build()
Builds the
FieldAdapter . |
protected String |
getNullFormat()
Returns the sequence which represents
NULL field. |
Supplier<T> |
lazy()
Returns a supplier of lazy
build() . |
protected S |
self()
Returns
this object. |
S |
withNullFormat(String newValue)
Sets a sequence which represents
NULL field. |
protected S self()
this
object.public S withNullFormat(String newValue)
NULL
field.newValue
- the new valueprotected String getNullFormat()
NULL
field.null
if it is not definedpublic abstract T build()
FieldAdapter
.Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.