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.
-
Since:
- 1.0 Author:
- Paul Sandoz, Marc Hadley See Also:
-
QueryParam,MatrixParam,PathParam,FormParam
| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms .
本文深入探讨了javax.ws.rs包中的AnnotationTypeEncoded注解的用途、使用方式及其相关API,帮助开发者更好地理解和应用这一特性,以优化RESTful Web服务的参数解析过程。
45

被折叠的 条评论
为什么被折叠?



