Uses of Interface
org.apache.torque.generator.source.transform.SourceTransformer
Packages that use SourceTransformer
Package
Description
This package contains the handling of source files.
This package contains the definition of source transformers
and some implementations.
-
Uses of SourceTransformer in org.apache.torque.generator.source
Methods in org.apache.torque.generator.source that return SourceTransformerModifier and TypeMethodDescriptionSourceTransformerDefinition.getSourceTransformer()Returns the source transformer instance for this definition.Constructors in org.apache.torque.generator.source with parameters of type SourceTransformerModifierConstructorDescriptionSourceTransformerDefinition(SourceTransformer sourceTransformer) Constructor. -
Uses of SourceTransformer in org.apache.torque.generator.source.transform
Classes in org.apache.torque.generator.source.transform that implement SourceTransformerModifier and TypeClassDescriptionclassAdds or replaces attributes in a SourceElement according to a definition file.classConverts a source element Attribute such that it can be used as method name.classFills an attribute with the content of another attribute.classTakes a property name as input from a source element attribute and generates a getter and a setter name from it.classA SourceTransformer which loads other sources into the current source graph.classA SourceTransformer which loads all sources which are defined in the current output into the source graph.classA Source transformer transforming a SourceElement graph to a typed model.classA transformer which has a source attribute and a target attribute.