| Modifier and Type | Method and Description |
|---|---|
TransferFormat |
Transfer.getFormat()
转换数据的类型
|
| Modifier and Type | Method and Description |
|---|---|
TransferFormat |
CsvItemWriter.getFormat()
getFormat.
|
TransferFormat |
CsvItemReader.getFormat()
getFormat.
|
| Modifier and Type | Method and Description |
|---|---|
TransferFormat |
DBFItemWriter.getFormat()
getFormat.
|
| Modifier and Type | Method and Description |
|---|---|
TransferFormat |
ExcelItemWriter.getFormat()
getFormat.
|
TransferFormat |
ExcelItemReader.getFormat()
getFormat.
|
TransferFormat |
ExcelTemplateWriter.getFormat()
getFormat.
|
| Modifier and Type | Method and Description |
|---|---|
TransferFormat |
TemplateExporter.getFormat()
getFormat.
|
TransferFormat |
AbstractItemExporter.getFormat()
getFormat.
|
| Modifier and Type | Method and Description |
|---|---|
static Exporter |
ExporterFactory.getExporter(TransferFormat format,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
TransferFormat |
AbstractImporter.getFormat()
getFormat.
|
| Modifier and Type | Method and Description |
|---|---|
static EntityImporter |
ImporterFactory.getEntityImporter(TransferFormat format,
InputStream is,
Class<?> clazz,
Map<String,Object> params) |
| Modifier and Type | Method and Description |
|---|---|
TransferFormat |
Writer.getFormat()
getFormat.
|
TransferFormat |
Reader.getFormat()
返回读取类型的格式
|
static TransferFormat |
TransferFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransferFormat[] |
TransferFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2005–2018 The Beangle Software. All rights reserved.