- 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
-
- 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
-
- 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.