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