| 程序包 | 说明 |
|---|---|
| net.gdface.codegen.thrift |
| 限定符和类型 | 方法和说明 |
|---|---|
ThriftStructDecorator |
ThriftSchema.getDecoratorType(java.lang.reflect.Type type) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.List<ThriftStructDecorator> |
ThriftSchema.getAllStructDecorators() |
java.util.List<ThriftStructDecorator> |
ThriftSchema.getBeanDecorators() |
java.util.List<ThriftStructDecorator> |
TypeHelper.getDecorateTypes() |
java.util.List<ThriftStructDecorator> |
ThriftStructDecorator.getDecorateTypes() |
java.util.List<ThriftStructDecorator> |
ThriftServiceDecorator.getDecorateTypes() |
java.util.List<ThriftStructDecorator> |
ThriftSchema.getEnumDecorators() |
java.util.List<ThriftStructDecorator> |
ThriftSchema.getExceptionDecorators() |
protected java.util.List<ThriftStructDecorator> |
ThriftSchema.getGenSequence(boolean thriftStructIncluded)
根据
ThriftStructDecorator对象之间的依赖关系返回ThriftStructDecorator队列 |
com.google.common.collect.ListMultimap<java.lang.String,java.util.Collection<ThriftStructDecorator>> |
ThriftSchema.getStructGenSequenceAsMultimap(boolean thriftStructIncluded)
根据
ThriftStructDecorator对象之间的依赖关系返回以package为key的 ListMultimap映射 |
java.util.List<ThriftStructDecorator> |
ThriftSchema.getThriftStructDecorator(java.lang.String pkg)
返回指定包名下的所有
ThriftStructDecorator对象,,按类名自然排序,没有找到则返回空表 |
java.util.List<ThriftStructDecorator> |
TypeHelper.getThriftTypes() |
java.util.List<ThriftStructDecorator> |
ThriftStructDecorator.getThriftTypes() |
java.util.List<ThriftStructDecorator> |
ThriftServiceDecorator.getThriftTypes() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
ThriftStructDecorator.compare(ThriftStructDecorator o1,
ThriftStructDecorator o2) |
int |
ThriftStructDecorator.compareTo(ThriftStructDecorator o) |
Copyright © 2022. All Rights Reserved.