- generate(String...) - 类 中的静态方法com.jeesuite.common.util.TokenGenerator
-
- generateKeyPair(String) - 类 中的静态方法com.jeesuite.common.crypt.RSA
-
随机生成密钥对
- generateWithSign() - 类 中的静态方法com.jeesuite.common.util.TokenGenerator
-
生成带签名信息的token
- get(String) - 类 中的静态方法com.jeesuite.common.http.HttpUtils
-
- get(String, HttpRequestEntity) - 类 中的静态方法com.jeesuite.common.http.HttpUtils
-
- get() - 类 中的方法com.jeesuite.common.serializer.KryoPoolSerializer.KryoPoolImpl
-
get o KryoHolder object
- get(String, String...) - 类 中的静态方法com.jeesuite.common.util.ResourceUtils
-
已过时。
- getAllProperties() - 类 中的静态方法com.jeesuite.common.util.ResourceUtils
-
获取所有配置的副本
- getAllProperties(String) - 类 中的静态方法com.jeesuite.common.util.ResourceUtils
-
获取指定前缀的配置
- getAndValidateProperty(String) - 类 中的静态方法com.jeesuite.common.util.ResourceUtils
-
- getBasicAuth() - 类 中的方法com.jeesuite.common.http.HttpRequestEntity
-
- getBeanPropertyFields(Class<?>) - 类 中的静态方法com.jeesuite.common.util.ReflectUtils
-
- getBeanPropertyReadMethods(Class<?>) - 类 中的静态方法com.jeesuite.common.util.ReflectUtils
-
- getBody() - 类 中的方法com.jeesuite.common.http.HttpResponseEntity
-
- getBoolean(String) - 类 中的静态方法com.jeesuite.common.util.ResourceUtils
-
- getBoxedClass(Class<?>) - 类 中的静态方法com.jeesuite.common.util.ReflectUtils
-
- getCharset() - 类 中的方法com.jeesuite.common.http.HttpRequestEntity
-
- getClass(Type) - 类 中的静态方法com.jeesuite.common.util.ReflectUtils
-
- getClassGenericTypes(Class<?>) - 类 中的静态方法com.jeesuite.common.util.ReflectUtils
-
- getClassLoader(Class<?>) - 类 中的静态方法com.jeesuite.common.util.ReflectUtils
-
- getClassLoader() - 类 中的静态方法com.jeesuite.common.util.ReflectUtils
-
- getClassName(Type) - 类 中的静态方法com.jeesuite.common.util.ReflectUtils
-
- getCode() - 异常错误 中的方法com.jeesuite.common.JeesuiteBaseException
-
- getCodeBase(Class<?>) - 类 中的静态方法com.jeesuite.common.util.ReflectUtils
-
- getConnectTimeout() - 类 中的方法com.jeesuite.common.http.HttpRequestEntity
-
- getconnnection() - 类 中的静态方法com.jeesuite.common.util.JDBCUtils
-
Get connection
- getContent() - 类 中的方法com.jeesuite.common.http.HttpRequestEntity.FileItem
-
- getDayBegin(Date) - 类 中的静态方法com.jeesuite.common.util.DateUtils
-
获取一天开始时间
generate by: vakin jiang at 2011-12-23
- getDayEnd(Date) - 类 中的静态方法com.jeesuite.common.util.DateUtils
-
获取一天结束时间
generate by: vakin jiang at 2011-12-23
- getDefault() - 类 中的静态方法com.jeesuite.common.json.JsonMapper
-
- getDesc(Class<?>) - 类 中的静态方法com.jeesuite.common.util.ReflectUtils
-
get class desc. boolean[].class => "[Z" Object.class =>
"Ljava/lang/Object;"
- getDesc(Class<?>[]) - 类 中的静态方法com.jeesuite.common.util.ReflectUtils
-
get class array desc.
- getDesc(Method) - 类 中的静态方法com.jeesuite.common.util.ReflectUtils
-
get method desc. int do(int arg1) => "do(I)I" void do(String arg1,boolean
arg2) => "do(Ljava/lang/String;Z)V"
- getDesc(Constructor<?>) - 类 中的静态方法com.jeesuite.common.util.ReflectUtils
-
get constructor desc. "()V", "(Ljava/lang/String;I)V"
- getDesc(CtClass) - 类 中的静态方法com.jeesuite.common.util.ReflectUtils
-
get class desc.
- getDesc(CtMethod) - 类 中的静态方法com.jeesuite.common.util.ReflectUtils
-
get method desc.
- getDesc(CtConstructor) - 类 中的静态方法com.jeesuite.common.util.ReflectUtils
-
get constructor desc. "()V", "(Ljava/lang/String;I)V"
- getDescWithoutMethodName(Method) - 类 中的静态方法com.jeesuite.common.util.ReflectUtils
-
get method desc.
- getDescWithoutMethodName(CtMethod) - 类 中的静态方法com.jeesuite.common.util.ReflectUtils
-
get method desc.
- getDiffDay(Date, Date) - 类 中的静态方法com.jeesuite.common.util.DateUtils
-
比较两个时间相差多少天
- getDiffMinutes(Date, Date) - 类 中的静态方法com.jeesuite.common.util.DateUtils
-
比较两个时间相差多少分钟
- getDiffMonth(Date, Date) - 类 中的静态方法com.jeesuite.common.util.DateUtils
-
获取两个时间相差月份
- getDiffSeconds(Date, Date) - 类 中的静态方法com.jeesuite.common.util.DateUtils
-
比较两个时间相差多少秒
- getEmptyObject(Class<?>) - 类 中的静态方法com.jeesuite.common.util.ReflectUtils
-
- getEncodeBasicAuth() - 类 中的方法com.jeesuite.common.http.HttpRequestEntity.BasicAuthParams
-
- getEnumConstant(Class<?>, String) - 类 中的静态方法com.jeesuite.common.util.ReflectUtils
-
- getException() - 类 中的方法com.jeesuite.common.http.HttpResponseEntity
-
- getFieldClass(Class<?>, String) - 类 中的静态方法com.jeesuite.common.util.ReflectUtils
-
- getFileName() - 类 中的方法com.jeesuite.common.http.HttpRequestEntity.FileItem
-
- getFileParams() - 类 中的方法com.jeesuite.common.http.HttpRequestEntity
-
- getFileSuffix(byte[]) - 类 中的静态方法com.jeesuite.common.http.HttpRequestEntity.FileItem
-
获取文件的真实后缀名。
- getGenericClass(Class<?>) - 类 中的静态方法com.jeesuite.common.util.ReflectUtils
-
- getGenericClass(Class<?>, int) - 类 中的静态方法com.jeesuite.common.util.ReflectUtils
-
- getHeaders() - 类 中的方法com.jeesuite.common.http.HttpRequestEntity
-
- getInstance() - 类 中的静态方法com.jeesuite.common.serializer.KryoPoolSerializer.KryoPoolImpl
-
- getInt(String) - 类 中的静态方法com.jeesuite.common.util.ResourceUtils
-
- getInt(String, int) - 类 中的静态方法com.jeesuite.common.util.ResourceUtils
-
- getJsonNodeValue(String, String) - 类 中的静态方法com.jeesuite.common.json.JsonUtils
-
- getJsonNodeValue(JsonNode, String) - 类 中的静态方法com.jeesuite.common.json.JsonUtils
-
- getLong(String) - 类 中的静态方法com.jeesuite.common.util.ResourceUtils
-
- getLong(String, long) - 类 中的静态方法com.jeesuite.common.util.ResourceUtils
-
- getMapper() - 类 中的方法com.jeesuite.common.json.JsonMapper
-
取出Mapper做进一步的设置或使用其他序列化API.
- getMapper() - 类 中的静态方法com.jeesuite.common.json.JsonUtils
-
- getMethodReturnType(Class<?>, String) - 类 中的静态方法com.jeesuite.common.util.ReflectUtils
-
- getMimeType() - 类 中的方法com.jeesuite.common.http.HttpRequestEntity.FileItem
-
- getMimeType(byte[]) - 类 中的静态方法com.jeesuite.common.http.HttpRequestEntity.FileItem
-
获取文件的真实媒体类型。
- getName() - 类 中的方法com.jeesuite.common.http.HttpRequestEntity.BasicAuthParams
-
- getName(Class<?>) - 类 中的静态方法com.jeesuite.common.util.ReflectUtils
-
get name. java.lang.Object[][].class => "java.lang.Object[][]"
- getName(Method) - 类 中的静态方法com.jeesuite.common.util.ReflectUtils
-
get method name.
- getName(Constructor<?>) - 类 中的静态方法com.jeesuite.common.util.ReflectUtils
-
get constructor name. "()", "(java.lang.String,int)"
- getNode(String, String) - 类 中的静态方法com.jeesuite.common.json.JsonUtils
-
- getNodeId() - 类 中的静态方法com.jeesuite.common.util.NodeNameHolder
-
- getObjectValue(Object, String) - 类 中的静态方法com.jeesuite.common.util.ReflectUtils
-
获取指定某个对象指定属性的值
- getOriginal() - 接口 中的方法com.jeesuite.common.packagescan.CompiledPattern
-
- getOriginal() - 类 中的方法com.jeesuite.common.packagescan.SimpleWildcardPattern
-
- getPassword() - 类 中的方法com.jeesuite.common.http.HttpRequestEntity.BasicAuthParams
-
- getProperty(String) - 类 中的静态方法com.jeesuite.common.util.ResourceUtils
-
- getProperty(String, String) - 类 中的静态方法com.jeesuite.common.util.ResourceUtils
-
- getPropertyNameFromBeanReadMethod(Method) - 类 中的静态方法com.jeesuite.common.util.ReflectUtils
-
- getPropertyNameFromBeanWriteMethod(Method) - 类 中的静态方法com.jeesuite.common.util.ReflectUtils
-
- getReadTimeout() - 类 中的方法com.jeesuite.common.http.HttpRequestEntity
-
- getSHA1(String, String, String, String) - 类 中的静态方法com.jeesuite.common.crypt.SHA1
-
用SHA1算法生成安全签名
- getSignature(String, Class<?>[]) - 类 中的静态方法com.jeesuite.common.util.ReflectUtils
-
- getStatusCode() - 类 中的方法com.jeesuite.common.http.HttpResponseEntity
-
- GETTER_METHOD_DESC_PATTERN - 类 中的静态变量com.jeesuite.common.util.ReflectUtils
-
- getTextParams() - 类 中的方法com.jeesuite.common.http.HttpRequestEntity
-