类 HandlerMethod.HandlerMethodParameter

java.lang.Object
cn.taketoday.core.MethodParameter
cn.taketoday.core.annotation.SynthesizingMethodParameter
cn.taketoday.web.handler.method.HandlerMethod.HandlerMethodParameter
所有已实现的接口:
AnnotatedElement
直接已知子类:
HandlerMethod.ConcurrentResultMethodParameter, HandlerMethod.ReturnValueMethodParameter
封闭类:
HandlerMethod

protected class HandlerMethod.HandlerMethodParameter extends cn.taketoday.core.annotation.SynthesizingMethodParameter
A MethodParameter with HandlerMethod-specific behavior.
  • 字段详细资料

    • combinedAnnotations

      @Nullable private volatile Annotation[] combinedAnnotations
  • 构造器详细资料

  • 方法详细资料

    • getMethod

      public Method getMethod()
      覆盖:
      getMethod 在类中 cn.taketoday.core.MethodParameter
    • getContainingClass

      public Class<?> getContainingClass()
      覆盖:
      getContainingClass 在类中 cn.taketoday.core.MethodParameter
    • getMethodAnnotation

      public <T extends Annotation> T getMethodAnnotation(Class<T> annotationType)
      覆盖:
      getMethodAnnotation 在类中 cn.taketoday.core.MethodParameter
    • hasMethodAnnotation

      public <T extends Annotation> boolean hasMethodAnnotation(Class<T> annotationType)
      覆盖:
      hasMethodAnnotation 在类中 cn.taketoday.core.MethodParameter
    • getParameterAnnotations

      public Annotation[] getParameterAnnotations()
      覆盖:
      getParameterAnnotations 在类中 cn.taketoday.core.MethodParameter
    • clone

      覆盖:
      clone 在类中 cn.taketoday.core.annotation.SynthesizingMethodParameter
    • toString

      public String toString()
      覆盖:
      toString 在类中 cn.taketoday.core.MethodParameter