Uses of Class
org.glassfish.jersey.server.model.ParamQualifier
-
Packages that use ParamQualifier Package Description org.glassfish.jersey.media.multipart JAX-RS Integration with MIME MultiPart Message Formats -
-
Uses of ParamQualifier in org.glassfish.jersey.media.multipart
Classes in org.glassfish.jersey.media.multipart with annotations of type ParamQualifier Modifier and Type Class Description interface
FormDataParam
Binds the named body part(s) of a "multipart/form-data" request entity body to a resource method parameter.
-