Class MapSpecificationToSchemaConverter
- java.lang.Object
-
- springfox.documentation.oas.mappers.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 Summary
Constructors Constructor Description MapSpecificationToSchemaConverter(ModelNamesRegistry modelNamesRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.swagger.v3.oas.models.media.Schema<?>
convert(MapSpecification source)
-
-
-
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 interfaceorg.springframework.core.convert.converter.Converter<MapSpecification,io.swagger.v3.oas.models.media.Schema<?>>
-
-