Class SpringDocCustomizers

java.lang.Object
org.springdoc.core.customizers.SpringDocCustomizers
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

public class SpringDocCustomizers extends Object implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
The type Spring doc customizers.
Author:
bnasslahsen
  • Constructor Details

  • Method Details

    • getOpenApiCustomizers

      public Optional<List<OpenApiCustomizer>> getOpenApiCustomizers()
      Gets open api customizers.
      Returns:
      the open api customizers
    • getOperationCustomizers

      public Optional<List<OperationCustomizer>> getOperationCustomizers()
      Gets operation customizers.
      Returns:
      the operation customizers
    • getRouterOperationCustomizers

      public Optional<List<RouterOperationCustomizer>> getRouterOperationCustomizers()
      Gets router operation customizers.
      Returns:
      the router operation customizers
    • getDataRestRouterOperationCustomizers

      public Optional<List<DataRestRouterOperationCustomizer>> getDataRestRouterOperationCustomizers()
      Gets data rest router operation customizers.
      Returns:
      the data rest router operation customizers
    • getMethodFilters

      public Optional<List<OpenApiMethodFilter>> getMethodFilters()
      Gets method filters.
      Returns:
      the method filters
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException
    • getGlobalOpenApiCustomizers

      public Optional<List<GlobalOpenApiCustomizer>> getGlobalOpenApiCustomizers()
      Gets global open api customizers.
      Returns:
      the global open api customizers
    • getGlobalOperationCustomizers

      public Optional<List<GlobalOperationCustomizer>> getGlobalOperationCustomizers()
      Gets global operation customizers.
      Returns:
      the global operation customizers
    • getGlobalOpenApiMethodFilters

      public Optional<List<GlobalOpenApiMethodFilter>> getGlobalOpenApiMethodFilters()
      Gets global open api method filters.
      Returns:
      the global open api method filters
    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean