Class ThriftRecordExtractor

    • Constructor Detail

      • ThriftRecordExtractor

        public ThriftRecordExtractor()
    • Method Detail

      • isRecord

        protected boolean isRecord​(Object value)
        Returns whether the object is a Thrift object.
        Overrides:
        isRecord in class BaseRecordExtractor<org.apache.thrift.TBase>
      • convertRecord

        protected Object convertRecord​(Object value)
        Handles the conversion of each field of a Thrift object.
        Overrides:
        convertRecord in class BaseRecordExtractor<org.apache.thrift.TBase>
        Parameters:
        value - should be verified to be a Thrift TBase type prior to calling this method as it will be casted without checking