Modifier and Type | Method and Description |
---|---|
void |
CsvFormatEmitter.generateResources(EmitContext context,
ModelDeclaration model) |
Constructor and Description |
---|
CsvStreamFormatGenerator(EmitContext context,
ModelDeclaration model,
CsvFormatTrait.Configuration configuration)
creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
Name |
Namer.computeName(EmitContext context,
ModelDeclaration model)
Returns the related name for the target model.
|
void |
HiveDataModelEmitter.generateResources(EmitContext context,
ModelDeclaration model) |
static QualifiedName |
HiveDataModelEmitter.getClassName(EmitContext context,
ModelDeclaration model)
Returns the generated class name for this.
|
List<Annotation> |
HiveDataModelEmitter.getMemberAnnotations(EmitContext context,
PropertyDeclaration property) |
List<Annotation> |
HiveDataModelEmitter.getTypeAnnotations(EmitContext context,
ModelDeclaration model) |
Modifier and Type | Method and Description |
---|---|
void |
OrcFileEmitter.generateResources(EmitContext context,
ModelDeclaration model) |
static QualifiedName |
OrcFileEmitter.getClassName(EmitContext context,
ModelDeclaration model)
Returns the generated class name for this.
|
Modifier and Type | Method and Description |
---|---|
void |
ParquetFileEmitter.generateResources(EmitContext context,
ModelDeclaration model) |
static QualifiedName |
ParquetFileEmitter.getClassName(EmitContext context,
ModelDeclaration model)
Returns the generated class name for this.
|
Modifier and Type | Field and Description |
---|---|
protected EmitContext |
JsonStreamFormatGenerator.context
The current context.
|
Modifier and Type | Method and Description |
---|---|
void |
JsonFormatEmitter.generateResources(EmitContext context,
ModelDeclaration model) |
Constructor and Description |
---|
JsonStreamFormatGenerator(EmitContext context,
ModelDeclaration model,
JsonStreamSettings streamSettings,
JsonFormatSettings formatSettings,
JsonPropertySettings fieldDefaultSettings)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
LineFormatEmitter.generateResources(EmitContext context,
ModelDeclaration model) |
Constructor and Description |
---|
LineStreamFormatGenerator(EmitContext context,
ModelDeclaration model,
LineFormatTrait.Configuration configuration)
creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
SequenceFileFormatEmitter.generateResources(EmitContext context,
ModelDeclaration model) |
Modifier and Type | Field and Description |
---|---|
protected EmitContext |
AbstractTextStreamFormatGenerator.context
The current context.
|
Constructor and Description |
---|
AbstractTextStreamFormatGenerator(EmitContext context,
ModelDeclaration model,
TextFormatSettings formatSettings,
TextFieldSettings fieldDefaultSettings)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
CsvTextEmitter.generateResources(EmitContext context,
ModelDeclaration model) |
Modifier and Type | Method and Description |
---|---|
void |
TabularTextEmitter.generateResources(EmitContext context,
ModelDeclaration model) |
Modifier and Type | Method and Description |
---|---|
void |
TsvFormatEmitter.generateResources(EmitContext context,
ModelDeclaration model) |
Modifier and Type | Method and Description |
---|---|
static void |
DirectFileInputDescriptionGenerator.generate(EmitContext context,
DirectFileInputDescriptionGenerator.Description description)
Generates the class in the context.
|
static void |
DirectFileOutputDescriptionGenerator.generate(EmitContext context,
DirectFileOutputDescriptionGenerator.Description description)
Generates the class in the context.
|
Modifier and Type | Method and Description |
---|---|
void |
CompositeDataModelDriver.generateResources(EmitContext context,
ModelDeclaration model) |
List<FieldDeclaration> |
CompositeDataModelDriver.getFields(EmitContext context,
ModelDeclaration model) |
List<Type> |
CompositeDataModelDriver.getInterfaces(EmitContext context,
ModelDeclaration model) |
List<Annotation> |
CompositeDataModelDriver.getMemberAnnotations(EmitContext context,
PropertyDeclaration property) |
List<MethodDeclaration> |
CompositeDataModelDriver.getMethods(EmitContext context,
ModelDeclaration model) |
List<Annotation> |
CompositeDataModelDriver.getTypeAnnotations(EmitContext context,
ModelDeclaration model) |
Modifier and Type | Method and Description |
---|---|
List<Type> |
WritableDriver.getInterfaces(EmitContext context,
ModelDeclaration model) |
List<Type> |
ProjectionDriver.getInterfaces(EmitContext context,
ModelDeclaration model) |
List<MethodDeclaration> |
WritableDriver.getMethods(EmitContext context,
ModelDeclaration model) |
List<MethodDeclaration> |
StringPropertyDriver.getMethods(EmitContext context,
ModelDeclaration model) |
List<MethodDeclaration> |
ObjectDriver.getMethods(EmitContext context,
ModelDeclaration model) |
List<Annotation> |
PropertyOrderDriver.getTypeAnnotations(EmitContext context,
ModelDeclaration model) |
List<Annotation> |
JoinDriver.getTypeAnnotations(EmitContext context,
ModelDeclaration model) |
List<Annotation> |
SummarizeDriver.getTypeAnnotations(EmitContext context,
ModelDeclaration model) |
List<Annotation> |
GeneratorInfoDriver.getTypeAnnotations(EmitContext context,
ModelDeclaration model) |
Modifier and Type | Method and Description |
---|---|
void |
JavaDataModelDriver.generateResources(EmitContext context,
ModelDeclaration model)
Generates any resources (includes source programs) for the model.
|
List<FieldDeclaration> |
JavaDataModelDriver.getFields(EmitContext context,
ModelDeclaration model)
Returns the field declarations to mixin to the model.
|
List<Type> |
JavaDataModelDriver.getInterfaces(EmitContext context,
ModelDeclaration model)
Returns the interface types to implement to the model.
|
List<Annotation> |
JavaDataModelDriver.getMemberAnnotations(EmitContext context,
PropertyDeclaration property)
Returns the type annotations to attach to the property.
|
List<Annotation> |
JavaDataModelDriver.getMemberAnnotations(EmitContext context,
PropertyReferenceDeclaration reference)
Returns the type annotations to attach to the reference.
|
List<MethodDeclaration> |
JavaDataModelDriver.getMethods(EmitContext context,
ModelDeclaration model)
Returns the method declarations to mixin to the model.
|
List<Annotation> |
JavaDataModelDriver.getTypeAnnotations(EmitContext context,
ModelDeclaration model)
Returns the type annotations to attach to the model.
|
Modifier and Type | Method and Description |
---|---|
void |
CsvSupportEmitter.generateResources(EmitContext context,
ModelDeclaration model) |
Modifier and Type | Method and Description |
---|---|
void |
JdbcSupportEmitter.generateResources(EmitContext context,
ModelDeclaration model) |
Modifier and Type | Method and Description |
---|---|
void |
StreamSupportEmitter.generateResources(EmitContext context,
ModelDeclaration model) |
Modifier and Type | Method and Description |
---|---|
static void |
FsProcessDescriptionGenerator.generateExporter(EmitContext context,
FsProcessDescriptionGenerator.Description description)
Generates the class in the context.
|
static void |
JdbcProcessDescriptionGenerator.generateExporter(EmitContext context,
JdbcProcessDescriptionGenerator.Description description)
Generates the class in the context.
|
static void |
FsProcessDescriptionGenerator.generateImporter(EmitContext context,
FsProcessDescriptionGenerator.Description description)
Generates the class in the context.
|
static void |
JdbcProcessDescriptionGenerator.generateImporter(EmitContext context,
JdbcProcessDescriptionGenerator.Description description)
Generates the class in the context.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.