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