Class ObjectMapperFactory
- java.lang.Object
-
- com.amazonaws.athena.connector.lambda.serde.ObjectMapperFactory
-
@Deprecated public class ObjectMapperFactory extends Object
Deprecated.replaced withObjectMapperFactoryV2
Used to construct an ObjectMapper instead that is capable of handling some of our special objects (Apache Arrow Block, and Schema).
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static com.fasterxml.jackson.databind.ObjectMapper
create(BlockAllocator allocator)
Deprecated.
-
-
-
Method Detail
-
create
public static com.fasterxml.jackson.databind.ObjectMapper create(BlockAllocator allocator)
Deprecated.
-
-