Enum Class的使用
springfox.documentation.swagger.web.OperationsSorter
使用OperationsSorter的程序包
-
springfox.documentation.swagger.web中OperationsSorter的使用
修饰符和类型方法说明UiConfiguration.getOperationsSorter()static OperationsSorterstatic OperationsSorterReturns the enum constant of this class with the specified name.static OperationsSorter[]OperationsSorter.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