public class JHipsterSwaggerCustomizer extends Object implements SwaggerCustomizer, org.springframework.core.Ordered
Docket with JHipster settings.| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_ORDER
The default order for the customizer.
|
| Constructor and Description |
|---|
JHipsterSwaggerCustomizer(JHipsterProperties.Swagger properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
customize(springfox.documentation.spring.web.plugins.Docket docket)
Customize the Springfox Docket.
|
int |
getOrder() |
void |
setOrder(int order) |
public static final int DEFAULT_ORDER
public JHipsterSwaggerCustomizer(JHipsterProperties.Swagger properties)
public void customize(springfox.documentation.spring.web.plugins.Docket docket)
SwaggerCustomizercustomize in interface SwaggerCustomizerdocket - the Docket to customizepublic void setOrder(int order)
public int getOrder()
getOrder in interface org.springframework.core.OrderedCopyright © 2019 JHipster. All rights reserved.