类 SimpleHelper
java.lang.Object
cn.godmao.utils.DateUtil
cn.godmao.utils.MathUtil
cn.godmao.utils.RandomUtil
cn.godmao.utils.ObjectUtil
cn.godmao.utils.common.SimpleHelper
-
字段概要
从类继承的字段 cn.godmao.utils.RandomUtil
chineseWord, foodName, surName, surNick从类继承的字段 cn.godmao.utils.DateUtil
DATE_PATTERN1, DATE_PATTERN10, DATE_PATTERN11, DATE_PATTERN2, DATE_PATTERN3, DATE_PATTERN4, DATE_PATTERN5, DATE_PATTERN6, DATE_PATTERN7, DATE_PATTERN8, DATE_PATTERN9 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static Stringformat(CharSequence template, Object... params) static Stringformat(CharSequence template, Map<?, ?> map) static booleanparseBoolean(Boolean value) static booleanparseBoolean(Boolean value, boolean defaultValue) static BooleanparseBoolean(Object value) 将对象转换为boolean型static DoubleparseDouble(Object value) 将对象转换为double型static intparseInteger(Integer value) static intparseInteger(Integer value, int defaultValue) static IntegerparseInteger(Object value) static longstatic longstatic Long将对象转换为long型从类继承的方法 cn.godmao.utils.ObjectUtil
checkNotNull, defaultValue, doesNotContain, doesNotContain, hasLength, hasLength, hasLength, hasText, hasText, hasText, isAssignable, isAssignable, isBaseType, isBaseType, isEmpty, isInstanceOf, isInstanceOf, isNotEmpty, isNotNull, isNull, isNull, isNull, isNumeric, isTrue, isTrue, noNullElements, noNullElements, notEmpty, notEmpty, notEmpty, notEmpty, notEmpty, notEmpty, notEmpty, notNull, notNull, state, state从类继承的方法 cn.godmao.utils.RandomUtil
main, randomImg, randomName从类继承的方法 cn.godmao.utils.DateUtil
addDateDays, addDateHours, addDateMinutes, addDateMonths, addDateSeconds, addDateWeeks, addDateYears, completionDate, dateDelta, designatedDate, formartLocalDate, format, formatLocalDateTime, fromMillSeconds, fromSeconds, getMillSeconds, getPatterns, getSeconds, isToday, lastMonday, lastYear, monday, parseDate, toDate, toDate, toDate, today, toLocalDate, toLocalDate, toLocalDate, toLocalDateTime, toLocalDateTime, toLocalDateTime, toLocalDateTime, tomorrow, toZonedDateTime, weekEnd, weekStart, year, yesterday
-
构造器详细资料
-
SimpleHelper
public SimpleHelper()
-
-
方法详细资料
-
format
-
format
-
parseInteger
-
parseInteger
-
parseLong
-
parseLong
-
parseBoolean
-
parseBoolean
-
parseInteger
-
parseLong
将对象转换为long型 -
parseDouble
将对象转换为double型 -
parseBoolean
将对象转换为boolean型
-