Class AbstractSwaggerConfiguration


  • public abstract class AbstractSwaggerConfiguration
    extends java.lang.Object
    • Constructor Detail

      • AbstractSwaggerConfiguration

        public AbstractSwaggerConfiguration()
    • Method Detail

      • api

        public springfox.documentation.spring.web.plugins.Docket api()
      • newApiInfoDescription

        protected abstract java.lang.String newApiInfoDescription()
      • newApiInfoTermsOfServiceUrl

        protected java.lang.String newApiInfoTermsOfServiceUrl()
      • newApiInfoTitle

        protected abstract java.lang.String newApiInfoTitle()
      • newApiInfoVersion

        protected abstract java.lang.String newApiInfoVersion()
      • newBasePackage

        protected abstract java.lang.String newBasePackage()
      • newContactEmail

        protected java.lang.String newContactEmail()
      • newApiInfoLicense

        protected java.lang.String newApiInfoLicense()
      • newApiInfoLicenseUrl

        protected java.lang.String newApiInfoLicenseUrl()
      • newContactName

        protected abstract java.lang.String newContactName()
      • newContactUrl

        protected abstract java.lang.String newContactUrl()
      • newDocketPathsRegex

        protected abstract java.lang.String newDocketPathsRegex()
      • newContact

        protected springfox.documentation.service.Contact newContact()
      • metaData

        protected springfox.documentation.service.ApiInfo metaData()