Package | Description |
---|---|
com.asakusafw.runtime.io.json |
Extracting and generating JSON files.
|
com.asakusafw.runtime.io.json.value |
Converts between runtime values and JSON values.
|
Modifier and Type | Method and Description |
---|---|
PropertyAdapter<? super T> |
PropertyDefinition.getAdapter()
Returns a new adapter.
|
Modifier and Type | Method and Description |
---|---|
Supplier<? extends PropertyAdapter<? super T>> |
PropertyDefinition.getAdapterSupplier()
Returns the adapter supplier.
|
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.
|
Constructor and Description |
---|
Builder(String name,
Supplier<? extends PropertyAdapter<? super T>> adapterSupplier)
Creates a new instance.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
ValueOptionPropertyAdapter.BuilderBase<S extends ValueOptionPropertyAdapter.BuilderBase<S,T>,T extends PropertyAdapter<?>>
A basic implementation of builder for
ValueOptionPropertyAdapter . |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.