Package io.swagger.v3.parser
Class ObjectMapperFactory
java.lang.Object
io.swagger.v3.parser.ObjectMapperFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
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)
-