Class ExpansionContext
- java.lang.Object
-
- springfox.documentation.spring.web.readers.parameter.ExpansionContext
-
public class ExpansionContext extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExpansionContext(java.lang.String parentName, com.fasterxml.classmate.ResolvedType paramType, OperationContext operationContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpansionContext
childContext(java.lang.String parentName, com.fasterxml.classmate.ResolvedType childType, OperationContext operationContext)
AlternateTypeProvider
getAlternateTypeProvider()
DocumentationContext
getDocumentationContext()
DocumentationType
getDocumentationType()
OperationContext
getOperationContext()
com.fasterxml.classmate.ResolvedType
getParamType()
java.lang.String
getParentName()
boolean
hasSeenType(com.fasterxml.classmate.ResolvedType type)
java.util.Collection<java.lang.Class>
ignorableTypes()
-
-
-
Constructor Detail
-
ExpansionContext
public ExpansionContext(java.lang.String parentName, com.fasterxml.classmate.ResolvedType paramType, OperationContext operationContext)
-
-
Method Detail
-
getParentName
public java.lang.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(java.lang.String parentName, com.fasterxml.classmate.ResolvedType childType, OperationContext operationContext)
-
getAlternateTypeProvider
public AlternateTypeProvider getAlternateTypeProvider()
-
getDocumentationType
public DocumentationType getDocumentationType()
-
ignorableTypes
public java.util.Collection<java.lang.Class> ignorableTypes()
-
-