| 程序包 | 说明 |
|---|---|
| net.gdface.facelog.decorator.client |
| 类和说明 |
|---|
| PersonSummary
decorator pattern 装饰者模式client端代理
PersonSummary代理对象必须有默认构造方法,必须是普通类型,不可以有@ThriftStruct注释 转发所有 PersonSummaryget/set方法到PersonSummary.delegate()指定的实例,计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong) |
| Token
decorator pattern 装饰者模式client端代理
Token代理对象必须有默认构造方法,必须是普通类型,不可以有@ThriftStruct注释 转发所有 Tokenget/set方法到Token.delegate()指定的实例,计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong) |
Copyright © 2020. All Rights Reserved.