public class DataModelConverter
extends parquet.io.api.GroupConverter
| Constructor and Description |
|---|
DataModelConverter(List<? extends PropertyDescriptor> properties)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
end() |
parquet.io.api.Converter |
getConverter(int index) |
Object |
getCurrentObject()
Returns the current object.
|
void |
prepare(Object nextObject)
Sets the next target data model.
|
void |
start() |
public DataModelConverter(List<? extends PropertyDescriptor> properties)
properties - the properties in the target data modelpublic void prepare(Object nextObject)
nextObject - the next target data modelpublic Object getCurrentObject()
public void start()
start in class parquet.io.api.GroupConverterpublic void end()
end in class parquet.io.api.GroupConverterpublic parquet.io.api.Converter getConverter(int index)
getConverter in class parquet.io.api.GroupConverterCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.