Enum Class的使用
springfox.documentation.swagger.web.TagsSorter
使用TagsSorter的程序包
-
springfox.documentation.swagger.web中TagsSorter的使用
修饰符和类型方法说明UiConfiguration.getTagsSorter()static TagsSorterstatic TagsSorterReturns the enum constant of this class with the specified name.static TagsSorter[]TagsSorter.values()Returns an array containing the constants of this enum class, in the order they are declared.限定符构造器说明UiConfiguration(Boolean deepLinking, Boolean displayOperationId, Integer defaultModelsExpandDepth, Integer defaultModelExpandDepth, ModelRendering defaultModelRendering, Boolean displayRequestDuration, DocExpansion docExpansion, Object filter, Integer maxDisplayedTags, OperationsSorter operationsSorter, Boolean showExtensions, TagsSorter tagsSorter, String validatorUrl) Default constructorUiConfiguration(Boolean deepLinking, Boolean displayOperationId, Integer defaultModelsExpandDepth, Integer defaultModelExpandDepth, ModelRendering defaultModelRendering, Boolean displayRequestDuration, DocExpansion docExpansion, Object filter, Integer maxDisplayedTags, OperationsSorter operationsSorter, Boolean showExtensions, TagsSorter tagsSorter, String[] supportedSubmitMethods, String validatorUrl) Default constructor