Interface ThriftFieldValueProcessor<V>

All Known Implementing Classes:
ThriftStructProcessor

public interface ThriftFieldValueProcessor<V>
Provides an abstraction to process deserialized field values and place them into the collection that holds them. This abstraction allows different types of collections to be output from partial deserialization.

In case of the usual Thrift deserialization, the collection that holds field values is simply an instance of TBase.