Class ScalarModelToSchemaConverter
- java.lang.Object
-
- springfox.documentation.oas.mappers.ScalarModelToSchemaConverter
-
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<ScalarModelSpecification,io.swagger.v3.oas.models.media.Schema<?>>
public class ScalarModelToSchemaConverter extends java.lang.Object implements org.springframework.core.convert.converter.Converter<ScalarModelSpecification,io.swagger.v3.oas.models.media.Schema<?>>
-
-
Constructor Summary
Constructors Constructor Description ScalarModelToSchemaConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.swagger.v3.oas.models.media.Schema<?>
convert(ScalarModelSpecification source)
-
-
-
Method Detail
-
convert
public io.swagger.v3.oas.models.media.Schema<?> convert(ScalarModelSpecification source)
- Specified by:
convert
in interfaceorg.springframework.core.convert.converter.Converter<ScalarModelSpecification,io.swagger.v3.oas.models.media.Schema<?>>
-
-