接口 ParameterMetadataAccessor


public interface ParameterMetadataAccessor
  • 方法详细资料

    • getFieldType

      com.fasterxml.classmate.ResolvedType getFieldType()
    • getFieldName

      String getFieldName()
    • findAnnotation

      <T extends Annotation> com.google.common.base.Optional<T> findAnnotation(Class<T> annotationType)