Package com.arangodb.internal.serde
Class JacksonUtils
java.lang.Object
com.arangodb.internal.serde.JacksonUtils
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static interface
static interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Configure JsonFactory with permissive StreamReadConstraints and StreamWriteConstraints.
-
Method Details
-
tryConfigureJsonFactory
Configure JsonFactory with permissive StreamReadConstraints and StreamWriteConstraints. It uses reflection to avoid compilation errors with older Jackson versions. It uses dynamic package names to be compatible with shaded Jackson.- Parameters:
jf
- JsonFactory to configure
-