| Package | Description |
|---|---|
| com.asakusafw.runtime.io.text.value |
Converts between runtime values and text.
|
| Modifier and Type | Method and Description |
|---|---|
static BooleanOptionFieldAdapter.Builder |
BooleanOptionFieldAdapter.builder()
Returns a new builder.
|
BooleanOptionFieldAdapter.Builder |
BooleanOptionFieldAdapter.Builder.withFalseFormat(String newValue)
Sets the format of
false. |
BooleanOptionFieldAdapter.Builder |
BooleanOptionFieldAdapter.Builder.withFalseFormat(String newValue,
Predicate<? super CharSequence> newTester)
Sets the format of
false. |
BooleanOptionFieldAdapter.Builder |
BooleanOptionFieldAdapter.Builder.withTrueFormat(String newValue)
Sets the format of
true. |
BooleanOptionFieldAdapter.Builder |
BooleanOptionFieldAdapter.Builder.withTrueFormat(String newValue,
Predicate<? super CharSequence> newTester)
Sets the format of
true. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.