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