Class ReferenceModelSpecificationToSchemaConverter

  • All Implemented Interfaces:
    org.springframework.core.convert.converter.Converter<ReferenceModelSpecification,​io.swagger.v3.oas.models.media.Schema<?>>

    public class ReferenceModelSpecificationToSchemaConverter
    extends java.lang.Object
    implements org.springframework.core.convert.converter.Converter<ReferenceModelSpecification,​io.swagger.v3.oas.models.media.Schema<?>>
    • Constructor Detail

      • ReferenceModelSpecificationToSchemaConverter

        public ReferenceModelSpecificationToSchemaConverter​(ModelNamesRegistry modelNamesRegistry)
    • Method Detail

      • convert

        public io.swagger.v3.oas.models.media.Schema<?> convert​(ReferenceModelSpecification source)
        Specified by:
        convert in interface org.springframework.core.convert.converter.Converter<ReferenceModelSpecification,​io.swagger.v3.oas.models.media.Schema<?>>