类 RequestHeaderParameterProcessor
- java.lang.Object
-
- org.apache.dubbo.metadata.rest.AbstractAnnotatedMethodParameterProcessor
-
- org.apache.dubbo.metadata.rest.springmvc.AbstractRequestAnnotationParameterProcessor
-
- org.apache.dubbo.metadata.rest.springmvc.RequestHeaderParameterProcessor
-
- 所有已实现的接口:
Comparable<org.apache.dubbo.common.lang.Prioritized>,org.apache.dubbo.common.lang.Prioritized,AnnotatedMethodParameterProcessor
public class RequestHeaderParameterProcessor extends AbstractRequestAnnotationParameterProcessor
TheAnnotatedMethodParameterProcessorimplementation for Spring Web MVC's @RequestHeader
-
-
构造器概要
构造器 构造器 说明 RequestHeaderParameterProcessor()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 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
-
-