Class CollectionSpecificationToSchemaConverter

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

    public class CollectionSpecificationToSchemaConverter
    extends java.lang.Object
    implements org.springframework.core.convert.converter.Converter<springfox.documentation.schema.CollectionSpecification,​io.swagger.v3.oas.models.media.Schema<?>>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.swagger.v3.oas.models.media.Schema<?> convert​(springfox.documentation.schema.CollectionSpecification source)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CollectionSpecificationToSchemaConverter

        public CollectionSpecificationToSchemaConverter​(springfox.documentation.service.ModelNamesRegistry modelNamesRegistry)
    • Method Detail

      • convert

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