类 RandomNameCodeGenerator
java.lang.Object
com.baidu.bjf.remoting.protobuf.code.AbstractCodeGenerator
com.baidu.bjf.remoting.protobuf.code.TemplateCodeGenerator
com.baidu.bjf.remoting.protobuf.code.RandomNameCodeGenerator
- 所有已实现的接口:
ICodeGenerator
The Class RandomNameCodeGenerator.
- 从以下版本开始:
- 1.10.2
- 作者:
- xiemalin
-
字段概要
从类继承的字段 com.baidu.bjf.remoting.protobuf.code.AbstractCodeGenerator
cls, debug, fields, outputPath从接口继承的字段 com.baidu.bjf.remoting.protobuf.code.ICodeGenerator
CLASS_JOINER, DEFAULT_SUFFIX_CLASSNAME, JAVA_CLASS_FILE_SUFFIX, JAVA_END, JAVA_LINE_BREAK, LINE_BREAK, PACKAGE_SPLIT -
构造器概要
构造器 -
方法概要
从类继承的方法 com.baidu.bjf.remoting.protobuf.code.TemplateCodeGenerator
getCode, getRelativeProxyClasses, getSetToField, initDecodeMethodTemplateVariable, initEncodeMethodTemplateVariable从类继承的方法 com.baidu.bjf.remoting.protobuf.code.AbstractCodeGenerator
checkType, getAccessByField, getAllDependenciesClasses, getDependenciesClasses, getDependenciesClasses, getDependenciesClasses, getFullClassName, getOutputPath, getPackage, getTargetProxyClassname, isDebug, setDebug, setOutputPath
-
构造器详细资料
-
RandomNameCodeGenerator
Instantiates a new random name code generator.- 参数:
fields- the fieldscls- the cls
-
-
方法详细资料
-
getClassName
从类复制的说明:TemplateCodeGeneratorGets the class name.- 指定者:
getClassName在接口中ICodeGenerator- 覆盖:
getClassName在类中TemplateCodeGenerator- 返回:
- the class name
-