类 RequestMappingContext
java.lang.Object
springfox.documentation.spi.service.contexts.RequestMappingContext
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明com.fasterxml.classmate.ResolvedTypealternateFor(com.fasterxml.classmate.ResolvedType resolvedType) Set<? extends org.springframework.http.MediaType>consumes()copyPatternUsing(String requestMappingPattern) <T extends Annotation>
com.google.common.base.Optional<T>findAnnotation(Class<T> annotation) <T extends Annotation>
List<T>findAnnotations(Class<T> annotation) <T extends Annotation>
com.google.common.base.Optional<T>findControllerAnnotation(Class<T> annotation) com.google.common.collect.ImmutableSet<com.fasterxml.classmate.ResolvedType>com.google.common.collect.ImmutableSet<Class>Set<org.springframework.web.bind.annotation.RequestMethod>getName()org.springframework.web.servlet.mvc.condition.PathPatternsRequestConditionorg.springframework.web.servlet.mvc.condition.PatternsRequestConditioncom.fasterxml.classmate.ResolvedTypeheaders()key()com.google.common.collect.Ordering<Operation>params()Set<? extends org.springframework.http.MediaType>produces()withKnownModels(Map<String, Model> knownModels)
-
构造器详细资料
-
RequestMappingContext
-
-
方法详细资料
-
getDocumentationContext
-
getRequestMappingPattern
-
getModelMap
-
operationModelsBuilder
-
apiDescriptionBuilder
-
alternateFor
public com.fasterxml.classmate.ResolvedType alternateFor(com.fasterxml.classmate.ResolvedType resolvedType) -
operationOrdering
-
copyPatternUsing
-
withKnownModels
-
getIgnorableParameterTypes
-
getGenericsNamingStrategy
-
getAdditionalModels
public com.google.common.collect.ImmutableSet<com.fasterxml.classmate.ResolvedType> getAdditionalModels() -
getPatternsCondition
public org.springframework.web.servlet.mvc.condition.PatternsRequestCondition getPatternsCondition() -
getPathPatternsCondition
public org.springframework.web.servlet.mvc.condition.PathPatternsRequestCondition getPathPatternsCondition() -
getName
-
getMethodsCondition
-
produces
-
consumes
-
headers
-
params
-
getGroupName
-
getParameters
-
findAnnotation
public <T extends Annotation> com.google.common.base.Optional<T> findAnnotation(Class<T> annotation) -
findControllerAnnotation
public <T extends Annotation> com.google.common.base.Optional<T> findControllerAnnotation(Class<T> annotation) -
findAnnotations
-
getReturnType
public com.fasterxml.classmate.ResolvedType getReturnType() -
key
-