The Java(TM) API for RESTful Web Services (JAX-RS) 1.1 1.0.1.Final-redhat-2

javax.ws.rs
Annotation Type Encoded


@Target(value={PARAMETER,METHOD,FIELD,CONSTRUCTOR,TYPE})
@Retention(value=RUNTIME)
@Documented
public @interface Encoded

Disables automatic decoding of parameter values bound using QueryParam, PathParam, FormParam or MatrixParam. 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


The Java(TM) API for RESTful Web Services (JAX-RS) 1.1 1.0.1.Final-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.