Uses of Interface
org.eclipse.persistence.internal.oxm.mappings.AnyObjectMapping
-
Packages that use AnyObjectMapping Package Description org.eclipse.persistence.internal.oxm org.eclipse.persistence.oxm.mappings -
-
Uses of AnyObjectMapping in org.eclipse.persistence.internal.oxm
Methods in org.eclipse.persistence.internal.oxm that return AnyObjectMapping Modifier and Type Method Description AnyObjectMappingXMLAnyObjectMappingNodeValue. getMapping()Constructors in org.eclipse.persistence.internal.oxm with parameters of type AnyObjectMapping Constructor Description XMLAnyObjectMappingNodeValue(AnyObjectMapping xmlAnyObjectMapping) -
Uses of AnyObjectMapping in org.eclipse.persistence.oxm.mappings
Classes in org.eclipse.persistence.oxm.mappings that implement AnyObjectMapping Modifier and Type Class Description classXMLAnyObjectMappingAny object XML mappings map an attribute that contains a single object to an XML element.
-