A C D E F G H I M N P R S T U V W 

A

addList(List, Object) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
 
addList(List, int) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
 
addList(List, short) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
 
addList(List, double) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
 
addList(List, float) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
 
addList(List, byte) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
 
addList(List, char) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
 
addList(List, long) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
 
addList(List, boolean) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
 
ARRAY_SUFFIX - 类 中的静态变量com.baidu.bjf.remoting.protobuf.utils.ClassHelper
Suffix for array class names: "[]"
asList(String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.CodedConstant
 

C

capitalize(String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.CodedConstant
Capitalizes a String changing the first letter to title case as per Character.toTitleCase(char).
capitalize(String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.StringUtils
Capitalizes a String changing the first letter to title case as per Character.toTitleCase(char).
ClassHelper - com.baidu.bjf.remoting.protobuf.utils中的类
A utility class for class and class loader.
ClassHelper() - 类 的构造器com.baidu.bjf.remoting.protobuf.utils.ClassHelper
 
clearFieldCache() - 类 中的方法com.baidu.bjf.remoting.protobuf.IDLProxyObject
 
Codec<T> - com.baidu.bjf.remoting.protobuf中的接口
Codec interface include encode and decode support.
CodedConstant - com.baidu.bjf.remoting.protobuf中的类
Utility class for codec.
CodedConstant() - 类 的构造器com.baidu.bjf.remoting.protobuf.CodedConstant
 
CodePrinter - com.baidu.bjf.remoting.protobuf.utils中的类
Utility class to print code
CodePrinter() - 类 的构造器com.baidu.bjf.remoting.protobuf.utils.CodePrinter
 
com.baidu.bjf.remoting.protobuf - 程序包 com.baidu.bjf.remoting.protobuf
 
com.baidu.bjf.remoting.protobuf.annotation - 程序包 com.baidu.bjf.remoting.protobuf.annotation
 
com.baidu.bjf.remoting.protobuf.command - 程序包 com.baidu.bjf.remoting.protobuf.command
Command supports
com.baidu.bjf.remoting.protobuf.utils - 程序包 com.baidu.bjf.remoting.protobuf.utils
 
computeListSize(int, List, FieldType, boolean, File) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.CodedConstant
 
computeSize(int, Object, FieldType, boolean, File) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.CodedConstant
get object size by FieldType
computeSize(int, Object, FieldType, boolean, boolean, File) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.CodedConstant
get object size by FieldType
create(Class<T>) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.ProtobufProxy
To create a protobuf proxy class for target class.

D

decode(byte[]) - 接口 中的方法com.baidu.bjf.remoting.protobuf.Codec
Do decode action from byte array
decode(byte[]) - 类 中的方法com.baidu.bjf.remoting.protobuf.IDLProxyObject
 
decode(byte[]) - 类 中的方法com.baidu.bjf.remoting.protobuf.ReflectiveCodec
 
DEFAULT_FILE_NAME - 类 中的静态变量com.baidu.bjf.remoting.protobuf.ProtobufIDLProxy
default proto file name

E

EMPTY - 类 中的静态变量com.baidu.bjf.remoting.protobuf.utils.StringUtils
The empty String "".
EMPTY_STRING - 类 中的静态变量com.baidu.bjf.remoting.protobuf.utils.StringUtils
 
encode(T) - 接口 中的方法com.baidu.bjf.remoting.protobuf.Codec
Do byte encode action
encode() - 类 中的方法com.baidu.bjf.remoting.protobuf.IDLProxyObject
 
encode(T) - 类 中的方法com.baidu.bjf.remoting.protobuf.ReflectiveCodec
 
endsWith(String, String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.StringUtils
Check if a String ends with a specified suffix.
endsWithIgnoreCase(String, String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.StringUtils
Case insensitive check if a String ends with a specified suffix.
EnumReadable - com.baidu.bjf.remoting.protobuf中的接口
Supports to read enum element value
escapeBytes(byte[]) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.StringUtils
Like #escapeBytes(ByteString), but used for byte array.
escapeJava(String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.StringUtils
Escapes the characters in a String using Java String rules.
escapeJava(Writer, String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.StringUtils
Escapes the characters in a String using Java String rules to a Writer.

F

FieldInfo - com.baidu.bjf.remoting.protobuf.utils中的类
combined class of Field and @Protobuf annotation value.
FieldInfo(Field) - 类 的构造器com.baidu.bjf.remoting.protobuf.utils.FieldInfo
 
FieldType - com.baidu.bjf.remoting.protobuf中的枚举
Field type for Protobuf.
FieldUtils - com.baidu.bjf.remoting.protobuf.utils中的类
Field utility class.
FieldUtils() - 类 的构造器com.baidu.bjf.remoting.protobuf.utils.FieldUtils
 
findField(Class, String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
Attempt to find a field on the supplied Class with the supplied name.
findField(Class, String, Class) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
Attempt to find a field on the supplied Class with the supplied name and/or type.
findMatchedFields(Class, Class) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
To find out matched Field marked as Protobuf annotation
forName(String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.ClassHelper
Same as Class.forName(), except that it works for primitive types.
forName(String, ClassLoader) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.ClassHelper
Replacement for Class.forName() that also returns Class instances for primitives (like "int") and array class names (like "String[]").
forNameWithCallerClassLoader(String, Class<?>) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.ClassHelper
to initialize clss by name from caller.
forNameWithThreadContextClassLoader(String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.ClassHelper
To fix name with thread context of class loader

G

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>) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.ProtobufIDLProxy
 
get(String) - 类 中的方法com.baidu.bjf.remoting.protobuf.IDLProxyObject
 
getAnnotation() - 类 中的方法com.baidu.bjf.remoting.protobuf.ProtobufField
get the annotation
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.
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
getEnum(Enum[], int) - 类 中的静态方法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
Get the field represented by the supplied field object on the specified target object.
getField(Object, Field) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
 
getFieldType() - 类 中的方法com.baidu.bjf.remoting.protobuf.utils.FieldInfo
get the fieldType
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
 
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
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
getName() - 类 中的方法com.baidu.bjf.remoting.protobuf.ProtobufField
get the name
getOrder() - 类 中的方法com.baidu.bjf.remoting.protobuf.utils.FieldInfo
get the order
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
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

H

hasDescription() - 类 中的方法com.baidu.bjf.remoting.protobuf.utils.FieldInfo
 

I

IDLProxyObject - com.baidu.bjf.remoting.protobuf中的类
IDL parsed proxy object
IDLProxyObject(Codec, Object, Class<?>) - 类 的构造器com.baidu.bjf.remoting.protobuf.IDLProxyObject
default construtor to set Codec target
isCached() - 类 中的方法com.baidu.bjf.remoting.protobuf.IDLProxyObject
get the cached
isEmpty(String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.StringUtils
Checks if a String is empty ("") or null.
isList() - 类 中的方法com.baidu.bjf.remoting.protobuf.utils.FieldInfo
get the isList
isMap() - 类 中的方法com.baidu.bjf.remoting.protobuf.utils.FieldInfo
get the isMap
isNull(Object) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.CodedConstant
check object is null
isNull(double) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.CodedConstant
check double is null
isNull(int) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.CodedConstant
check int is null
isNull(byte) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.CodedConstant
check byte is null
isNull(short) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.CodedConstant
check short is null
isNull(long) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.CodedConstant
check long is null
isNull(float) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.CodedConstant
check float is null
isNull(char) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.CodedConstant
check char is null
isRequired() - 类 中的方法com.baidu.bjf.remoting.protobuf.utils.FieldInfo
get the required
isScalarType(Class<?>) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.ProtobufProxyUtils
Test if target type is from protocol buffer default type

M

Main - com.baidu.bjf.remoting.protobuf.command中的类
Command base launch class.
Main() - 类 的构造器com.baidu.bjf.remoting.protobuf.command.Main
 
main(String[]) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.command.Main
 
makeTag(int, int) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.CodedConstant
make protobuf tag

N

newInstnace() - 类 中的方法com.baidu.bjf.remoting.protobuf.IDLProxyObject
 

P

printCode(String, String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.CodePrinter
print code to console
processDefaultValue(List<Field>) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.ProtobufProxyUtils
to process default value of @Protobuf value on field.
Protobuf - com.baidu.bjf.remoting.protobuf.annotation中的注释类型
A mapped annotation for protobuf
ProtobufField - com.baidu.bjf.remoting.protobuf中的类
A description class for protobuf field message.
ProtobufField(Field) - 类 的构造器com.baidu.bjf.remoting.protobuf.ProtobufField
 
ProtobufIDLGenerator - com.baidu.bjf.remoting.protobuf中的类
Utility class for generate protobuf IDL content from @Protobuf
ProtobufIDLGenerator() - 类 的构造器com.baidu.bjf.remoting.protobuf.ProtobufIDLGenerator
 
ProtobufIDLProxy - com.baidu.bjf.remoting.protobuf中的类
This class is for dynamic create protobuf utility class directly from .proto file
ProtobufIDLProxy() - 类 的构造器com.baidu.bjf.remoting.protobuf.ProtobufIDLProxy
 
ProtobufProxy - com.baidu.bjf.remoting.protobuf中的类
Proxy tools for protobuf.
ProtobufProxy() - 类 的构造器com.baidu.bjf.remoting.protobuf.ProtobufProxy
 
ProtobufProxyUtils - com.baidu.bjf.remoting.protobuf.utils中的类
Utility class for probuf proxy.
ProtobufProxyUtils() - 类 的构造器com.baidu.bjf.remoting.protobuf.utils.ProtobufProxyUtils
 
put(String, Object) - 类 中的方法com.baidu.bjf.remoting.protobuf.IDLProxyObject
 

R

readFrom(CodedInputStream) - 接口 中的方法com.baidu.bjf.remoting.protobuf.Codec
Read object from target byte array input stream
readFrom(CodedInputStream) - 类 中的方法com.baidu.bjf.remoting.protobuf.ReflectiveCodec
 
ReflectiveCodec<T> - com.baidu.bjf.remoting.protobuf中的类
A reflective usage by java reflect utility tools
ReflectiveCodec(Class<T>) - 类 的构造器com.baidu.bjf.remoting.protobuf.ReflectiveCodec
 
removeEnd(String, String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.StringUtils
Removes a substring only if it is at the end of a source string, otherwise returns the source string.
removeEndIgnoreCase(String, String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.StringUtils
Case insensitive removal of a substring if it is at the end of a source string, otherwise returns the source string.
removeStart(String, String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.StringUtils
Removes a substring only if it is at the begining of a source string, otherwise returns the source string.
removeStartIgnoreCase(String, String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.StringUtils
Case insensitive removal of a substring if it is at the begining of a source string, otherwise returns the source string.
resolvePrimitiveClassName(String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.ClassHelper
Resolve the given class name as primitive class, if appropriate, according to the JVM's naming rules for primitive classes.

S

setCached(boolean) - 类 中的方法com.baidu.bjf.remoting.protobuf.IDLProxyObject
set cached value to cached
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
Set the field represented by the supplied field object on the specified target object to the specified value.
setField(Object, Field, Object) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
 
setField(Object, String, int) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
 
setField(Object, Field, int) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
 
setField(Object, String, short) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
 
setField(Object, Field, short) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
 
setField(Object, String, double) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
 
setField(Object, Field, double) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
 
setField(Object, String, float) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
 
setField(Object, Field, float) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
 
setField(Object, String, byte) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
 
setField(Object, Field, byte) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
 
setField(Object, String, char) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
 
setField(Object, Field, char) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
 
setField(Object, String, long) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
 
setField(Object, Field, long) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
 
setField(Object, String, boolean) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
 
setField(Object, Field, 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
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
size(T) - 类 中的方法com.baidu.bjf.remoting.protobuf.ReflectiveCodec
 
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.
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
已过时。
Use StringUtils.toInt(String, int) This method will be removed in Commons Lang 3.0
StringUtils - com.baidu.bjf.remoting.protobuf.utils中的类
String utility class.
StringUtils() - 类 的构造器com.baidu.bjf.remoting.protobuf.utils.StringUtils
 
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.

T

toInt(String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.StringUtils
Convert a String to an int, returning zero if the conversion fails.
toInt(String, int) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.StringUtils
Convert a String to an int, returning a default value if the conversion fails.
toLong(String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.StringUtils
Convert a String to an long, returning a default value if the conversion fails.
toLong(String, long) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.StringUtils
Convert a String to an long, returning a default value if the conversion fails.
toObjectType(String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.FieldUtils
 
toShortString(Object) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.ClassHelper
To get short message of object instance.
TYPE_MAPPING - 类 中的静态变量com.baidu.bjf.remoting.protobuf.utils.ProtobufProxyUtils
 

U

unescapeJava(String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.StringUtils
Unescapes any Java literals found in the String.
unescapeJava(Writer, String) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.utils.StringUtils
Unescapes any Java literals found in the String to a Writer.

V

value() - 接口 中的方法com.baidu.bjf.remoting.protobuf.EnumReadable
 
valueOf(String) - 枚举 中的静态方法com.baidu.bjf.remoting.protobuf.FieldType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.baidu.bjf.remoting.protobuf.FieldType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

writeObject(CodedOutputStream, int, FieldType, Object, boolean) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.CodedConstant
Write object to byte array by FieldType
writeTo(T, CodedOutputStream) - 接口 中的方法com.baidu.bjf.remoting.protobuf.Codec
Write target object to byte array
writeTo(T, CodedOutputStream) - 类 中的方法com.baidu.bjf.remoting.protobuf.ReflectiveCodec
 
writeToList(CodedOutputStream, int, FieldType, List) - 类 中的静态方法com.baidu.bjf.remoting.protobuf.CodedConstant
write list to CodedOutputStream object.
A C D E F G H I M N P R S T U V W 

Copyright © 2016 Baidu, Inc.. All rights reserved.