Interface ExamplesMapper


  • public interface ExamplesMapper
    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      default void afterMappingParameter​(springfox.documentation.schema.Example from, io.swagger.v3.oas.models.examples.Example target)  
      default java.util.Map<java.lang.String,​io.swagger.v3.oas.models.examples.Example> mapExamples​(java.util.Collection<springfox.documentation.schema.Example> from)  
      io.swagger.v3.oas.models.examples.Example toOasExample​(springfox.documentation.schema.Example from)  
    • Method Detail

      • mapExamples

        default java.util.Map<java.lang.String,​io.swagger.v3.oas.models.examples.Example> mapExamples​(java.util.Collection<springfox.documentation.schema.Example> from)
      • afterMappingParameter

        default void afterMappingParameter​(springfox.documentation.schema.Example from,
                                           io.swagger.v3.oas.models.examples.Example target)
      • toOasExample

        io.swagger.v3.oas.models.examples.Example toOasExample​(springfox.documentation.schema.Example from)