Verwendungen von Klasse
org.apache.torque.generator.source.transform.SourceTransformerException
Packages, die SourceTransformerException verwenden
Package
Beschreibung
This package implements the torque generator Controller .
This package contains the definition of source transformers
and some implementations.
This package provides the ability to create a typed source model.
-
Verwendungen von SourceTransformerException in org.apache.torque.generator.control
Methoden in org.apache.torque.generator.control, die SourceTransformerException auslösenModifizierer und TypMethodeBeschreibungController.transformSource
(Object sourceRoot, List<SourceTransformerDefinition> transformerDefinitions, ControllerState controllerState) Applies all transformer definitions to the current source. -
Verwendungen von SourceTransformerException in org.apache.torque.generator.source.transform
Methoden in org.apache.torque.generator.source.transform, die SourceTransformerException auslösenModifizierer und TypMethodeBeschreibungprotected static Object
SourceElementToModelTransformer.getInstance
(String className, UnitConfiguration unitConfiguration) Creates an instance of a class.AttributeTransformer.transform
(Object toTransform, ControllerState controllerState) Adds attributes to the sourceElement according to the transformDefinition.BeanPropertyMethodNameTransformer.transform
(Object rootObject, ControllerState controllerState) Fills the target attribute according to the settings.CopyAttributeTransformer.transform
(Object rootObject, ControllerState controllerState) Fills the target attribute according to the settings.GetterSetterNameTransformer.transform
(Object rootObject, ControllerState controllerState) Fills the target attributes according to the settings.LoadAdditionalSourceTransformer.transform
(Object rootObject, ControllerState controllerState) Loads the additional source into the current source graph.LoadAllSourceFilesTransformer.transform
(Object rootObject, ControllerState controllerState) Loads the additional source into the current source graph.SourceElementToModelTransformer.transform
(Object modelRoot, ControllerState controllerState) abstract Object
SourceTargetAttributeTransformer.transform
(Object toTransformRoot, ControllerState controllerState) Performs the transformation.SourceTransformer.transform
(Object modelRoot, ControllerState controllerState) Transforms one source root into another source root.Konstruktoren in org.apache.torque.generator.source.transform, die SourceTransformerException auslösen -
Verwendungen von SourceTransformerException in org.apache.torque.generator.source.transform.model
Unterklassen von SourceTransformerException in org.apache.torque.generator.source.transform.modelModifizierer und TypKlasseBeschreibungclass
Indicates that an attempt was made to access a property which does not exist.class
Indicates that an attempt was made to read a property which is not readable.class
Indicates that an attempt was made to write a property which is not writeable.Methoden in org.apache.torque.generator.source.transform.model, die SourceTransformerException auslösenModifizierer und TypMethodeBeschreibungPropertyAccess.getProperty()
Returns the value of the property.void
PropertyAccess.setProperty
(Object value) Sets the property on the target object to a given value.void
PropertyAccess.setPropertyStrict
(Object value) Sets the property on the target object to a given value.Konstruktoren in org.apache.torque.generator.source.transform.model, die SourceTransformerException auslösenModifiziererKonstruktorBeschreibungPropertyAccess
(Object target, String propertyName) Constructs a reflection access to a property of an object.PropertyAccess
(Object target, String propertyName, List<String> prefixList, List<String> suffixList) Constructs a reflection access to a property of an object.