类 FormParamParameterProcessor
- java.lang.Object
-
- org.apache.dubbo.metadata.rest.AbstractAnnotatedMethodParameterProcessor
-
- org.apache.dubbo.metadata.rest.jaxrs.ParamAnnotationParameterProcessor
-
- org.apache.dubbo.metadata.rest.jaxrs.FormParamParameterProcessor
-
- 所有已实现的接口:
Comparable<org.apache.dubbo.common.lang.Prioritized>,org.apache.dubbo.common.lang.Prioritized,AnnotatedMethodParameterProcessor
public class FormParamParameterProcessor extends ParamAnnotationParameterProcessor
TheAnnotatedMethodParameterProcessorimplementation for JAX-RS's @FormParam- 从以下版本开始:
- 2.7.6
-
-
构造器概要
构造器 构造器 说明 FormParamParameterProcessor()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetAnnotationType()The string presenting the annotation type-
从类继承的方法 org.apache.dubbo.metadata.rest.AbstractAnnotatedMethodParameterProcessor
process
-
-
-
-
方法详细资料
-
getAnnotationType
public String getAnnotationType()
从接口复制的说明:AnnotatedMethodParameterProcessorThe string presenting the annotation type- 返回:
- non-null
-
-