Package | Description |
---|---|
com.asakusafw.runtime.io.json |
Extracting and generating JSON files.
|
Modifier and Type | Method and Description |
---|---|
static <T> PropertyDefinition.Builder<T> |
PropertyDefinition.builder(String name,
Supplier<? extends PropertyAdapter<? super T>> adapterSupplier)
Creates a new builder.
|
PropertyDefinition.Builder<T> |
PropertyDefinition.Builder.withOnMalformedInput(ErrorAction value)
Sets the error action kind of malformed input for this property.
|
PropertyDefinition.Builder<T> |
PropertyDefinition.Builder.withOnMissingInput(ErrorAction value)
Sets the error action kind of missing this property from the input.
|
Constructor and Description |
---|
PropertyDefinition(PropertyDefinition.Builder<T> builder)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.