Uses of Class
org.springdoc.core.service.OpenAPIService
Packages that use OpenAPIService
-
Uses of OpenAPIService in org.springdoc.api
Fields in org.springdoc.api declared as OpenAPIServiceModifier and TypeFieldDescriptionprotected OpenAPIService
AbstractOpenApiResource.openAPIService
The Open api builder.Constructor parameters in org.springdoc.api with type arguments of type OpenAPIServiceModifierConstructorDescriptionprotected
AbstractOpenApiResource
(String groupName, org.springframework.beans.factory.ObjectFactory<OpenAPIService> openAPIBuilderObjectFactory, AbstractRequestService requestBuilder, GenericResponseService responseBuilder, OperationService operationParser, SpringDocConfigProperties springDocConfigProperties, SpringDocProviders springDocProviders, SpringDocCustomizers springDocCustomizers) Instantiates a new Abstract open api resource. -
Uses of OpenAPIService in org.springdoc.core.customizers
Methods in org.springdoc.core.customizers with parameters of type OpenAPIServiceModifier and TypeMethodDescriptionvoid
OpenApiBuilderCustomizer.customise
(OpenAPIService openApiService) Customise. -
Uses of OpenAPIService in org.springdoc.core.data
Constructors in org.springdoc.core.data with parameters of type OpenAPIServiceModifierConstructorDescriptionDataRestTagsService
(OpenAPIService openAPIService) Instantiates a new Data rest tags builder.