java.lang.Object
springfox.documentation.spring.web.readers.parameter.ExpansionContext

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

    • ExpansionContext

      public ExpansionContext(String parentName, com.fasterxml.classmate.ResolvedType paramType, OperationContext operationContext)
  • 方法详细资料

    • getParentName

      public String getParentName()
    • getParamType

      public com.fasterxml.classmate.ResolvedType getParamType()
    • getOperationContext

      public OperationContext getOperationContext()
    • getDocumentationContext

      public DocumentationContext getDocumentationContext()
    • hasSeenType

      public boolean hasSeenType(com.fasterxml.classmate.ResolvedType type)
    • childContext

      public ExpansionContext childContext(String parentName, com.fasterxml.classmate.ResolvedType childType, OperationContext operationContext)