Uses of Enum
org.eclipse.persistence.oxm.MediaType
-
Uses of MediaType in org.eclipse.persistence.oxm
Modifier 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.Modifier 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.