The java org.apache.thrift.meta_data.FieldMetaData is a class in the Apache Thrift library designed to provide metadata information about the fields in a Thrift struct. It contains methods to retrieve various details such as the field's name, ID, type, and whether it is required or optional. This class is commonly used in Thrift serialization and deserialization processes to ensure accurate mapping of data between different programming languages.
Java FieldMetaData - 30 examples found. These are the top rated real world Java examples of org.apache.thrift.meta_data.FieldMetaData extracted from open source projects. You can rate examples to help us improve the quality of examples.