Uses of Class
org.eclipse.persistence.oxm.NamespacePrefixMapper
Packages that use NamespacePrefixMapper
Package
Description
-
Uses of NamespacePrefixMapper in org.eclipse.persistence.internal.oxm.record.namespaces
Modifier and TypeClassDescriptionclass
Implementation of NamespacePrefixMapper.class
INTERNAL: -
Uses of NamespacePrefixMapper in org.eclipse.persistence.oxm
Methods in org.eclipse.persistence.oxm that return NamespacePrefixMapperModifier and TypeMethodDescriptionXMLMarshaller.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 NamespacePrefixMapperModifier and TypeMethodDescriptionvoid
XMLMarshaller.setNamespacePrefixMapper
(NamespacePrefixMapper mapper) NamespacePrefixMapper that can be used during marshal (instead of those set in the project meta data)