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 Details

    • PropertyCustomizingConverter

      public PropertyCustomizingConverter(Optional<List<PropertyCustomizer>> customizers)
      Instantiates a new Property customizing converter.
      Parameters:
      customizers - the customizers
  • Method Details

    • 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 interface io.swagger.v3.core.converter.ModelConverter