public class ThriftStructBuilder extends Object
| Constructor and Description |
|---|
ThriftStructBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildStrutsByGeneric(List<ThriftStruct> structs,
Generic generic,
List<ThriftEnum> enums) |
ThriftEnum |
buildThriftEnum(Class<?> clazz) |
ThriftStruct |
buildThriftStruct(Class<?> clazz,
List<ThriftStruct> structs,
List<ThriftEnum> enums) |
public ThriftStruct buildThriftStruct(Class<?> clazz, List<ThriftStruct> structs, List<ThriftEnum> enums)
public void buildStrutsByGeneric(List<ThriftStruct> structs, Generic generic, List<ThriftEnum> enums)
structs - generic - public ThriftEnum buildThriftEnum(Class<?> clazz)
Copyright © 2017. All rights reserved.