public class ParameterContext
extends java.lang.Object
Constructor and Description |
---|
ParameterContext(ResolvedMethodParameter resolvedMethodParameter,
ParameterBuilder parameterBuilder,
DocumentationContext documentationContext,
GenericTypeNamingStrategy genericNamingStrategy,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.classmate.ResolvedType |
alternateFor(com.fasterxml.classmate.ResolvedType parameterType) |
AlternateTypeProvider |
getAlternateTypeProvider() |
DocumentationContext |
getDocumentationContext() |
DocumentationType |
getDocumentationType() |
GenericTypeNamingStrategy |
getGenericNamingStrategy() |
java.lang.String |
getGroupName() |
com.google.common.collect.ImmutableSet<java.lang.Class> |
getIgnorableParameterTypes() |
OperationContext |
getOperationContext() |
org.springframework.core.MethodParameter |
methodParameter()
Deprecated.
Use
resolvedMethodParameter() instead |
ParameterBuilder |
parameterBuilder() |
ResolvedMethodParameter |
resolvedMethodParameter() |
public ParameterContext(ResolvedMethodParameter resolvedMethodParameter, ParameterBuilder parameterBuilder, DocumentationContext documentationContext, GenericTypeNamingStrategy genericNamingStrategy, OperationContext operationContext)
public ResolvedMethodParameter resolvedMethodParameter()
@Deprecated public org.springframework.core.MethodParameter methodParameter()
resolvedMethodParameter()
insteadpublic ParameterBuilder parameterBuilder()
public DocumentationContext getDocumentationContext()
public DocumentationType getDocumentationType()
public com.fasterxml.classmate.ResolvedType alternateFor(com.fasterxml.classmate.ResolvedType parameterType)
public AlternateTypeProvider getAlternateTypeProvider()
public GenericTypeNamingStrategy getGenericNamingStrategy()
public OperationContext getOperationContext()
public com.google.common.collect.ImmutableSet<java.lang.Class> getIgnorableParameterTypes()
public java.lang.String getGroupName()