Class ThriftStructProcessor

  • All Implemented Interfaces:
    ThriftFieldValueProcessor<TBase>

    public class ThriftStructProcessor
    extends java.lang.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.