Modifier and Type | Class and Description |
---|---|
class |
CsvFormatEmitter
Emits
BinaryStreamFormat implementations. |
Modifier and Type | Class and Description |
---|---|
class |
HiveDataModelEmitter
Emits a factory class of
DataModelDescriptor . |
Modifier and Type | Class and Description |
---|---|
class |
OrcFileEmitter
Emits a
DataFormat class for ORCFile. |
Modifier and Type | Class and Description |
---|---|
class |
ParquetFileEmitter
Emits a
DataFormat class for parquet files. |
Modifier and Type | Class and Description |
---|---|
class |
JsonFormatEmitter
Emits Direct I/O data format classes about JSON format.
|
Modifier and Type | Class and Description |
---|---|
class |
LineFormatEmitter
Emits
BinaryStreamFormat implementation for line based text. |
Modifier and Type | Class and Description |
---|---|
class |
SequenceFileFormatEmitter
Emits
HadoopFileFormat implementations. |
Modifier and Type | Class and Description |
---|---|
class |
CsvTextEmitter
Emits Direct I/O data format classes about CSV text.
|
Modifier and Type | Class and Description |
---|---|
class |
TabularTextEmitter
Emits Direct I/O data format classes about tabular text.
|
Modifier and Type | Class and Description |
---|---|
class |
TsvFormatEmitter
Emits
BinaryStreamFormat implementations. |
Modifier and Type | Method and Description |
---|---|
void |
GenerateTask.process(JavaDataModelDriver driver)
Generates all models from source repository in the current configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeDataModelDriver
Composition of
JavaDataModelDriver . |
Modifier and Type | Method and Description |
---|---|
List<JavaDataModelDriver> |
CompositeDataModelDriver.getDrivers()
Returns the element drivers.
|
Constructor and Description |
---|
ConcreteModelEmitter(DmdlSemantics semantics,
Configuration config,
ModelDeclaration model,
JavaDataModelDriver driver)
Creates and returns a new instance.
|
JavaModelClassGenerator(DmdlSemantics semantics,
Configuration config,
JavaDataModelDriver driver)
Creates and returns a new instance.
|
ProjectiveModelEmitter(DmdlSemantics semantics,
Configuration config,
ModelDeclaration model,
JavaDataModelDriver driver)
Creates and returns a new instance.
|
Constructor and Description |
---|
CompositeDataModelDriver(List<? extends JavaDataModelDriver> drivers)
Creates and returns a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
GeneratorInfoDriver
Attaches a
@DataModelKind annotation. |
class |
JoinDriver
Implements joined-model feature.
|
class |
ObjectDriver
Overrides default
Object methods. |
class |
ProjectionDriver
Make models inherit their projective models.
|
class |
PropertyOrderDriver
Attaches a
@PropertyOrder annotation. |
class |
StringPropertyDriver
Implements
*AsString methods. |
class |
SummarizeDriver
Implements summarized-model feature.
|
class |
WritableDriver
Implements
Writable interface. |
Modifier and Type | Class and Description |
---|---|
class |
CsvSupportEmitter
Emits
DataModelStreamSupport implementations. |
Modifier and Type | Class and Description |
---|---|
class |
JdbcSupportEmitter
Emits
DataModelJdbcSupport implementations. |
Modifier and Type | Class and Description |
---|---|
class |
StreamSupportEmitter
Emits
DataModelStreamSupport implementations. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.