Class ObjectMapperFactory

java.lang.Object
io.swagger.v3.parser.ObjectMapperFactory

public class ObjectMapperFactory extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.fasterxml.jackson.databind.ObjectMapper
     
    protected static com.fasterxml.jackson.databind.ObjectMapper
    createJson(boolean includePathDeserializer, boolean includeResponseDeserializer)
     
    static com.fasterxml.jackson.databind.ObjectMapper
     
    protected static com.fasterxml.jackson.databind.ObjectMapper
    createYaml(boolean includePathDeserializer, boolean includeResponseDeserializer)
     

    Methods inherited from class java.lang.Object

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

    • ObjectMapperFactory

      public ObjectMapperFactory()
  • Method Details

    • createJson

      public static com.fasterxml.jackson.databind.ObjectMapper createJson()
    • createJson

      protected static com.fasterxml.jackson.databind.ObjectMapper createJson(boolean includePathDeserializer, boolean includeResponseDeserializer)
    • createYaml

      public static com.fasterxml.jackson.databind.ObjectMapper createYaml()
    • createYaml

      protected static com.fasterxml.jackson.databind.ObjectMapper createYaml(boolean includePathDeserializer, boolean includeResponseDeserializer)