| 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  | AttributeTransformerAdds or replaces attributes in a SourceElement according to a definition
 file. | 
| class  | BeanPropertyMethodNameTransformerConverts a source element Attribute such that it can be used as method name. | 
| class  | CopyAttributeTransformerFills an attribute with the content of another attribute. | 
| class  | GetterSetterNameTransformerTakes a property name as input from a source element attribute
 and generates a getter and a setter name from it. | 
| class  | LoadAdditionalSourceTransformerA SourceTransformer which loads other sources into the current source graph. | 
| class  | LoadAllSourceFilesTransformerA SourceTransformer which loads all sources which are defined in the current
 output into the source graph. | 
| class  | SourceElementToModelTransformerA Source transformer transforming a SourceElement graph to a typed model. | 
| class  | SourceTargetAttributeTransformerA transformer which has a source attribute and a target attribute. | 
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.