Verwendungen von Schnittstelle
org.apache.torque.generator.source.transform.SourceTransformer
Packages, die SourceTransformer verwenden
Package
Beschreibung
This package contains the handling of source files.
This package contains the definition of source transformers
and some implementations.
-
Verwendungen von SourceTransformer in org.apache.torque.generator.source
Methoden in org.apache.torque.generator.source, die SourceTransformer zurückgebenModifizierer und TypMethodeBeschreibungSourceTransformerDefinition.getSourceTransformer()
Returns the source transformer instance for this definition.Konstruktoren in org.apache.torque.generator.source mit Parametern vom Typ SourceTransformerModifiziererKonstruktorBeschreibungSourceTransformerDefinition
(SourceTransformer sourceTransformer) Constructor. -
Verwendungen von SourceTransformer in org.apache.torque.generator.source.transform
Klassen in org.apache.torque.generator.source.transform, die SourceTransformer implementierenModifizierer und TypKlasseBeschreibungclass
Adds or replaces attributes in a SourceElement according to a definition file.class
Converts a source element Attribute such that it can be used as method name.class
Fills an attribute with the content of another attribute.class
Takes a property name as input from a source element attribute and generates a getter and a setter name from it.class
A SourceTransformer which loads other sources into the current source graph.class
A SourceTransformer which loads all sources which are defined in the current output into the source graph.class
A Source transformer transforming a SourceElement graph to a typed model.class
A transformer which has a source attribute and a target attribute.