Class SlardarSwaggerConfiguration

  • All Implemented Interfaces:

    @Configuration(proxyBeanMethods = false)@ConditionalWingsEnabled(abs = SlardarEnabledProp.Key$swagger)@ConditionalOnClass(value = OpenAPI.class) 
    public class SlardarSwaggerConfiguration
    
                        
    Since:

    2019-10-30

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class SlardarSwaggerConfiguration.FlatPageQuery

      pageable-correct-url-parameter 12.42. Can I use spring property with swagger annotations? The support of spring property resolver for @Info: title * description * version * termsOfService

      The support of spring property resolver for @Info.license: name * url

      The support of spring property resolver for @Info.contact: name * email * url

      The support of spring property resolver for @Operation: description * summary

      The support of spring property resolver for @Parameter: description * name

      The support of spring property resolver for @ApiResponse: description

      Its also possible to declare security URLs for @OAuthFlow: openIdConnectUrl * authorizationUrl * refreshUrl * tokenUrl

      The support of spring property resolver for @Schema: name * title * description , by setting springdoc.api-docs.resolve-schema-properties to true

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      OpenApiCustomizer slardarOpenApiCustomizer(SlardarSwaggerProp slardarSwaggerProp)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SlardarSwaggerConfiguration

        SlardarSwaggerConfiguration()