Example usage for org.apache.thrift.meta_data FieldValueMetaData FieldValueMetaData

List of usage examples for org.apache.thrift.meta_data FieldValueMetaData FieldValueMetaData

Introduction

In this page you can find the example usage for org.apache.thrift.meta_data FieldValueMetaData FieldValueMetaData.

Prototype

public FieldValueMetaData(byte type) 

Source Link

Usage

From source file:com.linecorp.armeria.server.thrift.ThriftDocServicePluginTest.java

License:Apache License

@Test
public void incompleteStructMetadata() throws Exception {
    assertThat(toTypeSignature(new FieldValueMetaData(TType.STRUCT)))
            .isEqualTo(TypeSignature.ofUnresolved("unknown"));
}