Uses of Class
org.eclipse.persistence.internal.descriptors.FieldTransformation
Packages that use FieldTransformation
Package
Description
-
Uses of FieldTransformation in org.eclipse.persistence.internal.descriptors
Subclasses of FieldTransformation in org.eclipse.persistence.internal.descriptorsModifier and TypeClassDescriptionclassINTERNAL: This is an implementation of FieldTransformation which stores a method name and uses that name to instantiate a MethodBasedFieldTransformer.classINTERNAL: An implementation of FieldTransformation which holds onto a transformer class-name which will be instantiated to do transformations -
Uses of FieldTransformation in org.eclipse.persistence.mappings.foundation
Fields in org.eclipse.persistence.mappings.foundation with type parameters of type FieldTransformationModifier and TypeFieldDescriptionprotected List<FieldTransformation> AbstractTransformationMapping.fieldTransformationsStores field name and the class name of a FieldTransformer in a vector to preserve orderMethods in org.eclipse.persistence.mappings.foundation that return types with arguments of type FieldTransformationModifier and TypeMethodDescriptionAbstractTransformationMapping.getFieldTransformations()INTERNAL: Returns a Vector which stores fieldnames and the respective method/transformer names.Method parameters in org.eclipse.persistence.mappings.foundation with type arguments of type FieldTransformationModifier and TypeMethodDescriptionvoidAbstractTransformationMapping.setFieldTransformations(List<FieldTransformation> fieldTransformations) INTERNAL: Set the field to method name associations.