Uses of Class
org.springdoc.core.PropertyResolverUtils
-
Packages that use PropertyResolverUtils Package Description org.springdoc.core -
-
Uses of PropertyResolverUtils in org.springdoc.core
Methods in org.springdoc.core that return PropertyResolverUtils Modifier and Type Method Description PropertyResolverUtils
GenericParameterService. getPropertyResolverUtils()
Gets property resolver utils.Constructors in org.springdoc.core with parameters of type PropertyResolverUtils Constructor Description GenericParameterService(PropertyResolverUtils propertyResolverUtils, Optional<DelegatingMethodParameterCustomizer> optionalDelegatingMethodParameterCustomizer, Optional<WebConversionServiceProvider> optionalWebConversionServiceProvider, ObjectMapperProvider objectMapperProvider)
Instantiates a new Generic parameter builder.GenericResponseService(OperationService operationService, List<ReturnTypeParser> returnTypeParsers, SpringDocConfigProperties springDocConfigProperties, PropertyResolverUtils propertyResolverUtils)
Instantiates a new Generic response builder.OpenAPIService(Optional<io.swagger.v3.oas.models.OpenAPI> openAPI, SecurityService securityParser, SpringDocConfigProperties springDocConfigProperties, PropertyResolverUtils propertyResolverUtils, Optional<List<OpenApiBuilderCustomizer>> openApiBuilderCustomizers, Optional<List<ServerBaseUrlCustomizer>> serverBaseUrlCustomizers, Optional<JavadocProvider> javadocProvider)
Instantiates a new Open api 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.
-