- get(String) - 类 中的静态方法cn.sanenen.utils.http.HttpUtil
-
- get(String, Map<String, Object>) - 类 中的静态方法cn.sanenen.utils.http.HttpUtil
-
- get(String, Map<String, Object>, Charset) - 类 中的静态方法cn.sanenen.utils.http.HttpUtil
-
- get(String, Map<String, Object>, Map<String, Object>) - 类 中的静态方法cn.sanenen.utils.http.HttpUtil
-
- get(String, Map<String, Object>, Map<String, Object>, Charset) - 类 中的静态方法cn.sanenen.utils.http.HttpUtil
-
- get(String) - 类 中的方法cn.sanenen.utils.redis.JedisUtil
-
获取值
- getAccessibleField(Object, String) - 类 中的静态方法cn.sanenen.utils.other.ReflectUtil
-
循环向上转型, 获取对象的DeclaredField, 并强制设置为可访问.
- getAccessibleMethod(Object, String, Class<?>...) - 类 中的静态方法cn.sanenen.utils.other.ReflectUtil
-
循环向上转型, 获取对象的DeclaredMethod,并强制设置为可访问.
- getAccessibleMethodByName(Object, String, int) - 类 中的静态方法cn.sanenen.utils.other.ReflectUtil
-
循环向上转型, 获取对象的DeclaredMethod,并强制设置为可访问.
- getAndRemove(K) - 类 中的方法cn.sanenen.cache.TimedCacheSub
-
获取并移除缓存。
- getCellValue(Row, int) - 类 中的方法cn.sanenen.poi.excel.ExcelHandler
-
获取单元格值
- getClassGenricType(Class) - 类 中的静态方法cn.sanenen.utils.other.ReflectUtil
-
通过反射, 获得Class定义中声明的泛型参数的类型, 注意泛型必须定义在父类处
如无法找到, 返回Object.class.
- getClassGenricType(Class, int) - 类 中的静态方法cn.sanenen.utils.other.ReflectUtil
-
通过反射, 获得Class定义中声明的父类的泛型参数的类型.
- getConnectTimeout() - 类 中的静态方法cn.sanenen.SunSetting
-
- getContentType(String, Charset) - 类 中的静态方法cn.sanenen.utils.http.HttpUtil
-
- getDrawingPatriarch(Sheet) - 类 中的静态方法cn.sanenen.poi.excel.ExcelHandler
-
获取画布
- getFileExtendName(byte[]) - 类 中的静态方法cn.sanenen.poi.excel.ExcelHandler
-
获取文件类型
- getIdEntity(T) - 类 中的静态方法cn.sanenen.db.DbUtil
-
- getImageType(byte[]) - 类 中的方法cn.sanenen.poi.excel.ExcelHandler
-
获取图片类型,设置图片插入类型
- getJedis() - 类 中的方法cn.sanenen.utils.redis.JedisUtil
-
- getMaxConnTotal() - 类 中的静态方法cn.sanenen.SunSetting
-
- getMsgId() - 类 中的静态方法cn.sanenen.utils.sms.MsgIDUtil
-
生成cmpp协议的msgId
- getMsgidSeq() - 类 中的静态方法cn.sanenen.utils.sms.MsgIDUtil
-
- getQueueSize() - 类 中的方法cn.sanenen.queue.SQueue
-
- getRequestTimeout() - 类 中的静态方法cn.sanenen.SunSetting
-
- getRowHeight() - 类 中的方法cn.sanenen.poi.excel.ExcelHandler
-
根据注解获取最大行高
- getSet(String, String) - 类 中的方法cn.sanenen.utils.redis.JedisUtil
-
将给定 key 的值设为 value ,并返回 key 的旧值(old value)。
- getSheetPictures03(HSSFSheet, HSSFWorkbook) - 类 中的静态方法cn.sanenen.poi.excel.ExcelHandler
-
获取Excel2003图片
- getSheetPictures07(XSSFSheet, XSSFWorkbook) - 类 中的静态方法cn.sanenen.poi.excel.ExcelHandler
-
获取Excel2007图片
- getSign(String) - 类 中的静态方法cn.sanenen.utils.sms.SignUtil
-
签名抽取方法
- getSize() - 类 中的方法cn.sanenen.queue.data.DataIndex
-
- getStrMsgId() - 类 中的静态方法cn.sanenen.utils.sms.MsgIDUtil
-
生成一个20位可读的msgid,可以用于smgp协议(非标准)。
- getTableName(Class<T>) - 类 中的静态方法cn.sanenen.db.DbUtil
-
- getUserClass(Object) - 类 中的静态方法cn.sanenen.utils.other.ReflectUtil
-