Class PropertyMapper


  • public class PropertyMapper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyMapper()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.swagger.models.properties.Property fromModel​(springfox.documentation.schema.ModelSpecification modelSpecification, springfox.documentation.service.ModelNamesRegistry modelNamesRegistry)  
      io.swagger.models.properties.Property fromProperty​(springfox.documentation.schema.PropertySpecification source, springfox.documentation.service.ModelNamesRegistry modelNamesRegistry)  
      • Methods inherited from class java.lang.Object

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

      • PropertyMapper

        public PropertyMapper()
    • Method Detail

      • fromModel

        public io.swagger.models.properties.Property fromModel​(springfox.documentation.schema.ModelSpecification modelSpecification,
                                                               springfox.documentation.service.ModelNamesRegistry modelNamesRegistry)
      • fromProperty

        public io.swagger.models.properties.Property fromProperty​(springfox.documentation.schema.PropertySpecification source,
                                                                  springfox.documentation.service.ModelNamesRegistry modelNamesRegistry)