public abstract class AbstractDnetApp extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static io.swagger.v3.oas.models.info.License |
AGPL_3_LICENSE |
protected static io.swagger.v3.oas.models.info.License |
APACHE_2_LICENSE |
| Constructor and Description |
|---|
AbstractDnetApp() |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
io.swagger.v3.oas.models.OpenAPI |
newSwaggerDocket() |
protected String |
swaggerDesc() |
protected io.swagger.v3.oas.models.info.License |
swaggerLicense() |
protected List<io.swagger.v3.oas.models.tags.Tag> |
swaggerTags() |
protected abstract String |
swaggerTitle() |
protected String |
swaggerVersion() |
protected static final io.swagger.v3.oas.models.info.License APACHE_2_LICENSE
protected static final io.swagger.v3.oas.models.info.License AGPL_3_LICENSE
@PostConstruct public void init()
@Bean public io.swagger.v3.oas.models.OpenAPI newSwaggerDocket()
protected abstract String swaggerTitle()
protected String swaggerDesc()
protected String swaggerVersion()
protected io.swagger.v3.oas.models.info.License swaggerLicense()
protected List<io.swagger.v3.oas.models.tags.Tag> swaggerTags()
Copyright © 2025. All rights reserved.