Uses of Interface
org.eclipse.persistence.internal.oxm.mappings.TransformationMapping
-
Packages that use TransformationMapping Package Description org.eclipse.persistence.internal.oxm org.eclipse.persistence.oxm.mappings -
-
Uses of TransformationMapping in org.eclipse.persistence.internal.oxm
Methods in org.eclipse.persistence.internal.oxm that return types with arguments of type TransformationMapping Modifier and Type Method Description List<TransformationMapping>ObjectBuilder. getTransformationMappings()List<TransformationMapping>XPathObjectBuilder. getTransformationMappings()Methods in org.eclipse.persistence.internal.oxm with parameters of type TransformationMapping Modifier and Type Method Description voidXPathObjectBuilder. addTransformationMapping(TransformationMapping transformationMapping)Constructors in org.eclipse.persistence.internal.oxm with parameters of type TransformationMapping Constructor Description FieldTransformerNodeValue(TransformationMapping transformationMapping) -
Uses of TransformationMapping in org.eclipse.persistence.oxm.mappings
Classes in org.eclipse.persistence.oxm.mappings that implement TransformationMapping Modifier and Type Class Description classXMLTransformationMappingTransformation XML mappings are used to create a custom mapping where one or more XML nodes can be used to create the object to be stored in a Java class's attribute.
-