| 程序包 | 说明 |
|---|---|
| com.baidu.bjf.remoting.protobuf |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> Codec<T> |
ProtobufProxy.create(Class<T> cls)
To create a protobuf proxy class for target class.
|
static <T> Codec<T> |
ProtobufProxy.create(Class<T> cls,
boolean debug)
Creates the.
|
static <T> Codec<T> |
ProtobufProxy.create(Class<T> cls,
boolean debug,
File path)
To create a protobuf proxy class for target class.
|
static <T> Codec<T> |
ProtobufProxy.create(Class<T> cls,
boolean debug,
File path,
Compiler compiler,
ICodeGenerator codeGenerator)
To create a protobuf proxy class for target class.
|
static <T> Codec<T> |
ProtobufProxy.create(Class<T> cls,
Compiler compiler,
ICodeGenerator codeGenerator)
To create a protobuf proxy class for target class.
|
protected static <T> Codec<T> |
ProtobufProxy.doCreate(Class<T> cls,
boolean debug,
Compiler compiler,
ICodeGenerator cg)
To create a protobuf proxy class for target class.
|
| 构造器和说明 |
|---|
IDLProxyObject(Codec codec,
Object target,
Class<?> cls)
default construtor to set
Codec target. |
Copyright © 2022 Baidu, Inc.. All rights reserved.