Class ObjectMapperFactory


  • @Deprecated
    public class ObjectMapperFactory
    extends Object
    Deprecated.
    replaced with ObjectMapperFactoryV2
    Used to construct an ObjectMapper instead that is capable of handling some of our special objects (Apache Arrow Block, and Schema).
    • Method Detail

      • create

        public static com.fasterxml.jackson.databind.ObjectMapper create​(BlockAllocator allocator)
        Deprecated.