List of usage examples for org.apache.thrift.meta_data FieldValueMetaData FieldValueMetaData
public FieldValueMetaData(byte type)
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")); }