Package org.reploop.parser.thrift.type
Class WrapperType
- java.lang.Object
-
- org.reploop.parser.thrift.Node
-
- org.reploop.parser.thrift.type.FieldType
-
- org.reploop.parser.thrift.type.WrapperType
-
public class WrapperType extends FieldType
What's this about?- Since:
- 2017-06-15 09
- Author:
- George Cao(georgecao@outlook.com)
-
-
Constructor Summary
Constructors Constructor Description WrapperType(Class type)WrapperType(String name)WrapperType(QualifiedName name)
-
-
-
Constructor Detail
-
WrapperType
public WrapperType(String name)
-
WrapperType
public WrapperType(QualifiedName name)
-
WrapperType
public WrapperType(Class type)
-
-