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