Uses of Enum
org.eclipse.persistence.oxm.MediaType
Packages that use MediaType
-
Uses of MediaType in org.eclipse.persistence.oxm
Methods in org.eclipse.persistence.oxm that return MediaTypeModifier and TypeMethodDescriptionstatic MediaType
MediaType.getMediaType
(String mediaType) XMLMarshaller.getMediaType()
Get the MediaType for this xmlMarshaller.XMLUnmarshaller.getMediaType()
Get the MediaType for this xmlUnmarshaller.static MediaType
Returns the enum constant of this type with the specified name.static MediaType[]
MediaType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.persistence.oxm with parameters of type MediaTypeModifier and TypeMethodDescriptionvoid
XMLMarshaller.setMediaType
(MediaType mediaType) Set the MediaType for this xmlMarshaller.void
XMLUnmarshaller.setMediaType
(MediaType mediaType) Set the MediaType for this xmlUnmarshaller.boolean
NamespacePrefixMapper.supportsMediaType
(MediaType mediaType) Return true if this prefix mapper applies to the media type provided.