类 CompoundSpecificationToPropertyConverter
- java.lang.Object
-
- springfox.documentation.swagger2.mappers.CompoundSpecificationToPropertyConverter
-
- 所有已实现的接口:
org.springframework.core.convert.converter.Converter<springfox.documentation.schema.CompoundModelSpecification,io.swagger.models.properties.Property>
public class CompoundSpecificationToPropertyConverter extends Object implements org.springframework.core.convert.converter.Converter<springfox.documentation.schema.CompoundModelSpecification,io.swagger.models.properties.Property>
-
-
构造器概要
构造器 构造器 说明 CompoundSpecificationToPropertyConverter(springfox.documentation.service.ModelNamesRegistry modelNamesRegistry)
-
-
-
方法详细资料
-
convert
public io.swagger.models.properties.Property convert(springfox.documentation.schema.CompoundModelSpecification source)
- 指定者:
convert在接口中org.springframework.core.convert.converter.Converter<springfox.documentation.schema.CompoundModelSpecification,io.swagger.models.properties.Property>
-
-