Class ThriftStructProcessor

java.lang.Object
org.apache.thrift.partial.ThriftStructProcessor
All Implemented Interfaces:
ThriftFieldValueProcessor<TBase>

public class ThriftStructProcessor extends Object implements ThriftFieldValueProcessor<TBase>
Provides a way to create and initialize an instance of TBase during partial deserialization.

This class is supposed to be used as a helper class for PartialThriftDeserializer.