Uses of Class
org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
-
Packages that use DefaultMediaTypePredictor.CommonMediaTypes Package Description org.glassfish.jersey.media.multipart.file Provides support for body parts that are file attachments. -
-
Uses of DefaultMediaTypePredictor.CommonMediaTypes in org.glassfish.jersey.media.multipart.file
Methods in org.glassfish.jersey.media.multipart.file that return DefaultMediaTypePredictor.CommonMediaTypes Modifier and Type Method Description static DefaultMediaTypePredictor.CommonMediaTypes
DefaultMediaTypePredictor.CommonMediaTypes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DefaultMediaTypePredictor.CommonMediaTypes[]
DefaultMediaTypePredictor.CommonMediaTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-