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