Uses of Interface
org.glassfish.jersey.media.multipart.file.MediaTypePredictor
-
Packages that use MediaTypePredictor Package Description org.glassfish.jersey.media.multipart.file Provides support for body parts that are file attachments. -
-
Uses of MediaTypePredictor in org.glassfish.jersey.media.multipart.file
Classes in org.glassfish.jersey.media.multipart.file that implement MediaTypePredictor Modifier and Type Class Description classDefaultMediaTypePredictorDefault implementation ofMediaTypePredictorthat usesDefaultMediaTypePredictor.CommonMediaTypes.Methods in org.glassfish.jersey.media.multipart.file that return MediaTypePredictor Modifier and Type Method Description MediaTypePredictorFileDataBodyPart. getPredictor()Gets the media type predictor.Methods in org.glassfish.jersey.media.multipart.file with parameters of type MediaTypePredictor Modifier and Type Method Description voidFileDataBodyPart. setPredictor(MediaTypePredictor predictor)Sets the media type predictor.
-