Uses of Class
org.eclipse.persistence.oxm.MediaType
-
Packages that use MediaType Package Description org.eclipse.persistence.oxm -
-
Uses of MediaType in org.eclipse.persistence.oxm
Methods in org.eclipse.persistence.oxm that return MediaType Modifier and Type Method Description static MediaTypeMediaType. getMediaType(String mediaType)MediaTypeXMLMarshaller. getMediaType()Get the MediaType for this xmlMarshaller.MediaTypeXMLUnmarshaller. getMediaType()Get the MediaType for this xmlUnmarshaller.static MediaTypeMediaType. valueOf(String name)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 MediaType Modifier and Type Method Description voidXMLMarshaller. setMediaType(MediaType mediaType)Set the MediaType for this xmlMarshaller.voidXMLUnmarshaller. setMediaType(MediaType mediaType)Set the MediaType for this xmlUnmarshaller.booleanNamespacePrefixMapper. supportsMediaType(MediaType mediaType)Return true if this prefix mapper applies to the media type provided.
-