类 DefaultValueParameterProcessor
- java.lang.Object
-
- org.apache.dubbo.metadata.rest.AbstractAnnotatedMethodParameterProcessor
-
- org.apache.dubbo.metadata.rest.jaxrs.DefaultValueParameterProcessor
-
public class DefaultValueParameterProcessor extends AbstractAnnotatedMethodParameterProcessor
TheAnnotatedMethodParameterProcessorimplementation for JAX-RS's @DefaultValue *- 从以下版本开始:
- 2.7.6
-
-
字段概要
-
从接口继承的字段 org.apache.dubbo.common.lang.Prioritized
COMPARATOR, MAX_PRIORITY, MIN_PRIORITY, NORMAL_PRIORITY
-
-
构造器概要
构造器 构造器 说明 DefaultValueParameterProcessor()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetAnnotationType()The string presenting the annotation typeintgetPriority()Get the priority-
从类继承的方法 org.apache.dubbo.metadata.rest.AbstractAnnotatedMethodParameterProcessor
process
-
从接口继承的方法 org.apache.dubbo.common.lang.Prioritized
compareTo
-
-
-
-
方法详细资料
-
getAnnotationType
public String getAnnotationType()
从接口复制的说明:AnnotatedMethodParameterProcessorThe string presenting the annotation type- 返回:
- non-null
-
getPriority
public int getPriority()
从接口复制的说明:PrioritizedGet the priority- 返回:
- the default is
Prioritized.NORMAL_PRIORITY
-
-