Package net.snowflake.client.core
Class ObjectMapperFactory
- java.lang.Object
-
- net.snowflake.client.core.ObjectMapperFactory
-
public class ObjectMapperFactory extends Object
Factor method used to create ObjectMapper instance. All object mapper in JDBC should be created by this method.
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_MAX_JSON_STRING_LENstatic StringMAX_JSON_STRING_LENGTH_JVM
-
Constructor Summary
Constructors Constructor Description ObjectMapperFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.fasterxml.jackson.databind.ObjectMappergetObjectMapper()
-
-
-
Field Detail
-
DEFAULT_MAX_JSON_STRING_LEN
public static final int DEFAULT_MAX_JSON_STRING_LEN
- See Also:
- Constant Field Values
-
MAX_JSON_STRING_LENGTH_JVM
public static final String MAX_JSON_STRING_LENGTH_JVM
- See Also:
- Constant Field Values
-
-