Class MapSpecificationToSchemaConverter

  • All Implemented Interfaces:
    org.springframework.core.convert.converter.Converter<MapSpecification,​io.swagger.v3.oas.models.media.Schema<?>>

    public class MapSpecificationToSchemaConverter
    extends java.lang.Object
    implements org.springframework.core.convert.converter.Converter<MapSpecification,​io.swagger.v3.oas.models.media.Schema<?>>
    • Constructor Detail

      • MapSpecificationToSchemaConverter

        public MapSpecificationToSchemaConverter​(ModelNamesRegistry modelNamesRegistry)
    • Method Detail

      • convert

        public io.swagger.v3.oas.models.media.Schema<?> convert​(MapSpecification source)
        Specified by:
        convert in interface org.springframework.core.convert.converter.Converter<MapSpecification,​io.swagger.v3.oas.models.media.Schema<?>>