Package io.deephaven.json.jackson
Class JacksonConfiguration
java.lang.Object
io.deephaven.json.jackson.JacksonConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.fasterxml.jackson.core.JsonFactoryBuilderConstructs a Deephaven-configured json factory builder.
-
Constructor Details
-
JacksonConfiguration
public JacksonConfiguration()
-
-
Method Details
-
defaultFactoryBuilder
public static com.fasterxml.jackson.core.JsonFactoryBuilder defaultFactoryBuilder()Constructs a Deephaven-configured json factory builder. This currently includesStreamReadFeature.USE_FAST_DOUBLE_PARSER,StreamReadFeature.USE_FAST_BIG_NUMBER_PARSER, andStreamReadFeature.INCLUDE_SOURCE_IN_LOCATION. The specific configuration may change in the future.- Returns:
- the Deephaven-configured json factory builder
-