跳过导航链接
B C D F G I L M N R S T U V W 

B

build(Class<?>, String) - 类 中的静态方法top.lshaci.framework.utils.FreemarkerUtils
Build freemarker util instance by source class and template path
buildDefaultFactory() - 类 中的静态方法top.lshaci.framework.utils.string.StringConverterFactory
Build default string converter factory
buildDefaultFactory(String) - 类 中的静态方法top.lshaci.framework.utils.string.StringConverterFactory
Build string converter factory of package name

C

ClassUtils - top.lshaci.framework.utils中的类
Class utils

0.0.4: Add method to get super class and interfaces generic type
ClassUtils() - 类 的构造器top.lshaci.framework.utils.ClassUtils
 
Constants - top.lshaci.framework.utils.constants中的接口
Framework util Constants

0.0.4: Add MSEC_DATE_FORMAT_STR and MSEC_DATE_FORMATTER
convert(String) - 类 中的方法top.lshaci.framework.utils.string.converter.String2BigDecimalConverter
 
convert(String) - 类 中的方法top.lshaci.framework.utils.string.converter.String2BooleanConverter
 
convert(String) - 类 中的方法top.lshaci.framework.utils.string.converter.String2DateConverter
 
convert(String) - 类 中的方法top.lshaci.framework.utils.string.converter.String2DoubleConverter
 
convert(String) - 类 中的方法top.lshaci.framework.utils.string.converter.String2FloatConverter
 
convert(String) - 类 中的方法top.lshaci.framework.utils.string.converter.String2IntegerConverter
 
convert(String) - 类 中的方法top.lshaci.framework.utils.string.converter.String2LongConverter
 
convert(String) - 类 中的方法top.lshaci.framework.utils.string.converter.String2StringConverter
 
convert(String) - 接口 中的方法top.lshaci.framework.utils.string.converter.StringConverter
Convert the string to another type
copy(Object, Class<T>) - 类 中的静态方法top.lshaci.framework.utils.CopyObjectUtil
simple properties copy
copy(Class<T>, Map<String, Object>) - 类 中的静态方法top.lshaci.framework.utils.CopyObjectUtil
simple properties copy
copy(Object, Class<T>, Map<String, String>) - 类 中的静态方法top.lshaci.framework.utils.CopyObjectUtil
simple properties copy
copy(Object, Class<T>, List<String>) - 类 中的静态方法top.lshaci.framework.utils.CopyObjectUtil
simple properties copy
copy(Object, Class<T>, Map<String, String>, Map<String, Object>, List<String>) - 类 中的静态方法top.lshaci.framework.utils.CopyObjectUtil
simple properties copy
copyInputStream(InputStream) - 类 中的静态方法top.lshaci.framework.utils.StreamUtils
Copy input stream
CopyObjectUtil - top.lshaci.framework.utils中的类
Simple Object Properties Copy Utils
CopyObjectUtil() - 类 的构造器top.lshaci.framework.utils.CopyObjectUtil
 

D

date2LocalDate(Date) - 类 中的静态方法top.lshaci.framework.utils.DateUtils
Convert Date to LocalDate
date2LocalDateTime(Date) - 类 中的静态方法top.lshaci.framework.utils.DateUtils
Convert Date to LocalDateTime
DateUtils - top.lshaci.framework.utils中的类
Date utils

0.0.4: Add method formateDate, formatMsecDate, Date and LocalDate interconvert
DateUtils() - 类 的构造器top.lshaci.framework.utils.DateUtils
 

F

FileType - top.lshaci.framework.utils.enums中的枚举
File type
FileTypeUtil - top.lshaci.framework.utils中的类
File type util
FileTypeUtil() - 类 的构造器top.lshaci.framework.utils.FileTypeUtil
 
FileUploadUtils - top.lshaci.framework.utils中的类
文件上传工具
FileUploadUtils() - 类 的构造器top.lshaci.framework.utils.FileUploadUtils
 
formatDate(Date, String) - 类 中的静态方法top.lshaci.framework.utils.DateUtils
Format date with pattern
formatLongDate(Date) - 类 中的静态方法top.lshaci.framework.utils.DateUtils
Format long date use yyyy-MM-dd HH:mm:ss
formatMsecDate(Date) - 类 中的静态方法top.lshaci.framework.utils.DateUtils
Format millisecond date use yyyy-MM-dd HH:mm:ss.SSS
formatShortDate(Date) - 类 中的静态方法top.lshaci.framework.utils.DateUtils
Format short date use yyyy-MM-dd
FreemarkerUtils - top.lshaci.framework.utils中的类
Freemarker Utils

G

geFileType(String) - 枚举 中的静态方法top.lshaci.framework.utils.enums.FileType
Get the file type with the file stream header
generate(Object) - 类 中的方法top.lshaci.framework.utils.FreemarkerUtils
Generate to string(invoke this method must after setTemplate)
generate(Object, File) - 类 中的方法top.lshaci.framework.utils.FreemarkerUtils
Generate to file(invoke this method must after setTemplate)
generate(Object, OutputStream) - 类 中的方法top.lshaci.framework.utils.FreemarkerUtils
Generate to output stream(invoke this method must after setTemplate)
generate(Object, BufferedWriter) - 类 中的方法top.lshaci.framework.utils.FreemarkerUtils
Generate to buffered writer(invoke this method must after setTemplate)
getClassLoader() - 类 中的静态方法top.lshaci.framework.utils.ClassUtils
Get current thread class loader
getClassSet(String, boolean) - 类 中的静态方法top.lshaci.framework.utils.ClassUtils
Get class set of the package name
getConverter(Class<T>) - 类 中的方法top.lshaci.framework.utils.string.StringConverterFactory
Get string converter of target type
getFieldValue(Object, Field) - 类 中的静态方法top.lshaci.framework.utils.ReflectionUtils
Get field value
getInterfaceGenericType(Class<?>) - 类 中的静态方法top.lshaci.framework.utils.ClassUtils
Get the class implements interfaces generic type(first interface and first generic type)
getInterfaceGenericType(Class<?>, int, int) - 类 中的静态方法top.lshaci.framework.utils.ClassUtils
Get the class generic type
getSuperClassGenericType(Class<?>) - 类 中的静态方法top.lshaci.framework.utils.ClassUtils
Get the class extends super class first generic type
getSuperClassGenericType(Class<?>, int) - 类 中的静态方法top.lshaci.framework.utils.ClassUtils
Get the class generic type
getTargetValue(Class<T>, String) - 类 中的静态方法top.lshaci.framework.utils.StringConverterUtils
Get target value
getType(File) - 类 中的静态方法top.lshaci.framework.utils.FileTypeUtil
Get the file type with file
getType(InputStream) - 类 中的静态方法top.lshaci.framework.utils.FileTypeUtil
Get the file type with input stream
getValue() - 枚举 中的方法top.lshaci.framework.utils.enums.FileType
Get the file type value

I

invokeMethod(Object, Method, Object...) - 类 中的静态方法top.lshaci.framework.utils.ReflectionUtils
Invoke method

L

loadClass(String, boolean) - 类 中的静态方法top.lshaci.framework.utils.ClassUtils
Load class of class name
localDate2Date(LocalDate) - 类 中的静态方法top.lshaci.framework.utils.DateUtils
Convert LocalDate to Date
localDateTime2Date(LocalDateTime) - 类 中的静态方法top.lshaci.framework.utils.DateUtils
Convert LocalDateTime to Date
LONG_DATE_FORMAT_STR - 接口 中的静态变量top.lshaci.framework.utils.constants.Constants
Long date format string
LONG_DATE_FORMATTER - 接口 中的静态变量top.lshaci.framework.utils.constants.Constants
Long date formatter(yyyy-MM-dd HH:mm:ss)

M

MSEC_DATE_FORMAT_STR - 接口 中的静态变量top.lshaci.framework.utils.constants.Constants
Millisecond date format string
MSEC_DATE_FORMATTER - 接口 中的静态变量top.lshaci.framework.utils.constants.Constants
Millisecond date formatter(yyyy-MM-dd HH:mm:ss.SSS)

N

newInstance(Class<E>) - 类 中的静态方法top.lshaci.framework.utils.ReflectionUtils
Creates a new instance of the class represented by this Class object

R

ReflectionUtils - top.lshaci.framework.utils中的类
Reflection utils

0.0.4: Move method (get super class and interfaces generic type) to ClassUtils
ReflectionUtils() - 类 的构造器top.lshaci.framework.utils.ReflectionUtils
 

S

saveFile(String, String, String, InputStream) - 类 中的静态方法top.lshaci.framework.utils.FileUploadUtils
保存文件到服务器
setFieldValue(Object, Field, Object) - 类 中的静态方法top.lshaci.framework.utils.ReflectionUtils
Set field value
setTemplate(String) - 类 中的方法top.lshaci.framework.utils.FreemarkerUtils
Set template by name
SHORT_DATE_FORMAT_STR - 接口 中的静态变量top.lshaci.framework.utils.constants.Constants
Short date format string
SHORT_DATE_FORMATTER - 接口 中的静态变量top.lshaci.framework.utils.constants.Constants
Short date formatter(yyyy-MM-dd)
StreamUtils - top.lshaci.framework.utils中的类
Simple stream utils
StreamUtils() - 类 的构造器top.lshaci.framework.utils.StreamUtils
 
String2BigDecimalConverter - top.lshaci.framework.utils.string.converter中的类
Convert the string to big decimal
String2BigDecimalConverter() - 类 的构造器top.lshaci.framework.utils.string.converter.String2BigDecimalConverter
 
String2BooleanConverter - top.lshaci.framework.utils.string.converter中的类
Convert the string to boolean
String2BooleanConverter() - 类 的构造器top.lshaci.framework.utils.string.converter.String2BooleanConverter
 
String2DateConverter - top.lshaci.framework.utils.string.converter中的类
Convert the string to date

0.0.4: Add millisecond conversion
String2DateConverter() - 类 的构造器top.lshaci.framework.utils.string.converter.String2DateConverter
 
String2DoubleConverter - top.lshaci.framework.utils.string.converter中的类
Convert the string to double
String2DoubleConverter() - 类 的构造器top.lshaci.framework.utils.string.converter.String2DoubleConverter
 
String2FloatConverter - top.lshaci.framework.utils.string.converter中的类
Convert the string to float
String2FloatConverter() - 类 的构造器top.lshaci.framework.utils.string.converter.String2FloatConverter
 
String2IntegerConverter - top.lshaci.framework.utils.string.converter中的类
Convert the string to integer
String2IntegerConverter() - 类 的构造器top.lshaci.framework.utils.string.converter.String2IntegerConverter
 
String2LongConverter - top.lshaci.framework.utils.string.converter中的类
Convert the string to long
String2LongConverter() - 类 的构造器top.lshaci.framework.utils.string.converter.String2LongConverter
 
String2StringConverter - top.lshaci.framework.utils.string.converter中的类
Convert the string to string
String2StringConverter() - 类 的构造器top.lshaci.framework.utils.string.converter.String2StringConverter
 
StringConverter<T> - top.lshaci.framework.utils.string.converter中的接口
Convert the string to another type
StringConverterFactory - top.lshaci.framework.utils.string中的类
String converter factory

0.0.4: Add string converters type judgment
StringConverterUtils - top.lshaci.framework.utils中的类
String converter util
StringConverterUtils() - 类 的构造器top.lshaci.framework.utils.StringConverterUtils
 

T

top.lshaci.framework.utils - 程序包 top.lshaci.framework.utils
 
top.lshaci.framework.utils.constants - 程序包 top.lshaci.framework.utils.constants
 
top.lshaci.framework.utils.enums - 程序包 top.lshaci.framework.utils.enums
 
top.lshaci.framework.utils.exception - 程序包 top.lshaci.framework.utils.exception
 
top.lshaci.framework.utils.string - 程序包 top.lshaci.framework.utils.string
 
top.lshaci.framework.utils.string.converter - 程序包 top.lshaci.framework.utils.string.converter
 
trimSource(String) - 接口 中的方法top.lshaci.framework.utils.string.converter.StringConverter
Removed this source space

U

UtilException - top.lshaci.framework.utils.exception中的异常错误
Framework utils exception
UtilException() - 异常错误 的构造器top.lshaci.framework.utils.exception.UtilException
 
UtilException(String) - 异常错误 的构造器top.lshaci.framework.utils.exception.UtilException
 
UtilException(Throwable) - 异常错误 的构造器top.lshaci.framework.utils.exception.UtilException
 
UtilException(String, Throwable) - 异常错误 的构造器top.lshaci.framework.utils.exception.UtilException
 
UtilException(String, Throwable, boolean, boolean) - 异常错误 的构造器top.lshaci.framework.utils.exception.UtilException
 

V

valueOf(String) - 枚举 中的静态方法top.lshaci.framework.utils.enums.FileType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法top.lshaci.framework.utils.enums.FileType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
verifySuffix(String, List<String>) - 类 中的静态方法top.lshaci.framework.utils.FileUploadUtils
通过文件后缀名验证上传文件是否允许
verifySuffix(InputStream, List<FileType>) - 类 中的静态方法top.lshaci.framework.utils.FileUploadUtils
通过文件头信息验证上传文件是否允许

W

write(InputStream, OutputStream) - 类 中的静态方法top.lshaci.framework.utils.StreamUtils
从输入流写文件到输出流
B C D F G I L M N R S T U V W 
跳过导航链接

Copyright © 2018. All rights reserved.