Package | Description |
---|---|
org.apache.torque.generator.source |
This package contains the handling of source files.
|
org.apache.torque.generator.source.transform |
This package contains the definition of source transformers
and some implementations.
|
Modifier and Type | Method and Description |
---|---|
SourceTransformer |
SourceTransformerDefinition.getSourceTransformer()
Returns the source transformer instance for this definition.
|
Constructor and Description |
---|
SourceTransformerDefinition(SourceTransformer sourceTransformer)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeTransformer
Adds or replaces attributes in a SourceElement according to a definition
file.
|
class |
BeanPropertyMethodNameTransformer
Converts a source element Attribute such that it can be used as method name.
|
class |
CopyAttributeTransformer
Fills an attribute with the content of another attribute.
|
class |
GetterSetterNameTransformer
Takes a property name as input from a source element attribute
and generates a getter and a setter name from it.
|
class |
LoadAdditionalSourceTransformer
A SourceTransformer which loads other sources into the current source graph.
|
class |
LoadAllSourceFilesTransformer
A SourceTransformer which loads all sources which are defined in the current
output into the source graph.
|
class |
SourceElementToModelTransformer
A Source transformer transforming a SourceElement graph to a typed model.
|
class |
SourceTargetAttributeTransformer
A transformer which has a source attribute and a target attribute.
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.