Package io.swagger.v3.parser
Class ObjectMapperFactory
- java.lang.Object
-
- io.swagger.v3.parser.ObjectMapperFactory
-
public class ObjectMapperFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description ObjectMapperFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.fasterxml.jackson.databind.ObjectMappercreateJson()protected static com.fasterxml.jackson.databind.ObjectMappercreateJson(boolean includePathDeserializer, boolean includeResponseDeserializer)static com.fasterxml.jackson.databind.ObjectMappercreateYaml()protected static com.fasterxml.jackson.databind.ObjectMappercreateYaml(boolean includePathDeserializer, boolean includeResponseDeserializer)
-
-
-
Method Detail
-
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)
-
-