Package javax.ws.rs
Annotation Type Encoded
-
@Target({PARAMETER,METHOD,FIELD,CONSTRUCTOR,TYPE}) @Retention(RUNTIME) @Documented public @interface EncodedDisables automatic decoding of parameter values bound usingQueryParam,PathParam,FormParamorMatrixParam. Using this annotation on a method will disable decoding for all parameters. Using this annotation on a class will disable decoding for all parameters of all methods.- See Also:
QueryParam,MatrixParam,PathParam,FormParam