Class SlardarSwaggerConfiguration.FlatPageQuery

  • All Implemented Interfaces:

    
    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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public int page
      public int size
      public String sort
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      int getPage() page from 1
      void setPage(int page) page from 1
      int getSize() size from 1
      void setSize(int size) size from 1
      String getSort() sort filed, comma-separated key, 'k1,-k2' means 'order byk1 asc, k2 desc', '-' means 'desc'
      void setSort(String sort) sort filed, comma-separated key, 'k1,-k2' means 'order byk1 asc, k2 desc', '-' means 'desc'
      boolean equals(@Nullable() Object o)
      int hashCode()
      String toString()
      • Methods inherited from class java.lang.Object

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

      • SlardarSwaggerConfiguration.FlatPageQuery

        SlardarSwaggerConfiguration.FlatPageQuery()
    • Method Detail

      • getPage

         int getPage()

        page from 1

      • setPage

         void setPage(int page)

        page from 1

      • getSize

         int getSize()

        size from 1

      • setSize

         void setSize(int size)

        size from 1

      • getSort

         String getSort()

        sort filed, comma-separated key, 'k1,-k2' means 'order byk1 asc, k2 desc', '-' means 'desc'

      • setSort

         void setSort(String sort)

        sort filed, comma-separated key, 'k1,-k2' means 'order byk1 asc, k2 desc', '-' means 'desc'