Class | Description |
---|---|
CodeBean |
decorator pattern 装饰者模式代理
CodeBean 代理对象必须有默认构造方法,必须是普通类型,不可以有@ThriftStruct注释 转发所有 CodeBean get/set方法到CodeBean.delegate() 指定的实例,计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong) |
FeatureSeThriftDecorator |
decorator pattern 装饰者模式代理
FeatureSe 接口将 FeatureSe 实例封装为一个thrift服务转发所有服务请求到 FeatureSeThriftDecorator.delegate() 指定的实例计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong) |
Copyright © 2020. All rights reserved.