Interface ThriftExtraction

All Known Implementing Classes:
ThriftFieldExtractor, ThriftMethodExtractor

public interface ThriftExtraction

ThriftExtraction contains information an extraction point for a single thrift field.

Implementations of this interface are expected to be thread safe.

  • Method Details

    • getId

      short getId()
    • getName

      String getName()
    • getFieldKind

      FieldKind getFieldKind()