- generateSource(String, File) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.ProtobufIDLProxy
-
- generateSource(InputStream, File) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.ProtobufIDLProxy
-
- generateSource(Reader, File) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.ProtobufIDLProxy
-
- generateSource(File, File) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.ProtobufIDLProxy
-
- generateSource(File, File, List<ProtobufIDLProxy.CodeDependent>, Set<String>) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.ProtobufIDLProxy
-
- get(String) - 类 中的方法com.baidu.bjf.remoting.protobuf.IDLProxyObject
-
- getAccessByField(String, Field, Class<?>) - 类 中的方法com.baidu.bjf.remoting.protobuf.CodeGenerator
-
get field access code
- getAnnotation() - 类 中的方法com.baidu.bjf.remoting.protobuf.ProtobufField
-
get the annotation
- getBoxedClass(Class<?>) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.compiler.ClassUtils
-
Get boxed class for primitive type
- getCallerClassLoader(Class<?>) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.ClassHelper
-
get class loader from caller calss
- getClassLoader(Class<?>) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.ClassHelper
-
get class loader
- getClassLoader() - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.ClassHelper
-
Return the default ClassLoader to use: typically the thread context ClassLoader, if available; the ClassLoader
that loaded the ClassUtils class will be used as fallback.
- getClassName() - 类 中的方法com.baidu.bjf.remoting.protobuf.CodeGenerator
-
get new class name
- getClassName(Class<?>) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.ClassHelper
-
get class simple name from
Class instance.
- getCode() - 类 中的方法com.baidu.bjf.remoting.protobuf.CodeGenerator
-
get full java class code.
- getDeclaredClass() - 类 中的方法com.baidu.bjf.remoting.protobuf.ProtobufField
-
get the declaredClass
- getDefaultValue() - 枚举 中的方法com.baidu.bjf.remoting.protobuf.FieldType
-
get the defaultValue
- getDescription() - 类 中的方法com.baidu.bjf.remoting.protobuf.utils.FieldInfo
-
get the description
- getDescriptor() - 接口 中的方法com.baidu.bjf.remoting.protobuf.Codec
-
Get Descriptor to support dynamic mesage call for protocol buffer
- getDescriptor(Class<?>) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.CodedConstant
-
- getEnumName(Enum[], int) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.CodedConstant
-
- getField() - 类 中的方法com.baidu.bjf.remoting.protobuf.utils.FieldInfo
-
get the field
- getField(Object, String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
-
- getFieldType() - 类 中的方法com.baidu.bjf.remoting.protobuf.utils.FieldInfo
-
get the fieldType
- getFullClassName() - 类 中的方法com.baidu.bjf.remoting.protobuf.CodeGenerator
-
get new class name with full package
- getFullClassName(Class<?>) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.ClassHelper
-
get new class name with full package
- getGenericClass(Class<?>) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.compiler.ClassUtils
-
- getGenericClass(Class<?>, int) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.compiler.ClassUtils
-
- getGenericeValueType() - 类 中的方法com.baidu.bjf.remoting.protobuf.utils.FieldInfo
-
get the genericeValueType
- getGenericKeyType() - 类 中的方法com.baidu.bjf.remoting.protobuf.utils.FieldInfo
-
get the genericKeyType
- getGenericType() - 类 中的方法com.baidu.bjf.remoting.protobuf.ProtobufField
-
get the genericType
- getIDL(Class<?>, Set<Class<?>>, Set<Class<?>>, boolean) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.ProtobufIDLGenerator
-
get IDL content from class.
- getIDL(Class<?>, Set<Class<?>>, Set<Class<?>>) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.ProtobufIDLGenerator
-
get IDL content from class.
- getIDL(Class<?>) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.ProtobufIDLGenerator
-
get IDL content from class.
- getInBoxedFieldname(String, String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
-
- getInitCode(Class<?>) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.compiler.ClassUtils
-
- getInternalFieldType() - 枚举 中的方法com.baidu.bjf.remoting.protobuf.FieldType
-
get the internalFieldType
- getInternalName(String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.ClassHelper
-
get class internal name from Class.getName(). sub class like A$B to A.B
- getJavaType() - 枚举 中的方法com.baidu.bjf.remoting.protobuf.FieldType
-
get java original type
- getJdkCompiler() - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.JDKCompilerHelper
-
- getLastModifyTime(Class<?>) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.ClassHelper
-
- getMappedTypeDefined(int, FieldType, String, boolean) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.CodedConstant
-
get mapped type defined java expression.
- getMappedTypeSize(FieldInfo, int, FieldType, boolean, boolean, File) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.CodedConstant
-
- getMappedWriteCode(FieldInfo, String, int, FieldType, boolean) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.CodedConstant
-
get mapped object byte write java expression
- getMethodName(Method, Class<?>[], String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.compiler.ClassUtils
-
- getName() - 类 中的方法com.baidu.bjf.remoting.protobuf.ProtobufField
-
get the name
- getOrder() - 类 中的方法com.baidu.bjf.remoting.protobuf.utils.FieldInfo
-
get the order
- getPackage() - 类 中的方法com.baidu.bjf.remoting.protobuf.CodeGenerator
-
- getPackage(Class<?>) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.ClassHelper
-
- getRelativeProxyClasses() - 类 中的方法com.baidu.bjf.remoting.protobuf.CodeGenerator
-
get relativeProxyClasses
- getRequiredCheck(int, Field) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.CodedConstant
-
get required field check java expression
- getRetRequiredCheck(String, Field) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.CodedConstant
-
get return required field check java expression
- getSetToField(String, Field, Class<?>, String, boolean, boolean) - 类 中的方法com.baidu.bjf.remoting.protobuf.CodeGenerator
-
generate access
Field value source code. support public field
access, getter method access and reflection access.
- getSize(Object) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.compiler.ClassUtils
-
- getSizeMethod(Class<?>) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.compiler.ClassUtils
-
- getSuffix() - 枚举 中的方法com.baidu.bjf.remoting.protobuf.FieldType
-
getter method for property suffix
- getTarget() - 类 中的方法com.baidu.bjf.remoting.protobuf.IDLProxyObject
-
get the target
- getToPrimitiveType() - 枚举 中的方法com.baidu.bjf.remoting.protobuf.FieldType
-
get primitive type in string
- getType() - 枚举 中的方法com.baidu.bjf.remoting.protobuf.FieldType
-
get protobuf type
- getType() - 类 中的方法com.baidu.bjf.remoting.protobuf.ProtobufField
-
get the type
- getUnboxedFieldname(String, String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
-
- getWireFormat() - 枚举 中的方法com.baidu.bjf.remoting.protobuf.FieldType
-
get protobuf wire format type
- goPackage - 类 中的变量com.baidu.bjf.remoting.protobuf.descriptor.FileOptionsPOJO
-
- searchMethod(Class<?>, String, Class<?>[]) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.compiler.ClassUtils
-
- ServiceDescriptorProtoPOJO - com.baidu.bjf.remoting.protobuf.descriptor中的类
-
JProtobuf supports for DescriptorProtos.ServiceDescriptorProto
- ServiceDescriptorProtoPOJO() - 类 的构造器com.baidu.bjf.remoting.protobuf.descriptor.ServiceDescriptorProtoPOJO
-
- ServiceOptionsPOJO - com.baidu.bjf.remoting.protobuf.descriptor中的类
-
JProtobuf POJO supports for DescriptorProtos.ServiceOptions
- ServiceOptionsPOJO() - 类 的构造器com.baidu.bjf.remoting.protobuf.descriptor.ServiceOptionsPOJO
-
- services - 类 中的变量com.baidu.bjf.remoting.protobuf.descriptor.FileDescriptorProtoPOJO
-
All service definitions in this file.
- setCached(boolean) - 类 中的方法com.baidu.bjf.remoting.protobuf.IDLProxyObject
-
set cached value to cached
- setCompiler(Compiler) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.JDKCompilerHelper
-
- setDebug(boolean) - 类 中的方法com.baidu.bjf.remoting.protobuf.CodeGenerator
-
set debug value to debug
- setDefaultValue(String) - 枚举 中的方法com.baidu.bjf.remoting.protobuf.FieldType
-
set defaultValue value to defaultValue
- setDescription(String) - 类 中的方法com.baidu.bjf.remoting.protobuf.utils.FieldInfo
-
set description value to description
- setField(Object, String, Object) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
-
- setField(Object, String, int) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
-
- setField(Object, String, short) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
-
- setField(Object, String, double) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
-
- setField(Object, String, float) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
-
- setField(Object, String, byte) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
-
- setField(Object, String, char) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
-
- setField(Object, String, long) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
-
- setField(Object, String, boolean) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
-
- setFieldType(FieldType) - 类 中的方法com.baidu.bjf.remoting.protobuf.utils.FieldInfo
-
set fieldType value to fieldType
- setGenericeValueType(Class<?>) - 类 中的方法com.baidu.bjf.remoting.protobuf.utils.FieldInfo
-
set genericeValueType value to genericeValueType
- setGenericKeyType(Class<?>) - 类 中的方法com.baidu.bjf.remoting.protobuf.utils.FieldInfo
-
set genericKeyType value to genericKeyType
- setInternalFieldType(WireFormat.FieldType) - 枚举 中的方法com.baidu.bjf.remoting.protobuf.FieldType
-
set internalFieldType value to internalFieldType
- setList(boolean) - 类 中的方法com.baidu.bjf.remoting.protobuf.utils.FieldInfo
-
set isList value to isList
- setMap(boolean) - 类 中的方法com.baidu.bjf.remoting.protobuf.utils.FieldInfo
-
set isMap value to isMap
- setOrder(int) - 类 中的方法com.baidu.bjf.remoting.protobuf.utils.FieldInfo
-
set order value to order
- setOutputPath(File) - 类 中的方法com.baidu.bjf.remoting.protobuf.CodeGenerator
-
set outputPath value to outputPath
- setRequired(boolean) - 类 中的方法com.baidu.bjf.remoting.protobuf.utils.FieldInfo
-
set required value to required
- size(T) - 接口 中的方法com.baidu.bjf.remoting.protobuf.Codec
-
Calculate size of target object
- sourceCodeInfo - 类 中的变量com.baidu.bjf.remoting.protobuf.descriptor.FileDescriptorProtoPOJO
-
sourceCodeInfo
- SourceCodeInfoPOJO - com.baidu.bjf.remoting.protobuf.descriptor中的类
-
JProtobuf supports for DescriptorProtos.SourceCodeInfo
- SourceCodeInfoPOJO() - 类 的构造器com.baidu.bjf.remoting.protobuf.descriptor.SourceCodeInfoPOJO
-
- split(String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.StringUtils
-
Splits the provided text into an array, using whitespace as the separator.
- split(String, char) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.StringUtils
-
Splits the provided text into an array, separator specified.
- split(String, String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.StringUtils
-
Splits the provided text into an array, separators specified.
- split(String, String, int) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.StringUtils
-
Splits the provided text into an array with a maximum length, separators specified.
- splitByWholeSeparator(String, String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.StringUtils
-
Splits the provided text into an array, separator string specified.
- splitByWholeSeparator(String, String, int) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.StringUtils
-
Splits the provided text into an array, separator string specified.
- splitByWholeSeparatorPreserveAllTokens(String, String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.StringUtils
-
Splits the provided text into an array, separator string specified.
- splitByWholeSeparatorPreserveAllTokens(String, String, int) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.StringUtils
-
Splits the provided text into an array, separator string specified.
- start - 类 中的变量com.baidu.bjf.remoting.protobuf.descriptor.ExtensionRangePOJO
-
- startsWith(String, String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.StringUtils
-
Check if a String starts with a specified prefix.
- startsWithIgnoreCase(String, String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.StringUtils
-
Case insensitive check if a String starts with a specified prefix.
- stringToInt(String, int) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.StringUtils
-
- StringUtils - com.baidu.bjf.remoting.protobuf.utils中的类
-
String utility class.
- StringUtils() - 类 的构造器com.baidu.bjf.remoting.protobuf.utils.StringUtils
-
- stringValue - 类 中的变量com.baidu.bjf.remoting.protobuf.descriptor.UninterpretedOptionPOJO
-
- substringAfterLast(String, String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.StringUtils
-
Gets the substring after the last occurrence of a separator.
- substringBefore(String, String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.StringUtils
-
Gets the substring before the first occurrence of a separator.
- substringBeforeLast(String, String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.StringUtils
-
Gets the substring before the last occurrence of a separator.