Uses of Class
org.eclipse.persistence.oxm.NamespacePrefixMapper
-
Packages that use NamespacePrefixMapper Package Description org.eclipse.persistence.internal.oxm.record.namespaces org.eclipse.persistence.oxm -
-
Uses of NamespacePrefixMapper in org.eclipse.persistence.internal.oxm.record.namespaces
Subclasses of NamespacePrefixMapper in org.eclipse.persistence.internal.oxm.record.namespaces Modifier and Type Class Description classMapNamespacePrefixMapperImplementation of NamespacePrefixMapper.classNamespacePrefixMapperWrapperINTERNAL: -
Uses of NamespacePrefixMapper in org.eclipse.persistence.oxm
Methods in org.eclipse.persistence.oxm that return NamespacePrefixMapper Modifier and Type Method Description NamespacePrefixMapperXMLMarshaller. getNamespacePrefixMapper()NamespacePrefixMapper that can be used during marshal (instead of those set in the project meta data)Methods in org.eclipse.persistence.oxm with parameters of type NamespacePrefixMapper Modifier and Type Method Description voidXMLMarshaller. setNamespacePrefixMapper(NamespacePrefixMapper mapper)NamespacePrefixMapper that can be used during marshal (instead of those set in the project meta data)
-