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)
Resolve properties schema.
|
Constructor and Description |
---|
GenericParameterService(PropertyResolverUtils propertyResolverUtils,
Optional<DelegatingMethodParameterCustomizer> optionalDelegatingMethodParameterCustomizer)
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)
Instantiates a new Operation builder.
|
SecurityService(PropertyResolverUtils propertyResolverUtils)
Instantiates a new Security parser.
|
Copyright © 2020. All rights reserved.