Package | Description |
---|---|
com.asakusafw.dmdl.directio.json.driver |
JSON support for Direct I/O.
|
com.asakusafw.runtime.io.json.value |
Converts between runtime values and JSON values.
|
Modifier and Type | Method and Description |
---|---|
Value<ValueOptionPropertyAdapter.NullStyle> |
JsonPropertySettings.getNullStyle()
Returns the null style.
|
Modifier and Type | Field and Description |
---|---|
static ValueOptionPropertyAdapter.NullStyle |
ValueOptionPropertyAdapter.DEFAULT_NULL_STYLE
The default value of
null style. |
Modifier and Type | Method and Description |
---|---|
static ValueOptionPropertyAdapter.NullStyle |
ValueOptionPropertyAdapter.NullStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueOptionPropertyAdapter.NullStyle[] |
ValueOptionPropertyAdapter.NullStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
S |
ValueOptionPropertyAdapter.BuilderBase.withNullStyle(ValueOptionPropertyAdapter.NullStyle value)
Sets the output style for
null . |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.