Package | Description |
---|---|
org.springdoc.core |
Modifier and Type | Method and Description |
---|---|
PropertyResolverUtils |
GenericParameterService.getPropertyResolverUtils()
Gets property resolver utils.
|
Modifier and Type | Method and Description |
---|---|
io.swagger.v3.oas.models.media.Schema |
OpenAPIService.resolveProperties(io.swagger.v3.oas.models.media.Schema schema,
PropertyResolverUtils propertyResolverUtils,
Locale locale)
Resolve properties schema.
|
Constructor and Description |
---|
GenericParameterService(PropertyResolverUtils propertyResolverUtils,
Optional<DelegatingMethodParameterCustomizer> optionalDelegatingMethodParameterCustomizer,
Optional<WebConversionServiceProvider> optionalWebConversionServiceProvider)
Instantiates a new Generic parameter builder.
|
GenericResponseService(OperationService operationService,
List<ReturnTypeParser> returnTypeParsers,
SpringDocConfigProperties springDocConfigProperties,
PropertyResolverUtils propertyResolverUtils)
Instantiates a new Generic response builder.
|
OperationService(GenericParameterService parameterBuilder,
RequestBodyService requestBodyService,
SecurityService securityParser,
PropertyResolverUtils propertyResolverUtils,
Optional<JavadocProvider> javadocProvider)
Instantiates a new Operation builder.
|
SecurityService(PropertyResolverUtils propertyResolverUtils)
Instantiates a new Security parser.
|
Copyright © 2021. All rights reserved.