Package org.springdoc.core.converters
Class PropertyCustomizingConverter
- java.lang.Object
-
- org.springdoc.core.converters.PropertyCustomizingConverter
-
- All Implemented Interfaces:
io.swagger.v3.core.converter.ModelConverter
public class PropertyCustomizingConverter extends Object implements io.swagger.v3.core.converter.ModelConverter
The type Property customizing converter.- Author:
- bnasslahsen
-
-
Constructor Summary
Constructors Constructor Description PropertyCustomizingConverter(Optional<List<PropertyCustomizer>> customizers)
Instantiates a new Property customizing converter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.swagger.v3.oas.models.media.Schema
resolve(io.swagger.v3.core.converter.AnnotatedType type, io.swagger.v3.core.converter.ModelConverterContext context, Iterator<io.swagger.v3.core.converter.ModelConverter> chain)
-
-
-
Constructor Detail
-
PropertyCustomizingConverter
public PropertyCustomizingConverter(Optional<List<PropertyCustomizer>> customizers)
Instantiates a new Property customizing converter.- Parameters:
customizers
- the customizers
-
-
Method Detail
-
resolve
public io.swagger.v3.oas.models.media.Schema resolve(io.swagger.v3.core.converter.AnnotatedType type, io.swagger.v3.core.converter.ModelConverterContext context, Iterator<io.swagger.v3.core.converter.ModelConverter> chain)
- Specified by:
resolve
in interfaceio.swagger.v3.core.converter.ModelConverter
-
-