类 ExpansionContext
java.lang.Object
springfox.documentation.spring.web.readers.parameter.ExpansionContext
-
构造器概要
构造器构造器说明ExpansionContext(String parentName, com.fasterxml.classmate.ResolvedType paramType, OperationContext operationContext) -
方法概要
修饰符和类型方法说明childContext(String parentName, com.fasterxml.classmate.ResolvedType childType, OperationContext operationContext) com.fasterxml.classmate.ResolvedTypebooleanhasSeenType(com.fasterxml.classmate.ResolvedType type)
-
构造器详细资料
-
ExpansionContext
public ExpansionContext(String parentName, com.fasterxml.classmate.ResolvedType paramType, OperationContext operationContext)
-
-
方法详细资料
-
getParentName
-
getParamType
public com.fasterxml.classmate.ResolvedType getParamType() -
getOperationContext
-
getDocumentationContext
-
hasSeenType
public boolean hasSeenType(com.fasterxml.classmate.ResolvedType type) -
childContext
public ExpansionContext childContext(String parentName, com.fasterxml.classmate.ResolvedType childType, OperationContext operationContext)
-