类 ParameterExpansionContext

java.lang.Object
springfox.documentation.spi.service.contexts.ParameterExpansionContext

public class ParameterExpansionContext extends Object
  • 构造器详细资料

  • 方法详细资料

    • getDataTypeName

      public String getDataTypeName()
    • getParentName

      public String getParentName()
    • getParameterType

      public String getParameterType()
    • getField

      @Deprecated public com.fasterxml.classmate.members.ResolvedField getField()
      已过时。
      Access to the raw field is deprecated to support interface based model attributes with resolvers e.g. Pageable
      返回:
      resolved field
      从以下版本开始:
      2.8.0
    • getDocumentationType

      public DocumentationType getDocumentationType()
    • getParameterBuilder

      public ParameterBuilder getParameterBuilder()
    • getFieldType

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

      public String getFieldName()
    • findAnnotation

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