javax.ws.rs Annotation Type Encoded

来源:互联网 发布:网络语言大二班 编辑:程序博客网 时间:2024/06/06 00:01

javax.ws.rs 
Annotation Type Encoded


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

Disables automatic decoding of parameter values bound using QueryParamPathParamFormParam 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.

Since:
1.0
Author:
Paul Sandoz, Marc Hadley
See Also:
QueryParamMatrixParamPathParamFormParam


Overview Package  Class Use Tree Deprecated Index Help  PREV CLASS   NEXT CLASSFRAMES    NO FRAMES    All ClassesSUMMARY: REQUIRED | OPTIONALDETAIL: ELEMENT
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.
0 0
原创粉丝点击