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(DecimalOption option)
Writes the value as the next cell on in current record.
|
void |
RecordParser.fill(DecimalOption option)
Reads the next cell and set the value into the target object.
|
Modifier and Type | Method and Description |
---|---|
void |
CsvEmitter.emit(DecimalOption option) |
void |
CsvParser.fill(DecimalOption option) |
Modifier and Type | Method and Description |
---|---|
protected void |
DecimalOptionPropertyAdapter.doRead(ValueReader reader,
DecimalOption property) |
protected void |
DecimalOptionPropertyAdapter.doWrite(DecimalOption property,
ValueWriter writer) |
Modifier and Type | Method and Description |
---|---|
protected void |
DecimalOptionFieldAdapter.doEmitDefault(DecimalOption property,
StringBuilder output) |
protected void |
DecimalOptionFieldAdapter.doParseDefault(CharSequence contents,
DecimalOption property) |
protected Number |
DecimalOptionFieldAdapter.get(DecimalOption property) |
protected void |
DecimalOptionFieldAdapter.set(BigDecimal value,
DecimalOption property) |
Modifier and Type | Method and Description |
---|---|
void |
TsvEmitter.emit(DecimalOption option) |
void |
TsvParser.fill(DecimalOption option) |
Modifier and Type | Method and Description |
---|---|
DecimalOption |
DecimalOption.modify(BigDecimal newValue)
Deprecated.
Application developer should not use this method directly
|
Modifier and Type | Method and Description |
---|---|
void |
DecimalOption.add(DecimalOption other)
Adds a value into this object.
|
void |
DecimalOption.copyFrom(DecimalOption optionOrNull)
Deprecated.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.