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