Uses of Package
org.springdoc.core.customizers
-
Packages that use org.springdoc.core.customizers Package Description org.springdoc.api org.springdoc.core org.springdoc.core.converters org.springdoc.core.customizers -
Classes in org.springdoc.core.customizers used by org.springdoc.api Class Description OperationCustomizer Implement and register a bean of typeOperationCustomizer
to customize an operation based on the handler method input on default OpenAPI descriptions but not groups -
Classes in org.springdoc.core.customizers used by org.springdoc.core Class Description DelegatingMethodParameterCustomizer The interface Delegating method parameter customizer.OpenApiCustomiser Implement and register a bean of typeOpenApiCustomiser
to customize Open api on default OpenAPI description but not on groupsOperationCustomizer Implement and register a bean of typeOperationCustomizer
to customize an operation based on the handler method input on default OpenAPI descriptions but not groupsParameterCustomizer Implement and register a bean of typeParameterCustomizer
to customize a parameter based on the parameter and handler method inputRouterOperationCustomizer Implement and register a bean of typeRouterOperationCustomizer
to customize an router operation based on the handler method input on default OpenAPI descriptions but not groups -
Classes in org.springdoc.core.customizers used by org.springdoc.core.converters Class Description PropertyCustomizer Implement and register a bean of typePropertyCustomizer
to customize a schema property based on annotated type -
Classes in org.springdoc.core.customizers used by org.springdoc.core.customizers Class Description DelegatingMethodParameterCustomizer The interface Delegating method parameter customizer.GlobalOpenApiCustomizer Implement and register a bean of typeGlobalOpenApiCustomizer
to customize Open api on default OpenAPI description and groups.GlobalOperationCustomizer Implement and register a bean of typeGlobalOperationCustomizer
to customize an operation based on the handler method input on default OpenAPI description and groupsOpenApiCustomiser Implement and register a bean of typeOpenApiCustomiser
to customize Open api on default OpenAPI description but not on groupsOperationCustomizer Implement and register a bean of typeOperationCustomizer
to customize an operation based on the handler method input on default OpenAPI descriptions but not groups