Class AliasUtils
java.lang.Object
com.github.chhorz.openapi.spring.util.AliasUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.bind.annotation.RequestMapping
getMappingAnnotation
(Element element) <T> String
org.springframework.web.bind.annotation.RequestMapping
mergeClassAndMethodMappings
(org.springframework.web.bind.annotation.RequestMapping classMapping, org.springframework.web.bind.annotation.RequestMapping methodMapping) prependSlash
(String path)
-
Constructor Details
-
AliasUtils
public AliasUtils()
-
-
Method Details
-
getValue
-
getMappingAnnotation
-
mergeClassAndMethodMappings
public org.springframework.web.bind.annotation.RequestMapping mergeClassAndMethodMappings(org.springframework.web.bind.annotation.RequestMapping classMapping, org.springframework.web.bind.annotation.RequestMapping methodMapping) -
prependSlash
-