Package | Description |
---|---|
com.asakusafw.runtime.io.text.driver |
Drivers for text I/O.
|
com.asakusafw.runtime.io.text.value |
Converts between runtime values and text.
|
Modifier and Type | Method and Description |
---|---|
Supplier<? extends FieldAdapter<? super T>> |
FieldDefinition.getAdapterSupplier()
Returns a supplier of the field adapter.
|
Modifier and Type | Method and Description |
---|---|
static <T> FieldDefinition.Builder<T> |
FieldDefinition.builder(String name,
Supplier<? extends FieldAdapter<T>> adapterSupplier)
Creates a new builder.
|
Constructor and Description |
---|
Builder(String name,
Supplier<? extends FieldAdapter<? super T>> adapterSupplier)
Creates a new instance.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
NumericOptionFieldAdapter.NumericBuilderBase<S extends NumericOptionFieldAdapter.NumericBuilderBase<S,T>,T extends FieldAdapter<?>>
A basic implementation of builder for
NumericOptionFieldAdapter . |
protected static class |
ValueOptionFieldAdapter.BuilderBase<S extends ValueOptionFieldAdapter.BuilderBase<S,T>,T extends FieldAdapter<?>>
A basic implementation of builder for
ValueOptionFieldAdapter . |
Modifier and Type | Class and Description |
---|---|
class |
BooleanOptionFieldAdapter
An implementation of
FieldAdapter which accepts BooleanOption . |
class |
ByteOptionFieldAdapter
An implementation of
FieldAdapter which accepts ByteOption . |
class |
DateOptionFieldAdapter
An implementation of
FieldAdapter which accepts DateOption . |
class |
DateTimeOptionFieldAdapter
An implementation of
FieldAdapter which accepts DateTimeOption . |
class |
DecimalOptionFieldAdapter
An implementation of
FieldAdapter which accepts DecimalOption . |
class |
DoubleOptionFieldAdapter
An implementation of
FieldAdapter which accepts DoubleOption . |
class |
FloatOptionFieldAdapter
An implementation of
FieldAdapter which accepts FloatOption . |
class |
IntOptionFieldAdapter
An implementation of
FieldAdapter which accepts IntOption . |
class |
LongOptionFieldAdapter
An implementation of
FieldAdapter which accepts LongOption . |
class |
NumericOptionFieldAdapter<T extends ValueOption<T>>
An abstract implementation of
ValueOptionFieldAdapter for numeric types. |
class |
ShortOptionFieldAdapter
An implementation of
FieldAdapter which accepts ShortOption . |
class |
StringOptionFieldAdapter
An implementation of
FieldAdapter which accepts StringOption . |
class |
ValueOptionFieldAdapter<T extends ValueOption<T>>
An abstract implementation of
FieldAdapter which accepts ValueOption . |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.