Class AbstractDnetApp

java.lang.Object
eu.dnetlib.common.app.AbstractDnetApp

public abstract class AbstractDnetApp extends Object
  • Field Details

    • APACHE_2_LICENSE

      protected static final io.swagger.v3.oas.models.info.License APACHE_2_LICENSE
    • AGPL_3_LICENSE

      protected static final io.swagger.v3.oas.models.info.License AGPL_3_LICENSE
  • Constructor Details

    • AbstractDnetApp

      public AbstractDnetApp()
  • Method Details

    • init

      @PostConstruct public void init()
    • newSwaggerDocket

      @Bean public io.swagger.v3.oas.models.OpenAPI newSwaggerDocket()
    • swaggerTitle

      protected abstract String swaggerTitle()
    • swaggerDesc

      protected String swaggerDesc()
    • swaggerVersion

      protected String swaggerVersion()
    • swaggerLicense

      protected io.swagger.v3.oas.models.info.License swaggerLicense()
    • swaggerTags

      protected List<io.swagger.v3.oas.models.tags.Tag> swaggerTags()