Package org.apache.arrow.vector.util
Class ObjectMapperFactory
java.lang.Object
org.apache.arrow.vector.util.ObjectMapperFactory
A
ObjectMapper
factory to read/write JSON.-
Method Summary
Modifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.ObjectMapper
Creates a newObjectMapper
instance.
-
Method Details
-
newObjectMapper
public static com.fasterxml.jackson.databind.ObjectMapper newObjectMapper()Creates a newObjectMapper
instance.
-