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