Package | Description |
---|---|
com.asakusafw.runtime.io |
Classes for data model input/output.
|
com.asakusafw.runtime.io.csv |
CSV Reader and Emitter.
|
com.asakusafw.runtime.io.json.value |
Converts between runtime values and JSON values.
|
com.asakusafw.runtime.io.text.value |
Converts between runtime values and text.
|
com.asakusafw.runtime.io.tsv |
Legacy TSV Reader and Emitter.
|
com.asakusafw.runtime.value |
Classes for runtime values.
|
Modifier and Type | Method and Description |
---|---|
void |
RecordEmitter.emit(FloatOption option)
Writes the value as the next cell on in current record.
|
void |
RecordParser.fill(FloatOption option)
Reads the next cell and set the value into the target object.
|
Modifier and Type | Method and Description |
---|---|
void |
CsvEmitter.emit(FloatOption option) |
void |
CsvParser.fill(FloatOption option) |
Modifier and Type | Method and Description |
---|---|
protected void |
FloatOptionPropertyAdapter.doRead(ValueReader reader,
FloatOption property) |
protected void |
FloatOptionPropertyAdapter.doWrite(FloatOption property,
ValueWriter writer) |
Modifier and Type | Method and Description |
---|---|
protected void |
FloatOptionFieldAdapter.doEmitDefault(FloatOption property,
StringBuilder output) |
protected void |
FloatOptionFieldAdapter.doParseDefault(CharSequence contents,
FloatOption property) |
protected Number |
FloatOptionFieldAdapter.get(FloatOption property) |
protected void |
FloatOptionFieldAdapter.set(BigDecimal value,
FloatOption property) |
protected void |
FloatOptionFieldAdapter.setSpecial(CharSequence contents,
Number value,
FloatOption property) |
Modifier and Type | Method and Description |
---|---|
void |
TsvEmitter.emit(FloatOption option) |
void |
TsvParser.fill(FloatOption option) |
Modifier and Type | Method and Description |
---|---|
FloatOption |
FloatOption.modify(float newValue)
Deprecated.
Application developer should not use this method directly
|
Modifier and Type | Method and Description |
---|---|
void |
FloatOption.add(FloatOption other)
Adds a value into this object.
|
void |
FloatOption.copyFrom(FloatOption optionOrNull)
Deprecated.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.