| 程序包 | 说明 |
|---|---|
| com.baidu.bjf.remoting.protobuf | |
| com.baidu.bjf.remoting.protobuf.utils | |
| com.baidu.bjf.remoting.protobuf.utils.compiler |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static Compiler |
JDKCompilerHelper.COMPILER
singleton instance for
JdkCompiler. |
| 限定符和类型 | 方法和说明 |
|---|---|
static Compiler |
JDKCompilerHelper.getJdkCompiler()
Gets the jdk compiler.
|
static Compiler |
JDKCompilerHelper.getJdkCompiler(ClassLoader cl)
Gets the jdk compiler.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
JDKCompilerHelper.setCompiler(Compiler compiler)
Sets the compiler.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractCompiler
Abstract compiler.
|
class |
CacheableJdkCompiler
Cacheable support compiler.
|
class |
JdkCompiler
JdkCompiler.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected Compiler |
CacheableJdkCompiler.compiler
The compiler.
|
| 构造器和说明 |
|---|
CacheableJdkCompiler(Compiler compiler)
Instantiates a new cacheable jdk compiler.
|
Copyright © 2022 Baidu, Inc.. All rights reserved.