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 int
DEFAULT_MAX_JSON_STRING_LEN
static String
MAX_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.ObjectMapper
getObjectMapper()
-
-
-
Field Detail
-
DEFAULT_MAX_JSON_STRING_LEN
@SnowflakeJdbcInternalApi public static final int DEFAULT_MAX_JSON_STRING_LEN
- See Also:
- Constant Field Values
-
MAX_JSON_STRING_LENGTH_JVM
@SnowflakeJdbcInternalApi public static final String MAX_JSON_STRING_LENGTH_JVM
- See Also:
- Constant Field Values
-
-