Uses of Interface
org.eclipse.persistence.internal.oxm.mappings.AnyAttributeMapping
-
Packages that use AnyAttributeMapping Package Description org.eclipse.persistence.internal.oxm org.eclipse.persistence.oxm.mappings -
-
Uses of AnyAttributeMapping in org.eclipse.persistence.internal.oxm
Methods in org.eclipse.persistence.internal.oxm that return AnyAttributeMapping Modifier and Type Method Description AnyAttributeMappingXMLAnyAttributeMappingNodeValue. getMapping()Constructors in org.eclipse.persistence.internal.oxm with parameters of type AnyAttributeMapping Constructor Description XMLAnyAttributeMappingNodeValue(AnyAttributeMapping xmlAnyAttributeMapping) -
Uses of AnyAttributeMapping in org.eclipse.persistence.oxm.mappings
Classes in org.eclipse.persistence.oxm.mappings that implement AnyAttributeMapping Modifier and Type Class Description classXMLAnyAttributeMappingPurpose:The XMLAnyAttributeMapping is used to map to an attribute in an object to any xml attributes contained on a specific element in the XML Document.
-