Uses of Interface
org.springdoc.core.parsers.ReturnTypeParser
Packages that use ReturnTypeParser
-
Uses of ReturnTypeParser in org.springdoc.core.parsers
Classes in org.springdoc.core.parsers that implement ReturnTypeParserModifier and TypeClassDescriptionclassThe type Kotlin coroutines return type parser. -
Uses of ReturnTypeParser in org.springdoc.core.service
Constructor parameters in org.springdoc.core.service with type arguments of type ReturnTypeParserModifierConstructorDescriptionGenericResponseService(OperationService operationService, List<ReturnTypeParser> returnTypeParsers, SpringDocConfigProperties springDocConfigProperties, PropertyResolverUtils propertyResolverUtils) Instantiates a new Generic response builder.