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