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