Uses of Class
org.apache.torque.generator.source.transform.SourceTransformerException
Packages that use SourceTransformerException
Package
Description
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.
-
Uses of SourceTransformerException in org.apache.torque.generator.control
Methods in org.apache.torque.generator.control that throw SourceTransformerExceptionModifier and TypeMethodDescriptionController.transformSource(Object sourceRoot, List<SourceTransformerDefinition> transformerDefinitions, ControllerState controllerState) Applies all transformer definitions to the current source. -
Uses of SourceTransformerException in org.apache.torque.generator.source.transform
Methods in org.apache.torque.generator.source.transform that throw SourceTransformerExceptionModifier and TypeMethodDescriptionprotected static ObjectSourceElementToModelTransformer.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 ObjectSourceTargetAttributeTransformer.transform(Object toTransformRoot, ControllerState controllerState) Performs the transformation.SourceTransformer.transform(Object modelRoot, ControllerState controllerState) Transforms one source root into another source root.Constructors in org.apache.torque.generator.source.transform that throw SourceTransformerException -
Uses of SourceTransformerException in org.apache.torque.generator.source.transform.model
Modifier and TypeClassDescriptionclassIndicates that an attempt was made to access a property which does not exist.classIndicates that an attempt was made to read a property which is not readable.classIndicates that an attempt was made to write a property which is not writeable.Methods in org.apache.torque.generator.source.transform.model that throw SourceTransformerExceptionModifier and TypeMethodDescriptionPropertyAccess.getProperty()Returns the value of the property.voidPropertyAccess.setProperty(Object value) Sets the property on the target object to a given value.voidPropertyAccess.setPropertyStrict(Object value) Sets the property on the target object to a given value.Constructors in org.apache.torque.generator.source.transform.model that throw SourceTransformerExceptionModifierConstructorDescriptionPropertyAccess(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.