Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

access_with_ssl(String, Map<String, Object>) - Static method in class tech.mgl.utils.http.MGL_HttpUtils
安全请求链接
AccountDb - Class in tech.mgl.utils.security.gen
A database of email addresses and secret values
AccountDb() - Constructor for class tech.mgl.utils.security.gen.AccountDb
 
AccountDb.DecodingException - Exception Class in tech.mgl.utils.security.gen
 
AccountDb.OtpType - Enum Class in tech.mgl.utils.security.gen
Types of secret keys.
act - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
add(String, String) - Static method in class tech.mgl.core.utils.MGL_DecimalUtils
提供精确的加法运算。
add(BigDecimal, Object) - Static method in class tech.mgl.core.utils.MGL_DecimalUtils
 
addCacheList(String, T) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
追加缓存List数据
addCacheSet(String, T) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
追加缓存Set数据
addFrame(BufferedImage) - Method in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
Adds next GIF frame.
additionalParams(Map<String, String>) - Method in class tech.mgl.utils.http.MGL_UploadBuilder.Builder
 
addListListener(String, ObjectListener) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
注册List监听器
addMapListener(String, ObjectListener) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
注册Map监听器
addObjectListener(String, ObjectListener) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
注册对象监听器
addSetListener(String, ObjectListener) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
注册Set监听器
AES - Static variable in interface tech.mgl.core.c.MGL_Algorithm
 
AES_CBC_PKCS5PADDING - Static variable in interface tech.mgl.core.c.MGL_Algorithm
 
algorithm - Variable in class tech.mgl.core.tools.MGL_RSA.Builder
 
ALGORITHM_AES - Static variable in class tech.mgl.core.c.MGL_CryptoCommonUtils
 
ALGORITHM_SHA256 - Static variable in class tech.mgl.core.c.MGL_CryptoCommonUtils
 
ALGORITHM_SHA512 - Static variable in class tech.mgl.core.c.MGL_CryptoCommonUtils
 
alphabiasshift - Static variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
alphadec - Variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
alpharadbias - Static variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
alpharadbshift - Static variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
alterneigh(int, int, int, int, int) - Method in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
altersingle(int, int, int, int, int) - Method in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
analyzePixels() - Method in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
Analyzes image colors and creates color map.
ApacheBeanMapConverter - Class in tech.mgl.core.i.impl
 
ApacheBeanMapConverter() - Constructor for class tech.mgl.core.i.impl.ApacheBeanMapConverter
 
APP_CACHE - Static variable in class tech.mgl.core.tools.redis.FrameCachePoolKey
 
append(byte) - Method in class tech.mgl.core.utils.stream.FastByteBuffer
向快速缓冲加入一个字节
append(byte[]) - Method in class tech.mgl.core.utils.stream.FastByteBuffer
向快速缓冲加入数据
append(byte[], int, int) - Method in class tech.mgl.core.utils.stream.FastByteBuffer
向快速缓冲加入数据
append(List<MGL_ImgVo>, String, int, int) - Static method in class tech.mgl.core.utils.img.MGL_ImageUtils
合并图片
append(FastByteBuffer) - Method in class tech.mgl.core.utils.stream.FastByteBuffer
将另一个快速缓冲加入到自身
APPLICATION_X_WWW_FORM_URLENCODED - Enum constant in enum class tech.mgl.utils.http.MGL_HttpRequest.EnctypeType
 
array(int) - Method in class tech.mgl.core.utils.stream.FastByteBuffer
根据索引位返回缓冲集中的缓冲
asc_to_bcd(byte) - Static method in class tech.mgl.core.tools.MGL_RSAUtils
 
ASCII_To_BCD(byte[], int) - Static method in class tech.mgl.core.tools.MGL_RSAUtils
ASCII码转BCD码
asciiToBCD(byte[]) - Static method in class tech.mgl.core.tools.MGL_RSAUtils
 
asciiToBCD(String) - Static method in class tech.mgl.core.tools.MGL_RSAUtils
 
auth(String) - Static method in class tech.mgl.core.utils.MGL_HardwareUtils
 
authCode() - Method in class tech.mgl.core.utils.security.MGL_OTP
 
authCode(String) - Method in class tech.mgl.core.utils.security.MGL_OTP
 
authCode(String, String) - Method in class tech.mgl.core.utils.security.MGL_OTP
验证动态密码

B

Base32String - Class in tech.mgl.utils.security.gen
Encodes arbitrary byte arrays as case-insensitive base-32 strings.
Base32String(String) - Constructor for class tech.mgl.utils.security.gen.Base32String
 
Base32String.DecodingException - Exception Class in tech.mgl.utils.security.gen
 
base64ToImage(String, String) - Static method in class tech.mgl.core.utils.MGL_Base64Utils
base64转图片
bcd2Str(byte[]) - Static method in class tech.mgl.core.tools.MGL_RSAUtils
BCD转字符串
bean2List(Object, String[]) - Static method in class tech.mgl.core.utils.MGL_BeanUtils
bean转换成list
bean2Map(T) - Static method in class tech.mgl.core.utils.MGL_BeanUtils
 
bean2StringValues(Object) - Static method in class tech.mgl.core.utils.MGL_BeanUtils
把对象的key=value的形式按ASCII顺序拼成串返回
bean2StringValues(Object, String) - Static method in class tech.mgl.core.utils.MGL_BeanUtils
把对象的key=value的形式按ASCII顺序拼成串返回
BeanMapConverter - Interface in tech.mgl.core.i
 
beanToMap(Object) - Method in interface tech.mgl.core.i.BeanMapConverter
 
beanToMap(Object) - Method in class tech.mgl.core.i.impl.ApacheBeanMapConverter
 
beanToMap(Object) - Method in class tech.mgl.core.i.impl.JacksonBeanMapConverter
 
beanToMap(Object) - Method in class tech.mgl.core.i.impl.PureJavaBeanMapConverter
 
beanToMap(Object) - Static method in class tech.mgl.utils.MGL_BeanMapUtils
 
beta - Static variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
betagamma - Static variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
betashift - Static variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
bgColor - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
bgIndex - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
bias - Variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
block - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
blockSize - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
bufferSize - Variable in class tech.mgl.core.stream.MGLIOCopier
 
bufferSize(long) - Method in class tech.mgl.core.stream.MGLIOCopier
缓存大小,取默认缓存和目标长度最小值
bufferSize(long) - Method in class tech.mgl.core.utils.MGL_StreamUtils
缓存大小,取默认缓存和目标长度最小值
build() - Method in class tech.mgl.core.bean.MGL_QRCodeLogo.Builder
 
build() - Method in class tech.mgl.core.qrcode.MGL_QRCodeUtils.Builder
 
build() - Method in class tech.mgl.core.tools.MGL_RSA.Builder
 
build() - Method in class tech.mgl.core.tools.MGL_RSA.DecryptBuilder
 
build() - Method in class tech.mgl.core.tools.MGL_RSA.EncryptBuilder
 
build() - Method in class tech.mgl.core.utils.captcha.MGL_Captcha.Builder
 
build() - Method in class tech.mgl.core.utils.MGL_CompressUtils.Builder
 
build() - Method in class tech.mgl.core.utils.security.MGL_OTPBuilder
 
build() - Method in class tech.mgl.utils.http.MGL_HttpRequest.Builder
 
build() - Method in class tech.mgl.utils.http.MGL_UploadBuilder.Builder
 
build() - Method in class tech.mgl.utils.MGL_DownloadHeaderBuilder
 
build3DesKey(String) - Static method in class tech.mgl.core.utils.security.MGL_URLUtils
 
builder() - Static method in class tech.mgl.core.bean.MGL_QRCodeLogo
 
builder() - Static method in class tech.mgl.core.qrcode.MGL_QRCodeUtils
 
builder() - Static method in class tech.mgl.core.tools.MGL_RSA
 
builder() - Static method in class tech.mgl.core.utils.captcha.MGL_Captcha
 
builder() - Static method in class tech.mgl.core.utils.MGL_CompressUtils
 
builder() - Static method in class tech.mgl.core.utils.security.MGL_OTPBuilder
 
builder() - Static method in class tech.mgl.utils.http.MGL_HttpRequest
 
builder() - Static method in class tech.mgl.utils.minio.MinIOUtils
 
Builder() - Constructor for class tech.mgl.core.bean.MGL_QRCodeLogo.Builder
 
Builder() - Constructor for class tech.mgl.core.qrcode.MGL_QRCodeUtils.Builder
 
Builder() - Constructor for class tech.mgl.core.tools.MGL_RSA.Builder
 
Builder() - Constructor for class tech.mgl.core.utils.captcha.MGL_Captcha.Builder
 
Builder() - Constructor for class tech.mgl.core.utils.MGL_CompressUtils.Builder
 
Builder() - Constructor for class tech.mgl.utils.http.MGL_HttpRequest.Builder
 
Builder() - Constructor for class tech.mgl.utils.http.MGL_UploadBuilder.Builder
 
byte2hex(byte[]) - Static method in class tech.mgl.core.c.MGL_HexUtils
二行制转字符串
byte2hex(byte, StringBuffer) - Static method in class tech.mgl.core.tools.redis.ByteUtils
 
byte2hexString(byte[]) - Static method in class tech.mgl.core.utils.security.MGL_MD5Utils
 
bytesToHex(byte[]) - Static method in class tech.mgl.core.c.MGL_AES
 
bytesToHexString(byte[]) - Static method in class tech.mgl.core.utils.MGL_HardwareUtils
 
bytesToImage(byte[]) - Method in class tech.mgl.core.utils.captcha.MGL_CaptchaImageGenerator
转换byte数组为Image
ByteUtils - Class in tech.mgl.core.tools.redis
Utilities for byte process
BZ2 - Enum constant in enum class tech.mgl.core.utils.MGL_CompressUtils.FileType
 

C

calculateAge(LocalDate) - Static method in class tech.mgl.core.utils.MGL_DateTimeUtils
 
calculateAge(Date) - Static method in class tech.mgl.core.utils.MGL_DateTimeUtils
 
callBack(MGLRequestCallBack) - Method in class tech.mgl.utils.http.MGL_UploadBuilder.Builder
 
CamelCase - Enum constant in enum class tech.mgl.core.utils.MGL_PropertyNamingUtils
 
CamelCaseJava - Enum constant in enum class tech.mgl.core.utils.MGL_PropertyNamingUtils
 
CHARACTER_CHINESE - Static variable in class tech.mgl.core.utils.MGL_ValidateUtils
只能输入汉字
CHARACTER_SPECIAL - Static variable in class tech.mgl.core.utils.MGL_ValidateUtils
验证是否含有^%invalid input: '&'',;=?$\"等字符:"[^%invalid input: '&'',;=?$\x22]+"
characterToPinYin(char) - Static method in class tech.mgl.core.utils.MGL_ChineseUtils
单个字转换到拼音
check(String, String) - Static method in class tech.mgl.core.utils.MGL_FileIOUtils
指定校验类型 @Title: check @Description: TODO(这里用一句话描述这个方法的作用) @param type @param propName @return 参数 @author www.mgl.tech @date 2016年6月8日 下午12:14:53 @return boolean 返回类型 @throws
checkImgType(String) - Static method in class tech.mgl.core.utils.MGL_FileIOUtils
检查上传图片类型
checkPw(String, String) - Static method in class tech.mgl.core.utils.security.MGL_BCryptUtils
Check that a plaintext password matches a previously hashed one
checkType(String) - Static method in class tech.mgl.core.utils.MGL_FileIOUtils
检查上传文件类型
checkVideoType(String) - Static method in class tech.mgl.core.utils.MGL_FileIOUtils
检查上传视频类型
CHINESE_ID - Static variable in class tech.mgl.core.utils.MGL_ValidateUtils
验证身份证,15位或者18位
ChineseEngine - Class in tech.mgl.utils.chinese
 
ChineseEngine() - Constructor for class tech.mgl.utils.chinese.ChineseEngine
 
cipherText - Variable in class tech.mgl.core.tools.MGL_RSA.DecryptBuilder
 
CLAIMS_KEY_ID - Static variable in class tech.mgl.core.utils.MGL_JwtUtils
 
CLAIMS_KEY_NAME - Static variable in class tech.mgl.core.utils.MGL_JwtUtils
 
CLAIMS_KEY_NICK_NAME - Static variable in class tech.mgl.core.utils.MGL_JwtUtils
 
ClassNameCase - Enum constant in enum class tech.mgl.core.utils.MGL_PropertyNamingUtils
 
ClientThread - Class in tech.mgl.core.tools.redis
 
ClientThread(int) - Constructor for class tech.mgl.core.tools.redis.ClientThread
 
clone() - Method in class tech.mgl.utils.security.gen.Base32String
 
close() - Method in class tech.mgl.core.utils.stream.FastByteArrayOutputStream
此方法无任何效果,当流被关闭后不会抛出IOException
close(Closeable) - Static method in class tech.mgl.core.utils.MGL_StreamUtils
关闭
关闭失败不会抛出异常
closeStream - Variable in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
 
code - Enum constant in enum class tech.mgl.core.utils.captcha.MGL_CaptchaUtils.Keys
 
colorDepth - Variable in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
 
colorMap() - Method in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
colorTab - Variable in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
 
compare(String, String) - Static method in class tech.mgl.core.utils.MGL_MathUtils
比较两数据,-1 第二个数字大,0 相等 , 1 第一个数字大
compress() - Method in class tech.mgl.core.utils.MGL_CompressUtils
 
compress(String, String, Integer, Integer, boolean) - Static method in class tech.mgl.core.utils.MGL_CompressPicUtils
压缩图片 指定压缩宽度
compressCss(String) - Static method in class tech.mgl.utils.MGL_WebResourceCompressor
压缩CSS代码
compressHeight(String, String, int) - Static method in class tech.mgl.core.utils.MGL_CompressPicUtils
以高度算宽度 等比例压缩
compressHtml(String) - Static method in class tech.mgl.utils.MGL_WebResourceCompressor
压缩HTML代码
compressHtml(String, List<String>) - Static method in class tech.mgl.utils.MGL_WebResourceCompressor
 
compressHtmlFile(String) - Static method in class tech.mgl.utils.MGL_WebResourceCompressor
 
compressHtmlFile(String, List<String>) - Static method in class tech.mgl.utils.MGL_WebResourceCompressor
 
compressJS(String) - Static method in class tech.mgl.utils.MGL_WebResourceCompressor
压缩文件基础方法
compressJSForInHTML(String) - Static method in class tech.mgl.utils.MGL_WebResourceCompressor
 
compressPic(String, String) - Static method in class tech.mgl.core.utils.MGL_CompressPicUtils
 
compressPic(String, String, int, int) - Static method in class tech.mgl.core.utils.MGL_CompressPicUtils
 
compressWidth(String, String, int) - Static method in class tech.mgl.core.utils.MGL_CompressPicUtils
以宽度算高度 等比例压缩
CONNECT - Enum constant in enum class tech.mgl.utils.http.MGL_HttpRequest.REQUEST_METHOD
 
contentType(String) - Method in class tech.mgl.utils.MGL_DownloadHeaderBuilder
 
contest(int, int, int) - Method in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
convert(T, Class<V>) - Static method in class tech.mgl.core.utils.MGL_BeanUtils
 
convertCamelStringToPath(String) - Static method in class tech.mgl.core.utils.MGL_StringUtils
Converts a camelCase string to a path (e.g., "camelCaseString" -> "camel/case/string").
convertImageToStream(BufferedImage) - Method in class tech.mgl.core.utils.captcha.MGL_CaptchaImage
将BufferedImage转换成ByteArrayInputStream
convertToDate(LocalDate) - Static method in class tech.mgl.core.utils.MGL_DateTimeUtils
 
convertToLocalDate(Date) - Static method in class tech.mgl.core.utils.MGL_DateTimeUtils
 
convertToLocalDateTime(Date) - Static method in class tech.mgl.core.utils.MGL_DateTimeUtils
将 Date 转换为 LocalDateTime
copy(FileInputStream, FileOutputStream) - Static method in class tech.mgl.core.utils.MGL_StreamUtils
拷贝文件流,使用NIO
copy(InputStream, OutputStream) - Method in class tech.mgl.core.stream.MGLStreamCopier
 
copy(InputStream, OutputStream) - Static method in class tech.mgl.core.utils.MGL_StreamUtils
拷贝流,使用默认Buffer大小,拷贝后不关闭流
copy(InputStream, OutputStream, int, long, MGLStreamProgress) - Static method in class tech.mgl.core.utils.MGL_StreamUtils
 
copy(FileChannel, FileChannel) - Static method in class tech.mgl.core.utils.MGL_StreamUtils
拷贝文件Channel,使用NIO,拷贝后不会关闭channel
copy(ReadableByteChannel, WritableByteChannel) - Method in class tech.mgl.core.stream.MGLChannelCopier
 
copy(ReadableByteChannel, WritableByteChannel, long) - Method in class tech.mgl.core.utils.MGL_StreamUtils
 
copy(S, T) - Method in class tech.mgl.core.stream.MGLIOCopier
执行拷贝
copyAttribute(Object, Object) - Static method in class tech.mgl.core.utils.MGL_BeanUtils
复制属性
copyAttribute(Object, Object, List<String>) - Static method in class tech.mgl.core.utils.MGL_BeanUtils
可以指定复制哪些字段
copyAttribute(Object, Object, List<String>, boolean) - Static method in class tech.mgl.core.utils.MGL_BeanUtils
 
copyAttribute(Object, Object, List<String>, List<String>, boolean) - Static method in class tech.mgl.core.utils.MGL_BeanUtils
复制属性
copyAttributeWithExclude(Object, Object, List<String>) - Static method in class tech.mgl.core.utils.MGL_BeanUtils
 
copyFileFromJar(Class<?>, String) - Static method in class tech.mgl.core.utils.MGL_FileIOUtils
 
copyFileFromJar(Class<?>, String, String) - Static method in class tech.mgl.core.utils.MGL_FileIOUtils
 
copyFileFromJar(String) - Static method in class tech.mgl.core.utils.MGL_FileIOUtils
 
count - Variable in class tech.mgl.core.stream.MGLIOCopier
拷贝总数
create(HttpServletResponse) - Static method in class tech.mgl.utils.MGL_DownloadHeaderBuilder
 
createImage(String) - Method in class tech.mgl.core.utils.captcha.MGL_CaptchaImage
生成验证码图片,随机背景,随机验证码颜色的验证码图片
createQRCode(String, String, int, int) - Method in class tech.mgl.core.utils.security.MGL_OTP
 
createSocket(String, int) - Method in class tech.mgl.core.utils.http.Tls12SocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class tech.mgl.core.utils.http.Tls12SocketFactory
 
createSocket(InetAddress, int) - Method in class tech.mgl.core.utils.http.Tls12SocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class tech.mgl.core.utils.http.Tls12SocketFactory
 
createSocket(Socket, String, int, boolean) - Method in class tech.mgl.core.utils.http.Tls12SocketFactory
 
cropImage(String, String, int, int, int, int) - Static method in class tech.mgl.core.utils.img.MGL_ImageUtils
图片裁剪
crypt(String, String, MGL_URLUtils.CryptType) - Static method in class tech.mgl.core.utils.security.MGL_URLUtils
加密解密
crypt_raw(byte[], byte[], int, int[]) - Method in class tech.mgl.core.utils.security.MGL_BCryptUtils
Perform the central password hashing step in the bcrypt scheme
currentTimeMillis() - Method in class tech.mgl.utils.security.gen.TotpClock
Gets the number of milliseconds since epoch.

D

DAYS - Enum constant in enum class tech.mgl.core.utils.MGL_DateTimeUtils.TimeUnit
 
DbFieldStrategy - Class in tech.mgl.utils.json
 
DbFieldStrategy() - Constructor for class tech.mgl.utils.json.DbFieldStrategy
 
DE - Enum constant in enum class tech.mgl.core.utils.security.MGL_URLUtils.CryptType
 
decode(File) - Method in class tech.mgl.core.qrcode.MGL_QRCodeUtils
解析二维码
decode(String) - Static method in class tech.mgl.core.utils.MGL_Base64Utils
 
decode(String) - Static method in class tech.mgl.core.utils.MGL_URLCodeUtils
反编码
decode(String) - Static method in class tech.mgl.utils.security.gen.Base32String
 
decodeImageData() - Method in class tech.mgl.core.utils.gif.MGL_GifDecoder
Decodes LZW image data into pixel array.
decodeInternal(String) - Method in class tech.mgl.utils.security.gen.Base32String
 
decodeJson(String, TypeReference<T>) - Static method in class tech.mgl.core.utils.MGL_JsonBigUtils
将JSON字符串反序列化为对象
decodeToString(String) - Static method in class tech.mgl.core.utils.MGL_Base64Utils
转字符串
DecodingException(String) - Constructor for exception class tech.mgl.utils.security.gen.AccountDb.DecodingException
 
DecodingException(String) - Constructor for exception class tech.mgl.utils.security.gen.Base32String.DecodingException
 
decrAtomicValue(String) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
递减原子值
decrypt() - Method in class tech.mgl.core.tools.MGL_RSADecrypt
 
decrypt(String, String) - Static method in class tech.mgl.core.c.MGL_AES
 
decrypt(String, String, String) - Static method in class tech.mgl.core.c.MGL_AES
 
decrypt(String, Key) - Static method in class tech.mgl.core.c.MGL_AES
 
decrypt(String, Key, String) - Static method in class tech.mgl.core.c.MGL_AES
 
decrypt(MGL_RSADecrypt) - Static method in class tech.mgl.core.tools.MGL_RSAUtils
私钥解密
decryptAESToString(String, String) - Static method in class tech.mgl.core.c.MGL_CryptoCommonUtils
解密
decryptBuilder() - Static method in class tech.mgl.core.tools.MGL_RSA
 
DecryptBuilder() - Constructor for class tech.mgl.core.tools.MGL_RSA.DecryptBuilder
 
decryptByPrivateKey(byte[], String) - Static method in class tech.mgl.core.tools.MGL_RSACoder
解密
用私钥解密
decryptByPublicKey(byte[], String) - Static method in class tech.mgl.core.tools.MGL_RSACoder
解密
用公钥解密
DEFAULT_BORDER - Static variable in class tech.mgl.core.bean.MGL_QRCodeLogo.Builder
 
DEFAULT_BORDER_COLOR - Static variable in class tech.mgl.core.bean.MGL_QRCodeLogo.Builder
 
DEFAULT_BUFFER_SIZE - Static variable in class tech.mgl.core.utils.MGL_StreamUtils
默认缓存大小 8192
DEFAULT_CACHE - Static variable in class tech.mgl.core.tools.redis.FrameCachePoolKey
 
DEFAULT_CHARSET - Static variable in class tech.mgl.core.tools.redis.ByteUtils
 
DEFAULT_CHARSET_NAME - Static variable in class tech.mgl.core.tools.redis.ByteUtils
 
DEFAULT_HOTP_COUNTER - Static variable in class tech.mgl.utils.security.gen.AccountDb
 
DEFAULT_INTERVAL - Static variable in class tech.mgl.utils.security.gen.MGL_OtpProvider
Default passcode timeout period (in seconds)
DEFAULT_LOGO_PART - Static variable in class tech.mgl.core.bean.MGL_QRCodeLogo.Builder
 
DefaultTranslator - Class in tech.mgl.core.i.impl.translator
 
DefaultTranslator() - Constructor for class tech.mgl.core.i.impl.translator.DefaultTranslator
 
del(Object) - Static method in class tech.mgl.core.tools.redis.MGL_JedisUtils
删除
delay - Variable in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
 
delay - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
delCacheMapValue(String, String) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
删除Hash中的数据
delete() - Method in class tech.mgl.utils.minio.MinIOUtils
 
delete(File) - Static method in class tech.mgl.core.utils.MGL_FileUtils
 
delete(String) - Static method in class tech.mgl.core.utils.MGL_FileUtils
 
DELETE - Enum constant in enum class tech.mgl.utils.http.MGL_HttpRequest.REQUEST_METHOD
 
deleteAll(String) - Static method in class tech.mgl.core.utils.MGL_FileUtils
迭代删除所有子文件夹文件夹及文件
deleteKeys(String) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
删除缓存的基本对象列表
deleteObject(String) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
删除单个对象
deleteObject(Collection) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
删除集合对象
delMultiCacheMapValue(String, Set<String>) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
删除Hash中的数据
detectEncodingFromFile(String) - Static method in class tech.mgl.utils.MGL_EncodingUtils
 
detectEncodingFromText(String) - Static method in class tech.mgl.utils.MGL_EncodingUtils
 
differentDays(String, String) - Static method in class tech.mgl.core.utils.MGL_TimeUtils
获得两个日期之间的间隔 单位 天
differentHours(String, String) - Static method in class tech.mgl.core.utils.MGL_TimeUtils
获得两个日期之间的时间间隔 单位 小时
dispose - Variable in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
 
dispose - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
div(double, double) - Static method in class tech.mgl.core.utils.MGL_DecimalUtils
提供(相对)精确的除法运算,当发生除不尽的情况时,精确到 小数点以后10位,以后的数字四舍五入。
div(double, double, int) - Static method in class tech.mgl.core.utils.MGL_DecimalUtils
提供(相对)精确的除法运算。当发生除不尽的情况时,由scale参数指 定精度,以后的数字四舍五入。
div(String, String, int) - Static method in class tech.mgl.core.utils.MGL_DecimalUtils
 
download(String, String) - Static method in class tech.mgl.utils.http.MGL_NetUtils
下载文件
download(String, String, MGLRequestCallBack) - Static method in class tech.mgl.utils.http.MGL_HttpUtils
下载文件
DOWNLOAD_DIALOG - Static variable in class tech.mgl.utils.security.gen.Utilities
 
downloadCertificate(String, String) - Static method in class tech.mgl.utils.ssl.MGL_CertificateDownloader
 
downloadImage(String, String) - Static method in class tech.mgl.core.utils.img.MGL_ImageUtils
下载网络图片到本地

E

EMAIL - Static variable in class tech.mgl.core.utils.MGL_ValidateUtils
验证Email地址
EN - Enum constant in enum class tech.mgl.core.utils.security.MGL_URLUtils.CryptType
 
ENABLE_FAST_STRING_ENCODER - Static variable in class tech.mgl.core.tools.redis.ByteUtils
 
EnableMGLSpringUtils - Annotation Interface in tech.mgl.expand
 
encode() - Method in class tech.mgl.core.qrcode.MGL_QRCodeUtils
 
encode(byte[]) - Static method in class tech.mgl.core.utils.MGL_Base64Utils
转换base64
encode(byte[]) - Static method in class tech.mgl.utils.security.gen.Base32String
 
encode(String) - Static method in class tech.mgl.core.utils.MGL_Base64Utils
转换base64
encode(String) - Static method in class tech.mgl.core.utils.MGL_URLCodeUtils
编码
ENCODE - Enum constant in enum class tech.mgl.utils.http.MGL_HttpUtils.ParamsKey
 
ENCODE - Enum constant in enum class tech.mgl.utils.http.MGL_HttpUtils.ParamsType
 
encodeInternal(byte[]) - Method in class tech.mgl.utils.security.gen.Base32String
 
encodeQRCode2Base64() - Method in class tech.mgl.core.qrcode.MGL_QRCodeUtils
直接转为base64
encodeToOutput(OutputStream) - Method in class tech.mgl.core.qrcode.MGL_QRCodeUtils
生成二维码(内嵌LOGO)
encodeUTF8(String) - Static method in class tech.mgl.core.tools.redis.FastStringEncoder
 
encoding(Charset) - Method in class tech.mgl.utils.MGL_DownloadHeaderBuilder
 
encrypt() - Method in class tech.mgl.core.tools.MGL_RSAEncrypt
* 注意:【algorithm默认补位方式,为RSA/None/PKCS1Padding,不同JDK默认的补位方式可能不同,如Android默认是RSA * /None/NoPadding】 python "RSA/ECB/PKCS1Padding" new BouncyCastleProvider()
encrypt(String, String) - Static method in class tech.mgl.core.c.MGL_AES
 
encrypt(String, Key) - Static method in class tech.mgl.core.c.MGL_AES
 
encrypt(String, Key, String) - Static method in class tech.mgl.core.c.MGL_AES
 
encrypt(MGL_RSAEncrypt) - Static method in class tech.mgl.core.tools.MGL_RSAUtils
encrypt By PublicKey
encryptAESToString(String, String) - Static method in class tech.mgl.core.c.MGL_CryptoCommonUtils
加密
encryptBuilder() - Static method in class tech.mgl.core.tools.MGL_RSA
 
EncryptBuilder() - Constructor for class tech.mgl.core.tools.MGL_RSA.EncryptBuilder
 
encryptByPrivateKey(byte[], String) - Static method in class tech.mgl.core.tools.MGL_RSACoder
加密
用私钥加密
encryptByPublicKey(byte[], String) - Static method in class tech.mgl.core.tools.MGL_RSACoder
加密
用公钥加密
enumerateAccounts(Collection<String>) - Method in class tech.mgl.utils.security.gen.MGL_OtpProvider
 
enumerateAccounts(Collection<String>) - Method in interface tech.mgl.utils.security.gen.OtpSource
Enumerate list of accounts that this OTP token supports.
equals(double, double, int) - Static method in class tech.mgl.utils.MGL_NumberRoundingUtils
判断两个修约后的数值是否相等(考虑浮点数精度)
equals(Object) - Method in class tech.mgl.core.utils.TestDemoEntity
 
err() - Method in class tech.mgl.core.utils.gif.MGL_GifDecoder
Returns true if an error was encountered during reading/decoding
execute(String) - Static method in class tech.mgl.utils.MGL_FormulaUtils
输入加减乘除表达式字符串,返回计算结果
expire(String, long) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
设置有效时间
expire(String, Duration) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
设置有效时间
EXRP_DAY - Static variable in class tech.mgl.core.tools.redis.MGL_JedisUtils
 
EXRP_HOUR - Static variable in class tech.mgl.core.tools.redis.MGL_JedisUtils
redis过期时间,以秒为单位
EXRP_MONTH - Static variable in class tech.mgl.core.tools.redis.MGL_JedisUtils
 

F

failure(IOException) - Method in interface tech.mgl.core.utils.http.MGLRequestCallBack
 
FastByteArrayOutputStream - Class in tech.mgl.core.utils.stream
 
FastByteArrayOutputStream() - Constructor for class tech.mgl.core.utils.stream.FastByteArrayOutputStream
构造
FastByteArrayOutputStream(int) - Constructor for class tech.mgl.core.utils.stream.FastByteArrayOutputStream
构造
FastByteBuffer - Class in tech.mgl.core.utils.stream
 
FastByteBuffer() - Constructor for class tech.mgl.core.utils.stream.FastByteBuffer
 
FastByteBuffer(int) - Constructor for class tech.mgl.core.utils.stream.FastByteBuffer
 
FastStringEncoder - Class in tech.mgl.core.tools.redis
 
FastStringEncoder() - Constructor for class tech.mgl.core.tools.redis.FastStringEncoder
 
fetchAndSaveCertificate(String, int, String) - Static method in class tech.mgl.utils.ssl.MGL_CertificateDownloader
 
fetchNetImg(String) - Static method in class tech.mgl.core.utils.img.MGL_ImageUtils
从网络获取图片字节数组
file(File) - Method in class tech.mgl.utils.http.MGL_UploadBuilder.Builder
 
FILE_STREAM - Enum constant in enum class tech.mgl.utils.http.MGL_HttpUtils.ParamsType
 
fileName(String) - Method in class tech.mgl.utils.MGL_DownloadHeaderBuilder
 
fileParamName(String) - Method in class tech.mgl.utils.http.MGL_UploadBuilder.Builder
 
FILES_STREAM - Enum constant in enum class tech.mgl.utils.http.MGL_HttpUtils.ParamsType
 
fileSize(Long) - Method in class tech.mgl.utils.MGL_DownloadHeaderBuilder
 
fileType(String) - Method in class tech.mgl.utils.http.MGL_UploadBuilder.Builder
 
filterUserInputContent(String) - Static method in class tech.mgl.core.utils.security.MGL_SecurityUtils
对用户输入内容进行过滤,防止xss攻击等
filterUserInputContentT(T) - Static method in class tech.mgl.core.utils.security.MGL_SecurityUtils
 
findClosest(Color) - Method in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
Returns index of palette color closest to c
finish() - Method in interface tech.mgl.core.stream.MGLStreamProgress
结束
finish() - Method in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
Flushes any pending data and closes output file.
firstFrame - Variable in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
 
flushEveryBuffer - Variable in class tech.mgl.core.stream.MGLIOCopier
是否每次写出一个buffer内容就执行flush
fontToImage(String, Color, Font, File) - Static method in class tech.mgl.core.utils.MGL_FontUtils
 
fontToImage(String, Font, Color, File, double, double) - Static method in class tech.mgl.core.utils.MGL_FontUtils
 
fontToImage(String, Font, File) - Static method in class tech.mgl.core.utils.MGL_FontUtils
 
format(double, int) - Static method in class tech.mgl.utils.MGL_NumberRoundingUtils
格式化输出修约后的数值(字符串形式)
format(Date) - Static method in class tech.mgl.core.utils.MGL_TimeUtils
以默认格式格式化当前日期
format(Date, String) - Static method in class tech.mgl.core.utils.MGL_TimeUtils
格式化日期
FRAME_CACHE - Static variable in class tech.mgl.core.tools.redis.FrameCachePoolKey
 
FRAME_F_AREA_LIST_KEY - Static variable in class tech.mgl.core.tools.redis.FrameCacheKey
 
FRAME_F_D_BOOLEAN_LIST_KEY - Static variable in class tech.mgl.core.tools.redis.FrameCacheKey
 
FRAME_F_D_ID_TYPE_LIST_KEY - Static variable in class tech.mgl.core.tools.redis.FrameCacheKey
 
FRAME_F_D_SEX_LIST_KEY - Static variable in class tech.mgl.core.tools.redis.FrameCacheKey
 
FRAME_F_DICTIONARY_LIST_KEY - Static variable in class tech.mgl.core.tools.redis.FrameCacheKey
 
FRAME_F_DICTIONARY_MAP_LIST_KEY - Static variable in class tech.mgl.core.tools.redis.FrameCacheKey
 
FRAME_F_MENU_LIST_KEY - Static variable in class tech.mgl.core.tools.redis.FrameCacheKey
 
FRAME_F_PARAMETER_LIST_KEY - Static variable in class tech.mgl.core.tools.redis.FrameCacheKey
 
FRAME_F_ROLE_LIST_KEY - Static variable in class tech.mgl.core.tools.redis.FrameCacheKey
 
FRAME_F_ROLE_MENU_LIST_KEY - Static variable in class tech.mgl.core.tools.redis.FrameCacheKey
 
FRAME_F_ROLE_PRIVILEGE_LIST_KEY - Static variable in class tech.mgl.core.tools.redis.FrameCacheKey
 
FRAME_F_S_SETTING_LIST_KEY - Static variable in class tech.mgl.core.tools.redis.FrameCacheKey
 
FRAME_F_SERVER_LIST_KEY - Static variable in class tech.mgl.core.tools.redis.FrameCacheKey
 
FRAME_F_USER_ROLE_LIST_KEY - Static variable in class tech.mgl.core.tools.redis.FrameCacheKey
 
FRAME_PRODUCT_CATEGORY_LIST_KEY - Static variable in class tech.mgl.core.tools.redis.FrameCacheKey
 
FrameCacheKey - Class in tech.mgl.core.tools.redis
 
FrameCacheKey() - Constructor for class tech.mgl.core.tools.redis.FrameCacheKey
 
FrameCachePoolKey - Class in tech.mgl.core.tools.redis
 
FrameCachePoolKey() - Constructor for class tech.mgl.core.tools.redis.FrameCachePoolKey
 
frameCount - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
frames - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
freq - Variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
from(Object...) - Static method in class tech.mgl.core.utils.MGL_JsonUtils
5
from(MGL_JSONConfig, Object...) - Static method in class tech.mgl.core.utils.MGL_JsonUtils
 
fuzzy - Static variable in class tech.mgl.core.utils.captcha.MGL_CaptchaConstants
 

G

gamma - Static variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
gammashift - Static variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
gct - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
gctFlag - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
gctSize - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
GEN_IMAGE_NAME - Static variable in class tech.mgl.core.utils.MGL_FileIOUtils
 
GEN_OTHER_NAME - Static variable in class tech.mgl.core.utils.MGL_FileIOUtils
 
GEN_VIDEO_NAME - Static variable in class tech.mgl.core.utils.MGL_FileIOUtils
 
generateAESKey() - Static method in class tech.mgl.core.c.MGL_AES
 
generateCode() - Static method in class tech.mgl.core.utils.MGL_IDUtils
18位字符数字组合的编码生成
generateCode() - Static method in class tech.mgl.core.utils.MGL_RandomUtils
 
generateCode(int) - Static method in class tech.mgl.core.utils.MGL_RandomUtils
 
generateCode(int, int) - Static method in class tech.mgl.core.utils.MGL_RandomUtils
 
generateCode(int, int, boolean) - Static method in class tech.mgl.core.utils.MGL_RandomUtils
生成指定难度级别的随机字符串
generateIV(int) - Static method in class tech.mgl.core.c.MGL_AES
 
generateNumber() - Static method in class tech.mgl.core.utils.MGL_RandomUtils
这是典型的随机洗牌算法。 流程是从备选数组中选择一个放入目标数组中,将选取的数组从备选数组移除(放至最后,并缩小选择区域) 算法时间复杂度O(n)
generateNumber(int) - Static method in class tech.mgl.core.utils.MGL_RandomUtils
 
generateResponseCode(byte[]) - Method in class tech.mgl.utils.security.gen.PasscodeGenerator
 
generateResponseCode(long) - Method in class tech.mgl.utils.security.gen.PasscodeGenerator
 
generateResponseCode(long, byte[]) - Method in class tech.mgl.utils.security.gen.PasscodeGenerator
 
generateSalt(int) - Static method in class tech.mgl.core.utils.security.MGL_Rfc2898DeriveBytes
Generate random Salt
generateSecretKey() - Method in class tech.mgl.core.i.impl.mfa.SMSProvider
 
generateSecretKey() - Method in class tech.mgl.core.i.impl.mfa.TOTPGoogleProvider
 
generateSecretKey() - Method in class tech.mgl.core.i.impl.mfa.TOTPProvider
 
generateSecretKey() - Method in interface tech.mgl.core.i.MFAProvider
 
generateSecretKey() - Method in class tech.mgl.core.utils.security.MGL_OTP
生成SecretKey
generateSecretKey(String) - Method in class tech.mgl.core.i.impl.mfa.SMSProvider
 
generateSecretKey(String) - Method in class tech.mgl.core.i.impl.mfa.TOTPGoogleProvider
 
generateSecretKey(String) - Method in class tech.mgl.core.i.impl.mfa.TOTPProvider
 
generateSecretKey(String) - Method in interface tech.mgl.core.i.MFAProvider
 
generateStringId() - Static method in class tech.mgl.core.utils.MGL_IDUtils
生成编码 推荐ID之用
generateToken(String, String, long) - Static method in class tech.mgl.core.utils.MGL_JwtUtils
 
generateToken(String, Map<String, Object>, String, long) - Static method in class tech.mgl.core.utils.MGL_JwtUtils
 
generatorFileName(String) - Static method in class tech.mgl.core.utils.MGL_FileIOUtils
生成新文件名,自动判断类型
generatorFileName(String, int) - Static method in class tech.mgl.core.utils.MGL_FileIOUtils
 
genKeys() - Method in class tech.mgl.core.tools.MGL_RSA
 
genSalt() - Static method in class tech.mgl.core.utils.security.MGL_BCryptUtils
Generate a salt for use with the BCrypt.hashpw() method, selecting a reasonable default for the number of hashing rounds to apply
genSalt(int) - Static method in class tech.mgl.core.utils.security.MGL_BCryptUtils
Generate a salt for use with the BCrypt.hashpw() method
genSalt(int, SecureRandom) - Static method in class tech.mgl.core.utils.security.MGL_BCryptUtils
Generate a salt for use with the BCrypt.hashpw() method
get(int) - Method in class tech.mgl.core.utils.stream.FastByteBuffer
根据索引位返回一个字节
get(Object) - Static method in class tech.mgl.core.tools.redis.MGL_JedisUtils
获取String值
get(String) - Static method in class tech.mgl.utils.http.MGL_HttpUtils
 
get(String, MGLRequestCallBack) - Static method in class tech.mgl.utils.http.MGL_HttpUtils
 
GET - Enum constant in enum class tech.mgl.utils.http.MGL_HttpRequest.REQUEST_METHOD
 
GET - Static variable in class tech.mgl.core.utils.MGL_JavaUtils
 
getAccount() - Method in class tech.mgl.core.utils.security.MGL_OTP
 
getAccount() - Method in class tech.mgl.core.utils.security.MGL_OTPBuilder
 
getAdditionalParams() - Method in class tech.mgl.utils.http.MGL_UploadBuilder
 
getAESKeyByBase64String(String) - Static method in class tech.mgl.core.c.MGL_AES
 
getAlgorithm() - Method in class tech.mgl.core.tools.MGL_RSA.Builder
 
getAlgorithm() - Method in class tech.mgl.core.tools.MGL_RSA.DecryptBuilder
 
getAlgorithm() - Method in class tech.mgl.core.tools.MGL_RSA.EncryptBuilder
 
getAlgorithm() - Method in class tech.mgl.core.tools.MGL_RSA
 
getAlgorithm() - Method in class tech.mgl.core.tools.MGL_RSADecrypt
 
getAlgorithm() - Method in class tech.mgl.core.tools.MGL_RSAEncrypt
 
getAll(String) - Static method in class tech.mgl.core.utils.MGL_FileUtils
获取指定路径下的所有文件及文件夹
getAppid() - Method in class tech.mgl.core.utils.TestModel
 
getApplicationContext() - Static method in class tech.mgl.expand.MGL_SpringUtils
获取ApplicationContext
getAppointDayCurrentTime(Date, Integer) - Static method in class tech.mgl.core.utils.MGL_TimeUtils
同上 获取指定日期的当前时间
getAppointDayOfEndTime(Date, Integer) - Static method in class tech.mgl.core.utils.MGL_TimeUtils
mysql保存系统传递的时间会诡异的增加一秒钟 MySQL数据库对于毫秒大于500(验证版本5.7.11-log 其他会进位的版本没有进行验证)的数据进行进位 此方法可以解决此问题 获取指定日期的 23:59:59 时间 0 为今天
getAtomicValue(String) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
获取原子值
getAuthentication() - Method in class tech.mgl.core.config.MGL_EMailConfig
 
getAuthenticationCode() - Method in class tech.mgl.core.config.MGL_EMailConfig
 
getBaseName(String) - Static method in class tech.mgl.utils.MGL_FileNameUtils
 
getBaseName(Path) - Static method in class tech.mgl.utils.MGL_FileNameUtils
 
getBaseNumber() - Method in class tech.mgl.core.utils.TestDemoEntity
 
getBaseUnit() - Method in class tech.mgl.core.utils.TestDemoEntity
 
getBean(Class<T>) - Static method in class tech.mgl.expand.MGL_SpringUtils
通过class获取Bean
getBean(Object, Class<T>) - Static method in class tech.mgl.core.utils.MGL_BeanUtils
 
getBean(String) - Static method in class tech.mgl.expand.MGL_SpringUtils
通过name获取 Bean
getBean(String, Class<T>) - Static method in class tech.mgl.expand.MGL_SpringUtils
通过name,以及Clazz返回指定的Bean
getBeanFactory() - Static method in class tech.mgl.expand.MGL_SpringUtils
获取ListableBeanFactory,可能为ConfigurableListableBeanFactoryApplicationContextAware
getBody() - Method in class tech.mgl.core.utils.TestModel
 
getBorder() - Method in class tech.mgl.core.bean.MGL_QRCodeLogo.Builder
 
getBorder() - Method in class tech.mgl.core.bean.MGL_QRCodeLogo
 
getBorderColor() - Method in class tech.mgl.core.bean.MGL_QRCodeLogo.Builder
 
getBorderColor() - Method in class tech.mgl.core.bean.MGL_QRCodeLogo
 
getBrowser(String) - Static method in class tech.mgl.core.utils.MGL_UserAgentUtils
 
getBrowserCompatible() - Method in class tech.mgl.core.config.MGL_JSONConfig
 
getByFieldValue(String, Class<T>) - Static method in class tech.mgl.utils.MGL_EnumsUtils
 
getByFieldValue(String, String, Class<T>) - Static method in class tech.mgl.utils.MGL_EnumsUtils
根据指定字段的值获取枚举类型的实例
getByFieldValue(String, String, T[]) - Static method in class tech.mgl.utils.MGL_EnumsUtils
根据指定字段的值获取枚举类型的实例
getByFieldValue(String, T[]) - Static method in class tech.mgl.utils.MGL_EnumsUtils
 
getBytes(int) - Method in class tech.mgl.core.utils.security.MGL_Rfc2898DeriveBytes
Returns a pseudo-random key from a data, salt and iteration count.
getBytes(long, int, byte[]) - Static method in class tech.mgl.core.tools.redis.ByteUtils
 
getBytes(String) - Static method in class tech.mgl.core.tools.redis.ByteUtils
 
getCacheList(String) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
获得缓存的list对象
getCacheListRange(String, int, int) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
获得缓存的list对象(范围)
getCacheMap(String) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
获得缓存的Map
getCacheMapKeySet(String) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
获得缓存Map的key列表
getCacheMapValue(String, String) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
获取Hash中的数据
getCacheObject(String) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
获得缓存的基本对象。
getCacheSet(String) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
获得缓存的set
getCallBack() - Method in class tech.mgl.utils.http.MGL_HttpRequest.Builder
 
getCallBack() - Method in class tech.mgl.utils.http.MGL_HttpRequest
 
getCallBack() - Method in class tech.mgl.utils.http.MGL_UploadBuilder
 
getCaptchaCode(int) - Method in class tech.mgl.core.utils.captcha.MGL_CaptchaImageGenerator
使用系统默认字符源生成验证码
getCaptchaCode(int, String) - Method in class tech.mgl.core.utils.captcha.MGL_CaptchaImageGenerator
使用指定源生成验证码
getCategoryCode() - Method in class tech.mgl.core.utils.TestDemoEntity
 
getCategoryG() - Method in class tech.mgl.core.utils.TestDemoEntity
 
getCategoryName() - Method in class tech.mgl.core.utils.TestDemoEntity
 
getCert() - Method in class tech.mgl.utils.http.MGL_HttpRequest.Builder
 
getCert() - Method in class tech.mgl.utils.http.MGL_HttpRequest
 
getCertPwd() - Method in class tech.mgl.utils.http.MGL_HttpRequest.Builder
 
getCertPwd() - Method in class tech.mgl.utils.http.MGL_HttpRequest
 
getCharset() - Method in class tech.mgl.core.config.MGL_EMailConfig
 
getChFirstCharacter(String) - Static method in class tech.mgl.core.utils.MGL_ChineseUtils
 
getChFirstCharacter(String, String) - Static method in class tech.mgl.core.utils.MGL_ChineseUtils
获取指定的字符串的第一个字母
getCipherText() - Method in class tech.mgl.core.tools.MGL_RSA.DecryptBuilder
 
getCipherText() - Method in class tech.mgl.core.tools.MGL_RSADecrypt
 
getClient() - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
获取客户端实例
getClientIpAddress(HttpServletRequest) - Static method in class tech.mgl.utils.MGL_ServletUtils
获取 HTTP 请求的客户端 IP 地址(支持代理)
getClientIpFromDatagramPacket(DatagramPacket) - Static method in class tech.mgl.utils.MGL_ServletUtils
获取 UDP 连接的客户端 IP
getClientIpFromSocket(Socket) - Static method in class tech.mgl.utils.MGL_ServletUtils
获取 TCP 连接的客户端 IP(适用于 Proxy Protocol)
getClm(String, String) - Static method in class tech.mgl.core.utils.MGL_JwtUtils
 
getCode() - Static method in class tech.mgl.core.utils.captcha.MGL_CaptchaUtils
 
getCode() - Method in class tech.mgl.core.utils.security.MGL_OTP
 
getCode() - Method in class tech.mgl.core.utils.security.MGL_OTPBuilder
 
getCode() - Method in class tech.mgl.core.utils.TestDemoEntity
 
getCode(int) - Static method in class tech.mgl.core.utils.random.MGL_RandomNumberUtils
 
getCode(MGL_Captcha) - Static method in class tech.mgl.core.utils.captcha.MGL_CaptchaUtils
产生长度和难度任意的验证码
getCodeMultiple() - Static method in class tech.mgl.core.utils.captcha.MGL_CaptchaUtils
多种验证码
getConnectTimeout() - Method in class tech.mgl.utils.http.MGL_HttpRequest.Builder
 
getConnectTimeout() - Method in class tech.mgl.utils.http.MGL_HttpRequest
 
getContent() - Method in class tech.mgl.core.config.MGL_EMailConfig
 
getContent() - Method in class tech.mgl.core.qrcode.MGL_QRCodeUtils.Builder
 
getContent() - Method in class tech.mgl.core.qrcode.MGL_QRCodeUtils
 
getCountTime() - Method in class tech.mgl.core.utils.TestDemoEntity
 
getCreateTime() - Method in class tech.mgl.core.utils.TestDemoEntity
 
getCurrentQuarterEndDate() - Static method in class tech.mgl.utils.MGL_LastQuarterUtils
 
getCurrentQuarterNo() - Static method in class tech.mgl.utils.MGL_LastQuarterUtils
 
getCurrentQuarterStartDate() - Static method in class tech.mgl.utils.MGL_LastQuarterUtils
 
getCurrentTime() - Static method in class tech.mgl.core.utils.MGL_TimeUtils
获取当前时间 默认格式为:yyyy-MM-dd HH:mm:ss
getCurrentTime(String) - Static method in class tech.mgl.core.utils.MGL_TimeUtils
获取当前时间 默认格式为:yyyy-MM-dd HH:mm:ss
getDate(int) - Static method in class tech.mgl.core.utils.MGL_TimeUtils
 
getDateAfter(Date, int) - Static method in class tech.mgl.core.utils.MGL_TimeUtils
获取day天后的日期
getDateBefore(Date, int) - Static method in class tech.mgl.core.utils.MGL_TimeUtils
得到day天前的时间
getDateFormat() - Method in class tech.mgl.core.config.MGL_JSONConfig
 
getDay(int) - Static method in class tech.mgl.core.utils.MGL_TimeUtils
 
getDay(int, String) - Static method in class tech.mgl.core.utils.MGL_TimeUtils
获取上或者下个日期 1就是明天 -1 昨天的日期
getDayOfWeek() - Static method in class tech.mgl.core.utils.MGL_TimeUtils
 
getDayOfWeekDisplayName() - Static method in class tech.mgl.core.utils.MGL_TimeUtils
 
getDayOfWeekDisplayName(Locale) - Static method in class tech.mgl.core.utils.MGL_TimeUtils
 
getDays(LocalDate, LocalDate) - Static method in class tech.mgl.core.utils.MGL_DateTimeUtils
 
getDays(Date, Date) - Static method in class tech.mgl.core.utils.MGL_DateTimeUtils
 
getDbColumnName(MFunction<T, ?>) - Static method in class tech.mgl.core.utils.MGL_ClassUtils
 
getDefaultCipherSuites() - Method in class tech.mgl.core.utils.http.Tls12SocketFactory
 
getDelay(int) - Method in class tech.mgl.core.utils.gif.MGL_GifDecoder
Gets display duration for specified frame.
getDescription() - Method in class tech.mgl.core.utils.TestDemoEntity
 
getDesString(String) - Static method in class tech.mgl.core.utils.security.MGL_Arithmetic
解密 以String密文输入,String明文输出
getDestPath() - Method in class tech.mgl.core.utils.MGL_CompressUtils
 
getDirectoryCDir(String) - Static method in class tech.mgl.core.utils.MGL_FileUtils
获取目录 如不存在自动创建
getEncString(String) - Static method in class tech.mgl.core.utils.security.MGL_Arithmetic
加密String明文输入,String密文输出
getEnctype() - Method in class tech.mgl.utils.http.MGL_HttpRequest.Builder
 
getEnctype() - Method in class tech.mgl.utils.http.MGL_HttpRequest
 
getEndWithSlashPath(String) - Static method in class tech.mgl.core.utils.MGL_FileIOUtils
获取完整路径,就是检查结尾有无斜杠,没有则自动加斜杠
getEnglishName() - Method in class tech.mgl.core.utils.TestDemoEntity
 
getEnum(Integer) - Static method in enum class tech.mgl.utils.security.gen.AccountDb.OtpType
 
getEnum(Integer) - Static method in enum class tech.mgl.utils.security.gen.MGL_OtpProvider.OtpType
 
getExcludes() - Method in class tech.mgl.core.config.MGL_JSONConfig
 
getExponent() - Method in class tech.mgl.core.tools.MGL_RSA.DecryptBuilder
 
getExponent() - Method in class tech.mgl.core.tools.MGL_RSA.EncryptBuilder
 
getExponent() - Method in class tech.mgl.core.tools.MGL_RSADecrypt
 
getExponent() - Method in class tech.mgl.core.tools.MGL_RSAEncrypt
 
getExtension(String) - Static method in class tech.mgl.utils.MGL_FileNameUtils
 
getExtension(Path) - Static method in class tech.mgl.utils.MGL_FileNameUtils
 
getFieldName(MFunction<T, ?>) - Static method in class tech.mgl.core.utils.MGL_ClassUtils
 
getFieldNameFromGetSet(String) - Static method in class tech.mgl.core.utils.MGL_JavaUtils
 
getFile() - Method in class tech.mgl.core.bean.MGL_QRCodeLogo.Builder
 
getFile() - Method in class tech.mgl.core.bean.MGL_QRCodeLogo
 
getFile() - Method in class tech.mgl.utils.http.MGL_UploadBuilder
 
getFileCPDir(String) - Static method in class tech.mgl.core.utils.MGL_FileUtils
自动创建父目录的 并获取文件
getFileCreate(String) - Static method in class tech.mgl.core.utils.MGL_FileUtils
获取文件 如不存在自动创建
getFileName() - Method in class tech.mgl.core.utils.TestDemoEntity
 
getFileParamName() - Method in class tech.mgl.utils.http.MGL_UploadBuilder
 
getFilePath() - Method in class tech.mgl.core.utils.MGL_CompressUtils.Builder
 
getFiles() - Method in class tech.mgl.core.config.MGL_EMailConfig
 
getFileType() - Method in class tech.mgl.utils.http.MGL_UploadBuilder
 
getFirstDayOfMonth() - Static method in class tech.mgl.core.utils.MGL_TimeUtils
 
getFirstDayOfMonth(Integer) - Static method in class tech.mgl.core.utils.MGL_TimeUtils
 
getFirstDayOfMonth(Integer, Integer) - Static method in class tech.mgl.core.utils.MGL_TimeUtils
 
getFirstNonEmptyString(String...) - Static method in class tech.mgl.core.utils.MGL_StringUtils
Returns the first non-empty string from the given parameters.
getForm() - Method in class tech.mgl.utils.http.MGL_HttpRequest.Builder
 
getForm() - Method in class tech.mgl.utils.http.MGL_HttpRequest
 
getFrame(int) - Method in class tech.mgl.core.utils.gif.MGL_GifDecoder
Gets the image contents of frame n.
getFrameCount() - Method in class tech.mgl.core.utils.gif.MGL_GifDecoder
Gets the number of frames read from file.
getFrameSize() - Method in class tech.mgl.core.utils.gif.MGL_GifDecoder
Gets image size.
getFromEmail() - Method in class tech.mgl.core.config.MGL_EMailConfig
 
getfUserId() - Method in class tech.mgl.core.utils.TestDemoEntity
 
getGenKey() - Method in class tech.mgl.core.config.MGL_JSONConfig
 
getGoodsType() - Method in class tech.mgl.core.utils.TestDemoEntity
 
getGoogleAuthenticatorBarCode() - Method in class tech.mgl.core.utils.security.MGL_OTP
 
getHash(String, String) - Static method in class tech.mgl.core.utils.security.MGL_CryptoUtils
获取hash后的密码
getHeader() - Method in class tech.mgl.utils.http.MGL_HttpRequest.Builder
 
getHeader() - Method in class tech.mgl.utils.http.MGL_HttpRequest
 
getHeaders() - Method in class tech.mgl.utils.http.MGL_UploadBuilder
 
getHeight() - Method in class tech.mgl.core.bean.MGL_QRCodeLogo.Builder
 
getHeight() - Method in class tech.mgl.core.bean.MGL_QRCodeLogo
 
getHeight() - Method in class tech.mgl.core.qrcode.MGL_QRCodeUtils.Builder
 
getHeight() - Method in class tech.mgl.core.qrcode.MGL_QRCodeUtils
 
getHeight() - Method in class tech.mgl.core.utils.img.MGL_ImgVo
 
getHourOfDay() - Static method in class tech.mgl.core.utils.MGL_TimeUtils
 
getHourOfDayDisplayName() - Static method in class tech.mgl.core.utils.MGL_TimeUtils
 
getHourOfDayDisplayName(Locale) - Static method in class tech.mgl.core.utils.MGL_TimeUtils
 
getI18n(String, String, Locale) - Static method in class tech.mgl.core.utils.MGL_PropUtils
 
getId() - Method in class tech.mgl.core.i.test.Test1
 
getId() - Method in class tech.mgl.core.utils.TestDemoEntity
 
getImage() - Method in class tech.mgl.core.utils.gif.MGL_GifDecoder
Gets the first (or only) image read.
getImage(String) - Method in class tech.mgl.core.utils.captcha.MGL_CaptchaImage
返回验证码图片的流格式
getImagePixels() - Method in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
Extracts image pixels into byte array "pixels"
getImageToGif(Color, Color, Color[], String, Font[], int) - Method in class tech.mgl.core.utils.captcha.MGL_CaptchaImage
获取gif动画的验证码
getImageWithGif() - Method in class tech.mgl.core.utils.captcha.MGL_CaptchaImage
获取带动画效果的验证码的不带参数的方法,默认自动生成验证码
getImageWithGif(String) - Method in class tech.mgl.core.utils.captcha.MGL_CaptchaImage
获取带动画效果的验证码的带参数的主方法
getImageWithGifAsOutputStream(String) - Method in class tech.mgl.core.utils.captcha.MGL_CaptchaImage
获取流
getImap() - Method in class tech.mgl.core.config.MGL_EMailConfig
 
getIncludes() - Method in class tech.mgl.core.config.MGL_JSONConfig
 
getInsidePrice() - Method in class tech.mgl.core.utils.TestDemoEntity
 
getInstance() - Static method in class tech.mgl.core.utils.captcha.MGL_CaptchaImage
获取唯一实力
getInstance() - Static method in class tech.mgl.core.utils.captcha.MGL_CaptchaImageGenerator
获取唯一实例
getInstance() - Static method in class tech.mgl.core.utils.id.MGL_SnowflakeIdGeneratorInstance
默认取工作机器1和数据中心1的实力
getInstance(long, long) - Static method in class tech.mgl.core.utils.id.MGL_SnowflakeIdGeneratorInstance
 
getInstance(long, long, boolean) - Static method in class tech.mgl.core.utils.id.MGL_SnowflakeIdGeneratorInstance
 
getInstance(long, long, long) - Static method in class tech.mgl.core.utils.id.MGL_SnowflakeIdGeneratorInstance
 
getInterval(LocalDateTime, LocalDateTime) - Static method in class tech.mgl.core.utils.MGL_DateTimeUtils
获取两个时间之间的间隔时间(LocalDateTime版本)
getInterval(LocalDateTime, LocalDateTime, MGL_DateTimeUtils.TimeUnit) - Static method in class tech.mgl.core.utils.MGL_DateTimeUtils
 
getInterval(Date, Date) - Static method in class tech.mgl.core.utils.MGL_DateTimeUtils
获取两个时间之间的间隔时间(Date版本)
getInterval(Date, Date, MGL_DateTimeUtils.TimeUnit) - Static method in class tech.mgl.core.utils.MGL_DateTimeUtils
 
getInventory() - Method in class tech.mgl.core.utils.TestDemoEntity
 
getIpVersion(String) - Static method in class tech.mgl.utils.MGL_ServletUtils
判断 IP 类型(IPv4 或 IPv6)
getIssuer() - Method in class tech.mgl.core.utils.security.MGL_OTP
 
getIssuer() - Method in class tech.mgl.core.utils.security.MGL_OTPBuilder
 
getJavaFieldFromDBField(String) - Static method in class tech.mgl.core.utils.MGL_JavaUtils
获取Java标准变量名称 数据库字段转换Java字段
getJavaString(String) - Static method in class tech.mgl.core.utils.MGL_JavaUtils
获取Java标准变量名称
getJavaType(String, MGL_DatabaseTypeMapper.DbVendor) - Static method in class tech.mgl.utils.db.MGL_DatabaseTypeMapper
 
getJedis() - Static method in class tech.mgl.core.tools.redis.MGL_JedisUtils
同步获取Jedis实例
getKeyAlgorithm() - Method in class tech.mgl.core.tools.MGL_RSA.DecryptBuilder
 
getKeyAlgorithm() - Method in class tech.mgl.core.tools.MGL_RSA.EncryptBuilder
 
getKeyPrefix() - Method in class tech.mgl.core.config.MGL_JSONConfig
 
getKeySize() - Method in class tech.mgl.core.tools.MGL_RSA.Builder
 
getKeySize() - Method in class tech.mgl.core.tools.MGL_RSA.DecryptBuilder
 
getKeySize() - Method in class tech.mgl.core.tools.MGL_RSA.EncryptBuilder
 
getKeySize() - Method in class tech.mgl.core.tools.MGL_RSADecrypt
 
getLastDayOfMonth() - Static method in class tech.mgl.core.utils.MGL_TimeUtils
 
getLastDayOfMonth(int) - Static method in class tech.mgl.core.utils.MGL_TimeUtils
 
getLastDayOfMonth(Integer, Integer) - Static method in class tech.mgl.core.utils.MGL_TimeUtils
 
getLastQuarterRange() - Static method in class tech.mgl.utils.MGL_LastQuarterUtils
 
getLastQuarterRange(LocalDate) - Static method in class tech.mgl.utils.MGL_LastQuarterUtils
 
getLength() - Method in class tech.mgl.core.utils.captcha.MGL_Captcha.Builder
 
getLength() - Method in class tech.mgl.core.utils.captcha.MGL_Captcha
 
getLevel() - Method in class tech.mgl.core.utils.captcha.MGL_Captcha.Builder
 
getLevel() - Method in class tech.mgl.core.utils.captcha.MGL_Captcha
 
getLevelByIndex(int) - Static method in enum class tech.mgl.core.utils.captcha.MGL_Captcha.SecurityCodeLevel
 
getLocalTime() - Static method in class tech.mgl.core.utils.MGL_TimeUtils
 
getLog(Class) - Static method in class tech.mgl.utils.MGL_LogUtils
 
getLogo() - Method in class tech.mgl.core.qrcode.MGL_QRCodeUtils.Builder
 
getLogo() - Method in class tech.mgl.core.qrcode.MGL_QRCodeUtils
 
getLogoPart() - Method in class tech.mgl.core.bean.MGL_QRCodeLogo.Builder
 
getLogoPart() - Method in class tech.mgl.core.bean.MGL_QRCodeLogo
 
getLoopCount() - Method in class tech.mgl.core.utils.gif.MGL_GifDecoder
Gets the "Netscape" iteration count, if any.
getMarketPrice() - Method in class tech.mgl.core.utils.TestDemoEntity
 
getMaxNumber(int) - Static method in class tech.mgl.core.utils.MGL_RandomUtils
 
getMethod() - Method in class tech.mgl.utils.http.MGL_HttpRequest.Builder
 
getMethod() - Method in class tech.mgl.utils.http.MGL_HttpRequest
 
getMethodNameFromField(String, String) - Static method in class tech.mgl.core.utils.MGL_JavaUtils
 
getMinNumber(int) - Static method in class tech.mgl.core.utils.MGL_RandomUtils
 
getModulus() - Method in class tech.mgl.core.tools.MGL_RSA.DecryptBuilder
 
getModulus() - Method in class tech.mgl.core.tools.MGL_RSA.EncryptBuilder
 
getModulus() - Method in class tech.mgl.core.tools.MGL_RSADecrypt
 
getModulus() - Method in class tech.mgl.core.tools.MGL_RSAEncrypt
 
getMonth(int) - Static method in class tech.mgl.core.utils.MGL_TimeUtils
 
getMonth(int, String) - Static method in class tech.mgl.core.utils.MGL_TimeUtils
获取某个月
getMonthNumber() - Static method in class tech.mgl.core.utils.MGL_TimeUtils
返回当前月数字类型
getMonths(LocalDate, LocalDate) - Static method in class tech.mgl.core.utils.MGL_DateTimeUtils
 
getMonths(Date, Date) - Static method in class tech.mgl.core.utils.MGL_DateTimeUtils
 
getMultiCacheMapValue(String, Set<K>) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
获取多个Hash中的数据
getName() - Method in class tech.mgl.core.config.MGL_EMailConfig
 
getName() - Method in class tech.mgl.core.i.test.Test1
 
getName() - Method in class tech.mgl.core.utils.TestDemoEntity
 
getNameSpell() - Method in class tech.mgl.core.utils.TestDemoEntity
 
getNextCode(String, String) - Method in class tech.mgl.utils.security.gen.MGL_OtpProvider
 
getNextCode(String, String) - Method in interface tech.mgl.utils.security.gen.OtpSource
Return the next OTP code for specified username.
getNumber(int) - Static method in class tech.mgl.core.utils.MGL_TimeUtils
获取当前指定的类型的数字日期 如果 Calendar.YEAR 久返回数字的 2019
getNumber1() - Method in class tech.mgl.core.utils.TestDemoEntity
 
getNumberCode(int) - Static method in class tech.mgl.core.utils.random.MGL_RandomNumberUtils
 
getOffset() - Method in class tech.mgl.core.utils.security.MGL_OTP
 
getOs(String) - Static method in class tech.mgl.core.utils.MGL_UserAgentUtils
 
getOtpAuthUrl(String, String, String) - Method in class tech.mgl.core.i.impl.mfa.SMSProvider
 
getOtpAuthUrl(String, String, String) - Method in class tech.mgl.core.i.impl.mfa.TOTPGoogleProvider
 
getOtpAuthUrl(String, String, String) - Method in class tech.mgl.core.i.impl.mfa.TOTPProvider
 
getOtpAuthUrl(String, String, String) - Method in interface tech.mgl.core.i.MFAProvider
getOtpAuthUrl
getOtpAuthUrlQRCode(String, String, String) - Method in class tech.mgl.core.i.impl.mfa.SMSProvider
 
getOtpAuthUrlQRCode(String, String, String) - Method in class tech.mgl.core.i.impl.mfa.TOTPGoogleProvider
 
getOtpAuthUrlQRCode(String, String, String) - Method in class tech.mgl.core.i.impl.mfa.TOTPProvider
 
getOtpAuthUrlQRCode(String, String, String) - Method in interface tech.mgl.core.i.MFAProvider
getOtpAuthUrlQRCode
getOutPath() - Method in class tech.mgl.core.utils.MGL_CompressUtils.Builder
 
getParams() - Method in class tech.mgl.core.tools.MGL_RSA.DecryptBuilder
 
getParams() - Method in class tech.mgl.core.tools.MGL_RSA.EncryptBuilder
 
getParams() - Method in class tech.mgl.core.tools.MGL_RSADecrypt
 
getParams() - Method in class tech.mgl.core.tools.MGL_RSAEncrypt
 
getParser(String) - Static method in class tech.mgl.core.utils.MGL_JwtUtils
 
getPath() - Method in class tech.mgl.core.qrcode.MGL_QRCodeUtils.Builder
 
getPath() - Method in class tech.mgl.core.qrcode.MGL_QRCodeUtils
 
getPath() - Method in class tech.mgl.core.utils.img.MGL_ImgVo
 
getPathWithSlashPath(String) - Static method in class tech.mgl.core.utils.MGL_FileIOUtils
如果没用则 前后依次判断加斜杠
getPictureType() - Method in class tech.mgl.core.qrcode.MGL_QRCodeUtils.Builder
 
getPictureType() - Method in class tech.mgl.core.qrcode.MGL_QRCodeUtils
 
getPicType() - Method in class tech.mgl.core.utils.TestDemoEntity
 
getPlainText() - Method in class tech.mgl.core.tools.MGL_RSA.EncryptBuilder
 
getPlainText() - Method in class tech.mgl.core.tools.MGL_RSAEncrypt
 
getPlatformCode() - Method in class tech.mgl.core.utils.TestDemoEntity
 
getPlatformName() - Method in class tech.mgl.core.utils.TestDemoEntity
 
getPop3() - Method in class tech.mgl.core.config.MGL_EMailConfig
 
getPostData() - Static method in class tech.mgl.core.utils.MGL_XMLUtils
 
getPrice() - Method in class tech.mgl.core.utils.TestDemoEntity
 
getPriority() - Method in interface tech.mgl.core.i.BeanMapConverter
 
getPriority() - Method in class tech.mgl.core.i.impl.ApacheBeanMapConverter
 
getPriority() - Method in class tech.mgl.core.i.impl.JacksonBeanMapConverter
 
getPriority() - Method in class tech.mgl.core.i.impl.PureJavaBeanMapConverter
 
getPrivateKey() - Method in class tech.mgl.core.tools.MGL_RSA.DecryptBuilder
 
getPrivateKey() - Method in class tech.mgl.core.tools.MGL_RSADecrypt
 
getPrivateKey(Map<String, Object>) - Static method in class tech.mgl.core.tools.MGL_RSACoder
取得私钥
getProperty(String) - Static method in class tech.mgl.expand.MGL_SpringUtils
获取配置文件配置项的值
getPropertyNamingStrategy() - Method in class tech.mgl.core.config.MGL_JSONConfig
 
getProvider() - Method in class tech.mgl.core.tools.MGL_RSA.Builder
 
getProvider() - Method in class tech.mgl.core.tools.MGL_RSA.DecryptBuilder
 
getProvider() - Method in class tech.mgl.core.tools.MGL_RSA.EncryptBuilder
 
getProvider() - Method in class tech.mgl.core.tools.MGL_RSA
 
getProvider() - Method in class tech.mgl.core.tools.MGL_RSADecrypt
 
getProvider() - Method in class tech.mgl.core.tools.MGL_RSAEncrypt
 
getPublicKey() - Method in class tech.mgl.core.tools.MGL_RSA.EncryptBuilder
 
getPublicKey() - Method in class tech.mgl.core.tools.MGL_RSAEncrypt
 
getPublicKey(Map<String, Object>) - Static method in class tech.mgl.core.tools.MGL_RSACoder
取得公钥
getPublicKeyString(byte[]) - Static method in class tech.mgl.core.tools.MGL_RSAUtils
 
getQRBarcodeURL(String, String, String) - Method in class tech.mgl.core.utils.security.MGL_OTP
 
getQuarter(int) - Static method in class tech.mgl.core.utils.MGL_TimeUtils
获取月份所在的季度
getQuarterEndDate(int, int) - Static method in class tech.mgl.utils.MGL_LastQuarterUtils
 
getQuarterStartDate(int, int) - Static method in class tech.mgl.utils.MGL_LastQuarterUtils
 
getQueryParameter(String, String) - Static method in class tech.mgl.core.utils.security.MGL_URLUtils
 
getQueryParameters(String) - Static method in class tech.mgl.core.utils.security.MGL_URLUtils
 
getQueryParameters(String, String) - Static method in class tech.mgl.core.utils.security.MGL_URLUtils
 
getRandomColor() - Static method in class tech.mgl.core.utils.random.MGL_ColorUtils
随机获取颜色(默认范围 0-255)
getRandomColor(int) - Static method in class tech.mgl.core.utils.random.MGL_ColorUtils
随机获取颜色(指定最大值)
getRandomColor(int, int) - Static method in class tech.mgl.core.utils.random.MGL_ColorUtils
随机获取颜色,给定范围获得随机颜色
getRandomFont() - Static method in class tech.mgl.core.utils.MGL_FontUtils
随机获取字体
getRandomFont(int) - Static method in class tech.mgl.core.utils.MGL_FontUtils
随机获取字体
getRandomNum(int, int) - Static method in class tech.mgl.core.utils.MGL_RandomUtils
 
getRandomNumber(int, int) - Static method in class tech.mgl.core.utils.MGL_RandomUtils
 
getReadTimeout() - Method in class tech.mgl.utils.http.MGL_HttpRequest.Builder
 
getReadTimeout() - Method in class tech.mgl.utils.http.MGL_HttpRequest
 
getRelativePath() - Static method in class tech.mgl.core.utils.MGL_FileIOUtils
返回格式为 年/月
getRelativePath(String) - Static method in class tech.mgl.core.utils.MGL_FileIOUtils
 
getRepeat() - Method in class tech.mgl.core.utils.captcha.MGL_Captcha.Builder
 
getRepeat() - Method in class tech.mgl.core.utils.captcha.MGL_Captcha
 
getrPath() - Method in class tech.mgl.core.utils.TestDemoEntity
 
getRunTime(long) - Static method in class tech.mgl.core.utils.MGL_TimeUtils
 
getSalesVolumeCount() - Method in class tech.mgl.core.utils.TestDemoEntity
 
getSalt() - Static method in class tech.mgl.core.utils.security.MGL_CryptoUtils
获取 Salt
getSalt() - Method in class tech.mgl.core.utils.security.MGL_Rfc2898DeriveBytes
 
getSaltAsString() - Method in class tech.mgl.core.utils.security.MGL_Rfc2898DeriveBytes
 
getSecretKey() - Method in class tech.mgl.core.utils.security.MGL_OTP
 
getSecretKey() - Method in class tech.mgl.core.utils.security.MGL_OTPBuilder
 
getSecVal(String, String, String, Locale) - Static method in class tech.mgl.core.utils.MGL_PropUtils
获取解密内容
getSelectFiles() - Method in class tech.mgl.core.utils.MGL_CompressUtils.Builder
 
getSelectFiles() - Method in class tech.mgl.core.utils.MGL_CompressUtils
 
getServerId() - Method in class tech.mgl.core.utils.TestDemoEntity
 
getShopId() - Method in class tech.mgl.core.utils.TestDemoEntity
 
getShowFormatMS(Long) - Static method in class tech.mgl.core.utils.MGL_TimeUtils
毫秒转换成有格式的字符串,如:如:2000毫秒 就显示 00:00:02
getShowFormatMS(Long, String, boolean) - Static method in class tech.mgl.core.utils.MGL_TimeUtils
毫秒转换成有格式的字符串,如:如:2000毫秒 就显示 00:00:02
getSmtp() - Method in class tech.mgl.core.config.MGL_EMailConfig
 
getSrcPath() - Method in class tech.mgl.core.utils.MGL_CompressUtils
 
getSrcPrice() - Method in class tech.mgl.core.utils.TestDemoEntity
 
getStartTime() - Method in class tech.mgl.utils.security.gen.TotpCounter
Gets the earliest time instant at which this counter assumes the value 0.
getStartWithSlashPath(String) - Static method in class tech.mgl.core.utils.MGL_FileIOUtils
获取完整路径,就是检查结开头无斜杠,没有则自动加斜杠
getStatusCode() - Method in class tech.mgl.core.utils.TestDemoEntity
 
getStatusName() - Method in class tech.mgl.core.utils.TestDemoEntity
 
getString(byte[]) - Static method in class tech.mgl.core.tools.redis.ByteUtils
 
getString(String) - Static method in class tech.mgl.core.tools.redis.MGL_JedisUtils
 
getSubject() - Method in class tech.mgl.core.config.MGL_EMailConfig
 
getSupportedCipherSuites() - Method in class tech.mgl.core.utils.http.Tls12SocketFactory
 
getTags() - Method in class tech.mgl.core.utils.TestDemoEntity
 
getTime(int, int) - Static method in class tech.mgl.core.utils.MGL_TimeUtils
获取时间 以当前时间为准
getTime(Date, int, int) - Static method in class tech.mgl.core.utils.MGL_TimeUtils
获取时间
getTimeCorrectionMinutes() - Method in class tech.mgl.utils.security.gen.TotpClock
Gets the currently used time correction value.
getTimeFormat() - Method in class tech.mgl.core.config.MGL_JSONConfig
 
getTimeStep() - Method in class tech.mgl.utils.security.gen.TotpCounter
Gets the frequency with which the value of this counter changes.
getTimeToLive(String) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
获得key剩余存活时间
getToEmals() - Method in class tech.mgl.core.config.MGL_EMailConfig
 
getTotpCounter() - Method in class tech.mgl.utils.security.gen.MGL_OtpProvider
 
getTotpCounter() - Method in interface tech.mgl.utils.security.gen.OtpSource
Gets the counter for generating or verifying TOTP codes.
getTransparentImg(int, int) - Static method in class tech.mgl.core.utils.img.MGL_ImageUtils
获取一张透明图
getType() - Method in class tech.mgl.core.utils.MGL_CompressUtils.Builder
 
getType() - Method in enum class tech.mgl.core.utils.MGL_CompressUtils.FileType
 
getType() - Method in class tech.mgl.core.utils.MGL_CompressUtils
 
getUpdateTime() - Method in class tech.mgl.core.utils.TestDemoEntity
 
getUploadPath(String) - Static method in class tech.mgl.core.utils.MGL_FileIOUtils
get upload path
getUploadUrl() - Method in class tech.mgl.utils.http.MGL_UploadBuilder
 
getUrl() - Method in class tech.mgl.utils.http.MGL_HttpRequest.Builder
 
getUrl() - Method in class tech.mgl.utils.http.MGL_HttpRequest
 
getVal(String) - Static method in class tech.mgl.core.utils.MGL_PropUtils
获取properties文件值,资源文件默认为string.properties文件
getVal(String, Class<T>) - Static method in class tech.mgl.utils.MGL_YamlUtils
 
getVal(String, String) - Static method in class tech.mgl.core.utils.MGL_PropUtils
 
getVal(String, String) - Static method in class tech.mgl.utils.MGL_YamlUtils
 
getVal(String, String, Locale) - Static method in class tech.mgl.core.utils.MGL_PropUtils
获取properties文件值
getValue(T, String) - Static method in class tech.mgl.core.utils.MGL_BeanUtils
 
getValue(T, MFunction<T, R>) - Static method in class tech.mgl.core.utils.MGL_BeanUtils
获取对象的指定字段值。
getValueAtTime(long) - Method in class tech.mgl.utils.security.gen.TotpCounter
Gets the value of this counter at the specified time.
getValueStartTime(long) - Method in class tech.mgl.utils.security.gen.TotpCounter
Gets the time when the counter assumes the specified value.
getValueWithDefault(T, String, R) - Static method in class tech.mgl.core.utils.MGL_BeanUtils
 
getValueWithDefault(T, MFunction<T, ?>, R) - Static method in class tech.mgl.core.utils.MGL_BeanUtils
获取对象的指定字段值。
getVerifyCode() - Method in class tech.mgl.core.utils.captcha.MGL_CaptchaImage
 
getWeekOfMonth() - Static method in class tech.mgl.core.utils.MGL_TimeUtils
获取当前日期在当前月是第几周
getWidth() - Method in class tech.mgl.core.bean.MGL_QRCodeLogo.Builder
 
getWidth() - Method in class tech.mgl.core.bean.MGL_QRCodeLogo
 
getWidth() - Method in class tech.mgl.core.qrcode.MGL_QRCodeUtils.Builder
 
getWidth() - Method in class tech.mgl.core.qrcode.MGL_QRCodeUtils
 
getWidth() - Method in class tech.mgl.core.utils.img.MGL_ImgVo
 
getWriteTimeout() - Method in class tech.mgl.utils.http.MGL_HttpRequest.Builder
 
getWriteTimeout() - Method in class tech.mgl.utils.http.MGL_HttpRequest
 
getwUserId() - Method in class tech.mgl.core.utils.TestDemoEntity
 
getX() - Method in class tech.mgl.core.utils.img.MGL_ImgVo
 
getY() - Method in class tech.mgl.core.utils.img.MGL_ImgVo
 
getYear(int) - Static method in class tech.mgl.core.utils.MGL_TimeUtils
获取年 value 为获取那年 如 下一年就是 1 上一年就是 -1
GOOGLE_CORP_ACCOUNT_NAME - Static variable in class tech.mgl.utils.security.gen.AccountDb
 
GoogleTranslator - Class in tech.mgl.core.i.impl.translator
 
GoogleTranslator() - Constructor for class tech.mgl.core.i.impl.translator.GoogleTranslator
 
GZ - Enum constant in enum class tech.mgl.core.utils.MGL_CompressUtils.FileType
 

H

handleCertificate(String, String) - Static method in class tech.mgl.utils.ssl.MGL_CertificateDownloader
 
Hard - Enum constant in enum class tech.mgl.core.utils.captcha.MGL_Captcha.SecurityCodeLevel
 
hashCode() - Method in class tech.mgl.core.utils.TestDemoEntity
 
hashPw(String) - Static method in class tech.mgl.core.utils.security.MGL_BCryptUtils
 
hashPw(String, String) - Static method in class tech.mgl.core.utils.security.MGL_BCryptUtils
Hash a password using the OpenBSD bcrypt scheme
hasKey(String) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
检查redis中是否存在key
HEAD - Enum constant in enum class tech.mgl.utils.http.MGL_HttpRequest.REQUEST_METHOD
 
HEADER - Enum constant in enum class tech.mgl.utils.http.MGL_HttpUtils.ParamsKey
 
HEADER - Enum constant in enum class tech.mgl.utils.http.MGL_HttpUtils.ParamsType
 
headers(Map<String, String>) - Method in class tech.mgl.utils.http.MGL_UploadBuilder.Builder
 
height - Variable in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
 
height - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
hex2byte(byte[]) - Static method in class tech.mgl.core.c.MGL_HexUtils
 
HOTP - Enum constant in enum class tech.mgl.utils.security.gen.AccountDb.OtpType
 
HOTP - Enum constant in enum class tech.mgl.utils.security.gen.MGL_OtpProvider.OtpType
 
HOURS - Enum constant in enum class tech.mgl.core.utils.MGL_DateTimeUtils.TimeUnit
 
HttpRequestHandler - Interface in tech.mgl.core.i
 

I

ih - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
image - Variable in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
 
image - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
imageToBase64(BufferedImage) - Static method in class tech.mgl.core.utils.MGL_Base64Utils
图片转化成base64字符串
imageToBase64(String) - Static method in class tech.mgl.core.utils.MGL_Base64Utils
 
imageToBytes(BufferedImage, String) - Method in class tech.mgl.core.utils.captcha.MGL_CaptchaImageGenerator
转换BufferedImage 数据为byte数组
in - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
incrAtomicValue(String) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
递增原子值
index() - Method in class tech.mgl.core.utils.stream.FastByteBuffer
当前缓冲位于缓冲区的索引位
indexedPixels - Variable in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
 
init() - Method in class tech.mgl.core.utils.gif.MGL_GifDecoder
Initializes or re-initializes reader
initalpha - Static variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
initHmacMD5Key() - Static method in class tech.mgl.utils.security.gen.TestPasscode
产生HmacMD5摘要算法的密钥
initKey() - Static method in class tech.mgl.core.tools.MGL_RSACoder
初始化密钥
initrad - Static variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
initradius - Static variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
inputStream2String(InputStream) - Static method in class tech.mgl.core.utils.MGL_StringUtils
Converts an InputStream to a String.
int0(int) - Static method in class tech.mgl.core.tools.redis.ByteUtils
 
int1(int) - Static method in class tech.mgl.core.tools.redis.ByteUtils
 
int2(int) - Static method in class tech.mgl.core.tools.redis.ByteUtils
 
int2hex(int, StringBuffer) - Static method in class tech.mgl.core.tools.redis.ByteUtils
 
int3(int) - Static method in class tech.mgl.core.tools.redis.ByteUtils
 
intbias - Static variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
intbiasshift - Static variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
interlace - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
INTERVAL - Static variable in class tech.mgl.utils.security.gen.PasscodeGenerator
Default time interval
inxbuild() - Method in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
ipIsValid(String, String) - Static method in class tech.mgl.core.utils.MGL_IPUtils
判断IP是否在指定范围;
ipToLong(String) - Method in class tech.mgl.core.utils.MGL_IPUtils
 
ipV4Validate(String) - Static method in class tech.mgl.core.utils.MGL_IPUtils
验证IP V4是否合法
isArray(Object) - Static method in class tech.mgl.core.utils.MGL_ObjectUtils
 
isBlank(String) - Static method in class tech.mgl.core.utils.MGL_ObjectUtils
 
isChinese(String) - Method in class tech.mgl.core.utils.captcha.MGL_CaptchaImageGenerator
 
isCollection(Object) - Static method in class tech.mgl.core.utils.MGL_ObjectUtils
 
isCollectionOrArray(Object) - Static method in class tech.mgl.core.utils.MGL_ObjectUtils
 
isDate(String) - Static method in class tech.mgl.core.utils.MGL_IDNumberUtils
功能:判断字符串是否为日期格式
isDoubleEquals(double, double) - Static method in class tech.mgl.utils.MGL_FormulaUtils
浮点数相等比较函数
isEmpty() - Method in class tech.mgl.core.utils.stream.FastByteBuffer
 
isEmpty(T) - Static method in class tech.mgl.core.utils.MGL_ObjectUtils
 
isExcel2003(String) - Static method in class tech.mgl.utils.MGL_OfficeUtils
判断文件类型是不是2003版本
isExcel2007(String) - Static method in class tech.mgl.utils.MGL_OfficeUtils
判断文件类型是不是2007或更高版本版本
isExistsObject(String) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
检查缓存对象是否存在
isForColAnnotation() - Method in class tech.mgl.core.config.MGL_JSONConfig
 
isImage(Object) - Static method in class tech.mgl.core.utils.img.MGL_ImageUtils
 
isImage(String) - Static method in class tech.mgl.core.utils.img.MGL_ImageUtils
 
isImage(String, List<String>) - Static method in class tech.mgl.core.utils.img.MGL_ImageUtils
 
isInRange(String, String) - Static method in class tech.mgl.core.utils.MGL_IPUtils
判断是否在IP段内
isNeedCompress() - Method in class tech.mgl.core.bean.MGL_QRCodeLogo.Builder
 
isNeedCompress() - Method in class tech.mgl.core.bean.MGL_QRCodeLogo
 
isNotBlank(String) - Static method in class tech.mgl.core.utils.MGL_ObjectUtils
 
isNotEmpty(T) - Static method in class tech.mgl.core.utils.MGL_ObjectUtils
 
isNotNull(T) - Static method in class tech.mgl.core.utils.MGL_ObjectUtils
 
isNull(T) - Static method in class tech.mgl.core.utils.MGL_ObjectUtils
 
isNumber(String) - Static method in class tech.mgl.core.tools.redis.ByteUtils
 
isPresent(String) - Static method in class tech.mgl.core.utils.MGL_ClassUtils
 
isValid(String) - Static method in class tech.mgl.utils.MGL_UnifiedSocialCreditCodeValidator
 
isValidString(String) - Static method in class tech.mgl.core.tools.redis.ByteUtils
 
iw - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
ix - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
iy - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 

J

JacksonBeanMapConverter - Class in tech.mgl.core.i.impl
 
JacksonBeanMapConverter(ObjectMapper) - Constructor for class tech.mgl.core.i.impl.JacksonBeanMapConverter
 
jpeg - Enum constant in enum class tech.mgl.core.qrcode.MGL_QRCodeUtils.PictureType
 
jpg - Enum constant in enum class tech.mgl.core.qrcode.MGL_QRCodeUtils.PictureType
 
JSON - Variable in class tech.mgl.utils.http.MGL_HttpRequest
 
JSON_STREAM - Enum constant in enum class tech.mgl.utils.http.MGL_HttpUtils.ParamsType
 

K

KebabCase - Enum constant in enum class tech.mgl.core.utils.MGL_PropertyNamingUtils
 
KEY_ALGORITHM - Static variable in class tech.mgl.core.tools.MGL_RSACoder
 
keys(String) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
获得缓存的基本对象列表

L

lastBgColor - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
lastDispose - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
lastImage - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
lastRect - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
lct - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
lctFlag - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
lctSize - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
learn() - Method in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
lengthcount - Variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
LETTER_OR_NUMBER - Static variable in class tech.mgl.core.utils.MGL_ValidateUtils
验证用户名
loadAvailable(Class<T>) - Static method in class tech.mgl.utils.MGL_ServiceLoaderUtils
 
loadFirstAvailable(Class<T>) - Static method in class tech.mgl.utils.MGL_ServiceLoaderUtils
通过ServiceLoader加载第一个可用的实现类
loadFirstAvailable(Class<T>, T) - Static method in class tech.mgl.utils.MGL_ServiceLoaderUtils
 
loadImageLocal(String) - Method in class tech.mgl.core.utils.img.MGL_PicUtils
导入本地图片到缓冲区
loadImageUrl(String) - Method in class tech.mgl.core.utils.img.MGL_PicUtils
导入网络图片到缓冲区
lockJedis - Static variable in class tech.mgl.core.tools.redis.MGL_JedisUtils
 
lockPool - Static variable in class tech.mgl.core.tools.redis.MGL_JedisUtils
 
logger - Static variable in class tech.mgl.core.tools.redis.MGL_JedisUtils
 
long0(long) - Static method in class tech.mgl.core.tools.redis.ByteUtils
 
long1(long) - Static method in class tech.mgl.core.tools.redis.ByteUtils
 
long2(long) - Static method in class tech.mgl.core.tools.redis.ByteUtils
 
long3(long) - Static method in class tech.mgl.core.tools.redis.ByteUtils
 
long4(long) - Static method in class tech.mgl.core.tools.redis.ByteUtils
 
long5(long) - Static method in class tech.mgl.core.tools.redis.ByteUtils
 
long6(long) - Static method in class tech.mgl.core.tools.redis.ByteUtils
 
long7(long) - Static method in class tech.mgl.core.tools.redis.ByteUtils
 
longToIP(long) - Method in class tech.mgl.core.utils.MGL_IPUtils
created by wangqinghua
loopCount - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 

M

main(String[]) - Static method in class tech.mgl.core.c.MGL_ValidateFrame
 
main(String[]) - Static method in class tech.mgl.core.tools.redis.TestRedis
 
main(String[]) - Static method in class tech.mgl.core.utils.id.Test
 
main(String[]) - Static method in class tech.mgl.core.utils.img.MGL_ImageUtils
 
main(String[]) - Static method in class tech.mgl.core.utils.img.MGL_PicUtils
 
main(String[]) - Static method in class tech.mgl.core.utils.MGL_ChineseUtils
 
main(String[]) - Static method in class tech.mgl.core.utils.MGL_CompressPicUtils
 
main(String[]) - Static method in class tech.mgl.core.utils.MGL_DateTimeUtils
 
main(String[]) - Static method in class tech.mgl.core.utils.MGL_FileIOUtils
 
main(String[]) - Static method in class tech.mgl.core.utils.MGL_FontUtils
 
main(String[]) - Static method in class tech.mgl.core.utils.MGL_HardwareUtils
 
main(String[]) - Static method in class tech.mgl.core.utils.MGL_HtmlUtils
 
main(String[]) - Static method in class tech.mgl.core.utils.MGL_IDNumberUtils
 
main(String[]) - Static method in class tech.mgl.core.utils.MGL_IDUtils
 
main(String[]) - Static method in class tech.mgl.core.utils.MGL_IPUtils
 
main(String[]) - Static method in enum class tech.mgl.core.utils.MGL_PropertyNamingUtils
 
main(String[]) - Static method in class tech.mgl.core.utils.MGL_PropUtils
 
main(String[]) - Static method in class tech.mgl.core.utils.MGL_StringUtils
 
main(String[]) - Static method in class tech.mgl.core.utils.MGL_TimeUtils
 
main(String[]) - Static method in class tech.mgl.core.utils.MGL_ValidateUtils
 
main(String[]) - Static method in class tech.mgl.core.utils.MGL_XMLUtils
 
main(String[]) - Static method in class tech.mgl.core.utils.security.MGL_Arithmetic
 
main(String[]) - Static method in class tech.mgl.core.utils.security.MGL_MD5Utils
 
main(String[]) - Static method in class tech.mgl.core.utils.security.MGL_SecurityUtils
 
main(String[]) - Static method in class tech.mgl.core.utils.security.MGL_URLUtils
 
main(String[]) - Static method in class tech.mgl.core.utils.Test
 
main(String[]) - Static method in class tech.mgl.utils.db.MGL_DatabaseTypeMapper
 
main(String[]) - Static method in class tech.mgl.utils.http.MGL_HttpUtils
 
main(String[]) - Static method in class tech.mgl.utils.http.MGL_NetUtils
 
main(String[]) - Static method in class tech.mgl.utils.http.MGL_UploadBuilder
 
main(String[]) - Static method in class tech.mgl.utils.MGL_BeanMapUtils
 
main(String[]) - Static method in class tech.mgl.utils.MGL_EncodingUtils
 
main(String[]) - Static method in class tech.mgl.utils.MGL_LastQuarterUtils
 
main(String[]) - Static method in class tech.mgl.utils.MGL_NumberRoundingUtils
 
main(String[]) - Static method in class tech.mgl.utils.MGL_OfficeUtils
 
main(String[]) - Static method in class tech.mgl.utils.MGL_TranslatorUtils
 
main(String[]) - Static method in class tech.mgl.utils.MGL_UnifiedSocialCreditCodeValidator
 
main(String[]) - Static method in class tech.mgl.utils.MGL_YamlUtils
 
main(String[]) - Static method in class tech.mgl.utils.minifier.MGL_MinifierUtils
 
main(String[]) - Static method in class tech.mgl.utils.minio.MinIOUtils
 
main(String[]) - Static method in class tech.mgl.utils.security.gen.TestPasscode
 
main(String[]) - Static method in class tech.mgl.utils.ssl.MGL_CertificateDownloader
 
map(int, int, int) - Method in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
MAP_KEY_PRIVATE_KEY - Static variable in class tech.mgl.core.tools.MGL_RSA
 
MAP_KEY_PRIVATE_STRING_KEY - Static variable in class tech.mgl.core.tools.MGL_RSA
 
MAP_KEY_PUBLIC_KEY - Static variable in class tech.mgl.core.tools.MGL_RSA
 
MAP_KEY_PUBLIC_STRING_KEY - Static variable in class tech.mgl.core.tools.MGL_RSA
 
map2Bean(Map<String, Object>, Class<T>) - Static method in class tech.mgl.core.utils.MGL_BeanUtils
将一个 Map 对象转化为一个 JavaBean
mapToBean(Map<String, Object>, Class<T>) - Method in interface tech.mgl.core.i.BeanMapConverter
 
mapToBean(Map<String, Object>, Class<T>) - Method in class tech.mgl.core.i.impl.ApacheBeanMapConverter
 
mapToBean(Map<String, Object>, Class<T>) - Method in class tech.mgl.core.i.impl.JacksonBeanMapConverter
 
mapToBean(Map<String, Object>, Class<T>) - Method in class tech.mgl.core.i.impl.PureJavaBeanMapConverter
 
mapToBean(Map<String, Object>, Class<T>) - Static method in class tech.mgl.utils.MGL_BeanMapUtils
 
mapToBean(Map<String, String>, Class<T>) - Static method in class tech.mgl.core.utils.MGL_BeanUtils
map转bean 泛型为invalid input: '<'string,string>
mathTypes - Static variable in class tech.mgl.core.utils.captcha.MGL_CaptchaConstants
 
maxnetpos - Static variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
MaxStackSize - Static variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
MD5(byte[]) - Static method in class tech.mgl.core.c.MGL_CryptoCommonUtils
获取文件MD5
MD5(File) - Static method in class tech.mgl.core.c.MGL_CryptoCommonUtils
 
MD5(InputStream) - Static method in class tech.mgl.core.c.MGL_CryptoCommonUtils
 
MD5(String) - Static method in class tech.mgl.core.c.MGL_CryptoCommonUtils
字符串MD5加密
MD5(String) - Static method in class tech.mgl.core.utils.security.MGL_MD5Utils
MD5编码
MD5Encode(String) - Static method in class tech.mgl.core.utils.security.MGL_MD5Utils
原有的默认加密,已经比较稳定
MD5Encode(String, String) - Static method in class tech.mgl.core.utils.security.MGL_MD5Utils
新加的加密方式
Medium - Enum constant in enum class tech.mgl.core.utils.captcha.MGL_Captcha.SecurityCodeLevel
 
MFAProvider - Interface in tech.mgl.core.i
 
MFunction<T,R> - Interface in tech.mgl.core.i
 
MGL_AES - Class in tech.mgl.core.c
new
MGL_AES() - Constructor for class tech.mgl.core.c.MGL_AES
 
MGL_Algorithm - Interface in tech.mgl.core.c
 
MGL_AnimatedGifEncoder - Class in tech.mgl.core.utils.gif
AnimatedGifEncoder.java
MGL_AnimatedGifEncoder() - Constructor for class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
 
MGL_Arithmetic - Class in tech.mgl.core.utils.security
Arithmetic.java 对称加密 一般用于小型 api key 配置文件里敏感信息等加密只用 咱不能用,只有同一个平台可以,开发时用的windows那生产环境也是window这样才保证加密和解密是保持一致 不然生成时window解密时linux就有问题,暂未解决
MGL_Asserts - Class in tech.mgl.core.utils
Name: MGL_Asserts Package: tech.mgl.frame.common Description: ${DESC} Author: bbd12 www.mgl.tech Email: hotpot@mgl.tech Date: 2017/4/26 Version: V1.0
MGL_Asserts() - Constructor for class tech.mgl.core.utils.MGL_Asserts
 
MGL_Base64Utils - Class in tech.mgl.core.utils
 
MGL_Base64Utils() - Constructor for class tech.mgl.core.utils.MGL_Base64Utils
 
MGL_BCryptUtils - Class in tech.mgl.core.utils.security
BCrypt implements OpenBSD-style Blowfish password hashing using the scheme described in "A Future-Adaptable Password Scheme" by Niels Provos and David Mazieres.
MGL_BCryptUtils() - Constructor for class tech.mgl.core.utils.security.MGL_BCryptUtils
 
MGL_BeanMapUtils - Class in tech.mgl.utils
 
MGL_BeanMapUtils() - Constructor for class tech.mgl.utils.MGL_BeanMapUtils
 
MGL_BeanUtils - Class in tech.mgl.core.utils
 
MGL_BeanUtils() - Constructor for class tech.mgl.core.utils.MGL_BeanUtils
 
MGL_Captcha - Class in tech.mgl.core.utils.captcha
 
MGL_Captcha(MGL_Captcha.Builder) - Constructor for class tech.mgl.core.utils.captcha.MGL_Captcha
 
MGL_Captcha.Builder - Class in tech.mgl.core.utils.captcha
 
MGL_Captcha.SecurityCodeLevel - Enum Class in tech.mgl.core.utils.captcha
 
MGL_CaptchaConstants - Class in tech.mgl.core.utils.captcha
 
MGL_CaptchaConstants() - Constructor for class tech.mgl.core.utils.captcha.MGL_CaptchaConstants
 
MGL_CaptchaImage - Class in tech.mgl.core.utils.captcha
验证码工具类,生成验证码及验证码图片都在一起的工具类 not use yet ClassName: VerifyCode
MGL_CaptchaImageGenerator - Class in tech.mgl.core.utils.captcha
ImageGenerator.java 生成验证用的图片 工具类 MGL_CaptchaUtils跟配合使用更好
MGL_CaptchaUtils - Class in tech.mgl.core.utils.captcha
MGL_CaptchaUtils.java 单纯的验证码文字生成工具类
MGL_CaptchaUtils() - Constructor for class tech.mgl.core.utils.captcha.MGL_CaptchaUtils
 
MGL_CaptchaUtils.Keys - Enum Class in tech.mgl.core.utils.captcha
验证码难度级别,Simple只包含数字,Medium包含数字和小写英文,Hard包含数字和大小写英文
MGL_CertificateDownloader - Class in tech.mgl.utils.ssl
 
MGL_CertificateDownloader() - Constructor for class tech.mgl.utils.ssl.MGL_CertificateDownloader
 
MGL_ChineseUtils - Class in tech.mgl.core.utils
汉语工具类 依赖pinyin4j
MGL_ClassUtils - Class in tech.mgl.core.utils
 
MGL_ClassUtils() - Constructor for class tech.mgl.core.utils.MGL_ClassUtils
 
MGL_ColorUtils - Class in tech.mgl.core.utils.random
 
MGL_ColorUtils() - Constructor for class tech.mgl.core.utils.random.MGL_ColorUtils
 
MGL_CompressPicUtils - Class in tech.mgl.core.utils
 
MGL_CompressPicUtils() - Constructor for class tech.mgl.core.utils.MGL_CompressPicUtils
 
MGL_CompressUtils - Class in tech.mgl.core.utils
 
MGL_CompressUtils(MGL_CompressUtils.Builder) - Constructor for class tech.mgl.core.utils.MGL_CompressUtils
 
MGL_CompressUtils.Builder - Class in tech.mgl.core.utils
 
MGL_CompressUtils.FileType - Enum Class in tech.mgl.core.utils
 
MGL_CryptoCommonUtils - Class in tech.mgl.core.c
MD5,SHA1加解密
MGL_CryptoCommonUtils() - Constructor for class tech.mgl.core.c.MGL_CryptoCommonUtils
 
MGL_CryptoUtils - Class in tech.mgl.core.utils.security
ClassName: CryptoUtils salt + md5 Rfc2898DeriveBytes.java 差不多
MGL_CryptoUtils() - Constructor for class tech.mgl.core.utils.security.MGL_CryptoUtils
 
MGL_DatabaseTypeMapper - Class in tech.mgl.utils.db
 
MGL_DatabaseTypeMapper() - Constructor for class tech.mgl.utils.db.MGL_DatabaseTypeMapper
 
MGL_DatabaseTypeMapper.DbVendor - Enum Class in tech.mgl.utils.db
 
MGL_DateTimeUtils - Class in tech.mgl.core.utils
 
MGL_DateTimeUtils() - Constructor for class tech.mgl.core.utils.MGL_DateTimeUtils
 
MGL_DateTimeUtils.TimeUnit - Enum Class in tech.mgl.core.utils
时间单位枚举
MGL_DecimalUtils - Class in tech.mgl.core.utils
 
MGL_DecimalUtils() - Constructor for class tech.mgl.core.utils.MGL_DecimalUtils
 
MGL_DownloadHeaderBuilder - Class in tech.mgl.utils
 
MGL_EmailBean - Class in tech.mgl.core.bean
 
MGL_EmailBean() - Constructor for class tech.mgl.core.bean.MGL_EmailBean
 
MGL_EMailConfig - Class in tech.mgl.core.config
 
MGL_EMailConfig() - Constructor for class tech.mgl.core.config.MGL_EMailConfig
 
MGL_EncodingUtils - Class in tech.mgl.utils
 
MGL_EncodingUtils() - Constructor for class tech.mgl.utils.MGL_EncodingUtils
 
MGL_Encryption - Class in tech.mgl.core.utils.security
用于密码加密 , 不可解密 Encryption.java
MGL_Encryption() - Constructor for class tech.mgl.core.utils.security.MGL_Encryption
 
MGL_EnumsUtils - Class in tech.mgl.utils
 
MGL_EnumsUtils() - Constructor for class tech.mgl.utils.MGL_EnumsUtils
 
MGL_FileIOUtils - Class in tech.mgl.core.utils
 
MGL_FileIOUtils() - Constructor for class tech.mgl.core.utils.MGL_FileIOUtils
 
MGL_FileNameUtils - Class in tech.mgl.utils
 
MGL_FileNameUtils() - Constructor for class tech.mgl.utils.MGL_FileNameUtils
 
MGL_FileUtils - Class in tech.mgl.core.utils
 
MGL_FileUtils() - Constructor for class tech.mgl.core.utils.MGL_FileUtils
 
MGL_FontUtils - Class in tech.mgl.core.utils
 
MGL_FontUtils() - Constructor for class tech.mgl.core.utils.MGL_FontUtils
 
MGL_FormulaUtils - Class in tech.mgl.utils
解析运算字符串
MGL_GifDecoder - Class in tech.mgl.core.utils.gif
 
MGL_GifDecoder() - Constructor for class tech.mgl.core.utils.gif.MGL_GifDecoder
 
MGL_HardwareUtils - Class in tech.mgl.core.utils
 
MGL_HardwareUtils() - Constructor for class tech.mgl.core.utils.MGL_HardwareUtils
 
MGL_HexUtils - Class in tech.mgl.core.c
 
MGL_HexUtils() - Constructor for class tech.mgl.core.c.MGL_HexUtils
 
MGL_HtmlUtils - Class in tech.mgl.core.utils
HtmlUtils.java
MGL_HtmlUtils() - Constructor for class tech.mgl.core.utils.MGL_HtmlUtils
 
MGL_HttpRequest - Class in tech.mgl.utils.http
 
MGL_HttpRequest() - Constructor for class tech.mgl.utils.http.MGL_HttpRequest
 
MGL_HttpRequest(String) - Constructor for class tech.mgl.utils.http.MGL_HttpRequest
 
MGL_HttpRequest(MGL_HttpRequest.Builder) - Constructor for class tech.mgl.utils.http.MGL_HttpRequest
 
MGL_HttpRequest.Builder - Class in tech.mgl.utils.http
 
MGL_HttpRequest.EnctypeType - Enum Class in tech.mgl.utils.http
 
MGL_HttpRequest.REQUEST_METHOD - Enum Class in tech.mgl.utils.http
 
MGL_HttpRequestUtils - Class in tech.mgl.core.i
 
MGL_HttpRequestUtils() - Constructor for class tech.mgl.core.i.MGL_HttpRequestUtils
 
MGL_HttpUtils - Class in tech.mgl.utils.http
HttpUtils.java
MGL_HttpUtils() - Constructor for class tech.mgl.utils.http.MGL_HttpUtils
 
MGL_HttpUtils.ParamsKey - Enum Class in tech.mgl.utils.http
 
MGL_HttpUtils.ParamsType - Enum Class in tech.mgl.utils.http
 
MGL_IDNumberUtils - Class in tech.mgl.core.utils
 
MGL_IDNumberUtils() - Constructor for class tech.mgl.core.utils.MGL_IDNumberUtils
 
MGL_IDUtils - Class in tech.mgl.core.utils
 
MGL_IDUtils() - Constructor for class tech.mgl.core.utils.MGL_IDUtils
 
MGL_ImageUtils - Class in tech.mgl.core.utils.img
ClassName: ImageUtils
MGL_ImageUtils() - Constructor for class tech.mgl.core.utils.img.MGL_ImageUtils
 
MGL_ImgVo - Class in tech.mgl.core.utils.img
 
MGL_ImgVo() - Constructor for class tech.mgl.core.utils.img.MGL_ImgVo
 
MGL_IPUtils - Class in tech.mgl.core.utils
 
MGL_IPUtils() - Constructor for class tech.mgl.core.utils.MGL_IPUtils
 
MGL_JavaUtils - Class in tech.mgl.core.utils
 
MGL_JavaUtils() - Constructor for class tech.mgl.core.utils.MGL_JavaUtils
Title:
MGL_JedisUtils - Class in tech.mgl.core.tools.redis
 
MGL_JedisUtils() - Constructor for class tech.mgl.core.tools.redis.MGL_JedisUtils
 
MGL_JsonBigUtils - Class in tech.mgl.core.utils
Json序列化工具
MGL_JsonBigUtils() - Constructor for class tech.mgl.core.utils.MGL_JsonBigUtils
 
MGL_JSONConfig - Class in tech.mgl.core.config
 
MGL_JSONConfig() - Constructor for class tech.mgl.core.config.MGL_JSONConfig
 
MGL_JsonUtils - Class in tech.mgl.core.utils
 
MGL_JsonUtils - Class in tech.mgl.utils.json
 
MGL_JsonUtils() - Constructor for class tech.mgl.core.utils.MGL_JsonUtils
 
MGL_JsonUtils() - Constructor for class tech.mgl.utils.json.MGL_JsonUtils
 
MGL_JwtUtils - Class in tech.mgl.core.utils
 
MGL_JwtUtils() - Constructor for class tech.mgl.core.utils.MGL_JwtUtils
 
MGL_LastQuarterUtils - Class in tech.mgl.utils
 
MGL_LastQuarterUtils() - Constructor for class tech.mgl.utils.MGL_LastQuarterUtils
 
MGL_LogUtils - Class in tech.mgl.utils
 
MGL_LogUtils() - Constructor for class tech.mgl.utils.MGL_LogUtils
 
MGL_MailUtils - Class in tech.mgl.core.utils
 
MGL_MailUtils() - Constructor for class tech.mgl.core.utils.MGL_MailUtils
 
MGL_MapUtils - Class in tech.mgl.core.utils
 
MGL_MapUtils() - Constructor for class tech.mgl.core.utils.MGL_MapUtils
 
MGL_MathUtils - Class in tech.mgl.core.utils
 
MGL_MathUtils() - Constructor for class tech.mgl.core.utils.MGL_MathUtils
 
MGL_MD5Utils - Class in tech.mgl.core.utils.security
Md5Utils.java MD5加密
MGL_MD5Utils() - Constructor for class tech.mgl.core.utils.security.MGL_MD5Utils
 
MGL_MinifierUtils - Class in tech.mgl.utils.minifier
 
MGL_MinifierUtils() - Constructor for class tech.mgl.utils.minifier.MGL_MinifierUtils
 
MGL_NetUtils - Class in tech.mgl.utils.http
 
MGL_NetUtils() - Constructor for class tech.mgl.utils.http.MGL_NetUtils
 
MGL_NeuQuant - Class in tech.mgl.core.utils.gif
NeuQuant.java
MGL_NeuQuant(byte[], int, int) - Constructor for class tech.mgl.core.utils.gif.MGL_NeuQuant
 
MGL_NumberRoundingUtils - Class in tech.mgl.utils
数字修约工具类 提供各种数值修约方法的工具类,支持四舍五入、向上取整、向下取整等
MGL_NumberRoundingUtils() - Constructor for class tech.mgl.utils.MGL_NumberRoundingUtils
 
MGL_ObjectUtils - Class in tech.mgl.core.utils
 
MGL_ObjectUtils() - Constructor for class tech.mgl.core.utils.MGL_ObjectUtils
 
MGL_OfficeUtils - Class in tech.mgl.utils
 
MGL_OfficeUtils() - Constructor for class tech.mgl.utils.MGL_OfficeUtils
 
MGL_OTP - Class in tech.mgl.core.utils.security
 
MGL_OTP(MGL_OTPBuilder) - Constructor for class tech.mgl.core.utils.security.MGL_OTP
 
MGL_OTPBuilder - Class in tech.mgl.core.utils.security
 
MGL_OTPBuilder() - Constructor for class tech.mgl.core.utils.security.MGL_OTPBuilder
 
MGL_OtpProvider - Class in tech.mgl.utils.security.gen
Class containing implementation of HOTP/TOTP.
MGL_OtpProvider() - Constructor for class tech.mgl.utils.security.gen.MGL_OtpProvider
 
MGL_OtpProvider(int) - Constructor for class tech.mgl.utils.security.gen.MGL_OtpProvider
 
MGL_OtpProvider.OtpType - Enum Class in tech.mgl.utils.security.gen
Types of secret keys.
MGL_PicUtils - Class in tech.mgl.core.utils.img
ClassName: PicUtils
MGL_PicUtils() - Constructor for class tech.mgl.core.utils.img.MGL_PicUtils
 
MGL_PropertyNamingUtils - Enum Class in tech.mgl.core.utils
 
MGL_PropUtils - Class in tech.mgl.core.utils
 
MGL_PropUtils() - Constructor for class tech.mgl.core.utils.MGL_PropUtils
Title:
MGL_QRCodeLogo - Class in tech.mgl.core.bean
 
MGL_QRCodeLogo(MGL_QRCodeLogo.Builder) - Constructor for class tech.mgl.core.bean.MGL_QRCodeLogo
 
MGL_QRCodeLogo.Builder - Class in tech.mgl.core.bean
 
MGL_QRCodeUtils - Class in tech.mgl.core.qrcode
二维码工具类
MGL_QRCodeUtils(MGL_QRCodeUtils.Builder) - Constructor for class tech.mgl.core.qrcode.MGL_QRCodeUtils
 
MGL_QRCodeUtils.Builder - Class in tech.mgl.core.qrcode
 
MGL_QRCodeUtils.PictureType - Enum Class in tech.mgl.core.qrcode
 
MGL_RandomNumberUtils - Class in tech.mgl.core.utils.random
 
MGL_RandomNumberUtils() - Constructor for class tech.mgl.core.utils.random.MGL_RandomNumberUtils
 
MGL_RandomUtils - Class in tech.mgl.core.utils
 
MGL_RandomUtils() - Constructor for class tech.mgl.core.utils.MGL_RandomUtils
 
MGL_RedisUtils - Class in tech.mgl.core.tools.redis
redis 工具类
MGL_RedisUtils() - Constructor for class tech.mgl.core.tools.redis.MGL_RedisUtils
 
MGL_RestUtils - Class in tech.mgl.utils.http
 
MGL_RestUtils() - Constructor for class tech.mgl.utils.http.MGL_RestUtils
 
MGL_Rfc2898DeriveBytes - Class in tech.mgl.core.utils.security
salt + md5这样的时候用的 但是目前还不采用 因为有人研究过此方法也并不安全 ClassName: Rfc2898DeriveBytes
MGL_Rfc2898DeriveBytes(byte[], byte[], int) - Constructor for class tech.mgl.core.utils.security.MGL_Rfc2898DeriveBytes
Creates new instance.
MGL_Rfc2898DeriveBytes(String, byte[], int) - Constructor for class tech.mgl.core.utils.security.MGL_Rfc2898DeriveBytes
Creates new instance.
MGL_Rfc2898DeriveBytes(String, int) - Constructor for class tech.mgl.core.utils.security.MGL_Rfc2898DeriveBytes
Creates new instance.
MGL_Rfc2898DeriveBytes(String, int, int) - Constructor for class tech.mgl.core.utils.security.MGL_Rfc2898DeriveBytes
Creates new instance.
MGL_RSA - Class in tech.mgl.core.tools
 
MGL_RSA(MGL_RSA.Builder) - Constructor for class tech.mgl.core.tools.MGL_RSA
 
MGL_RSA.Builder - Class in tech.mgl.core.tools
 
MGL_RSA.DecryptBuilder - Class in tech.mgl.core.tools
 
MGL_RSA.EncryptBuilder - Class in tech.mgl.core.tools
 
MGL_RSACoder - Class in tech.mgl.core.tools
RSA安全编码组件
MGL_RSACoder() - Constructor for class tech.mgl.core.tools.MGL_RSACoder
 
MGL_RSADecrypt - Class in tech.mgl.core.tools
 
MGL_RSADecrypt(MGL_RSA.DecryptBuilder) - Constructor for class tech.mgl.core.tools.MGL_RSADecrypt
 
MGL_RSAEncrypt - Class in tech.mgl.core.tools
 
MGL_RSAEncrypt(MGL_RSA.EncryptBuilder) - Constructor for class tech.mgl.core.tools.MGL_RSAEncrypt
 
MGL_RSAUtils - Class in tech.mgl.core.tools
 
MGL_RSAUtils() - Constructor for class tech.mgl.core.tools.MGL_RSAUtils
 
MGL_SecurityUtils - Class in tech.mgl.core.utils.security
 
MGL_SecurityUtils() - Constructor for class tech.mgl.core.utils.security.MGL_SecurityUtils
 
MGL_ServiceLoaderUtils - Class in tech.mgl.utils
 
MGL_ServiceLoaderUtils() - Constructor for class tech.mgl.utils.MGL_ServiceLoaderUtils
 
MGL_ServletUtils - Class in tech.mgl.utils
 
MGL_ServletUtils() - Constructor for class tech.mgl.utils.MGL_ServletUtils
 
MGL_SnowflakeIdGenerator - Class in tech.mgl.core.utils.id
 
MGL_SnowflakeIdGenerator() - Constructor for class tech.mgl.core.utils.id.MGL_SnowflakeIdGenerator
 
MGL_SnowflakeIdGenerator(long, long) - Constructor for class tech.mgl.core.utils.id.MGL_SnowflakeIdGenerator
构造函数
MGL_SnowflakeIdGenerator(long, long, long) - Constructor for class tech.mgl.core.utils.id.MGL_SnowflakeIdGenerator
可以设定启动时间,每个系统应该固定一个启动时间
MGL_SnowflakeIdGeneratorInstance - Class in tech.mgl.core.utils.id
ID生成器的单例模式单例模式的
MGL_SnowflakeIdGeneratorInstance() - Constructor for class tech.mgl.core.utils.id.MGL_SnowflakeIdGeneratorInstance
 
MGL_SpringUtils - Class in tech.mgl.expand
Spring(Spring boot)工具封装
MGL_SpringUtils() - Constructor for class tech.mgl.expand.MGL_SpringUtils
 
MGL_StreamUtils - Class in tech.mgl.core.utils
 
MGL_StreamUtils() - Constructor for class tech.mgl.core.utils.MGL_StreamUtils
 
MGL_StringUtils - Class in tech.mgl.core.utils
 
MGL_StringUtils() - Constructor for class tech.mgl.core.utils.MGL_StringUtils
 
MGL_TimeUtils - Class in tech.mgl.core.utils
时间工具类
MGL_TimeUtils() - Constructor for class tech.mgl.core.utils.MGL_TimeUtils
 
MGL_TranslatorUtils - Class in tech.mgl.utils
 
MGL_TranslatorUtils() - Constructor for class tech.mgl.utils.MGL_TranslatorUtils
 
MGL_UnicodeUtils - Class in tech.mgl.core.utils
 
MGL_UnicodeUtils() - Constructor for class tech.mgl.core.utils.MGL_UnicodeUtils
 
MGL_UnifiedSocialCreditCodeValidator - Class in tech.mgl.utils
 
MGL_UnifiedSocialCreditCodeValidator() - Constructor for class tech.mgl.utils.MGL_UnifiedSocialCreditCodeValidator
 
MGL_UploadBuilder - Class in tech.mgl.utils.http
 
MGL_UploadBuilder.Builder - Class in tech.mgl.utils.http
 
MGL_URLCodeUtils - Class in tech.mgl.core.utils
CodingUtils.java
MGL_URLCodeUtils() - Constructor for class tech.mgl.core.utils.MGL_URLCodeUtils
 
MGL_URLUtils - Class in tech.mgl.core.utils.security
ClassName: URLUtils 用于路径的加密 URL地址的加密等等
MGL_URLUtils() - Constructor for class tech.mgl.core.utils.security.MGL_URLUtils
 
MGL_URLUtils.CryptType - Enum Class in tech.mgl.core.utils.security
 
MGL_UserAgentUtils - Class in tech.mgl.core.utils
 
MGL_UserAgentUtils() - Constructor for class tech.mgl.core.utils.MGL_UserAgentUtils
 
MGL_ValidateFrame - Class in tech.mgl.core.c
 
MGL_ValidateFrame() - Constructor for class tech.mgl.core.c.MGL_ValidateFrame
 
MGL_ValidateUtils - Class in tech.mgl.core.utils
用正则表达式 校验字段
MGL_ValidateUtils() - Constructor for class tech.mgl.core.utils.MGL_ValidateUtils
 
MGL_WebResourceCompressor - Class in tech.mgl.utils
 
MGL_WebResourceCompressor() - Constructor for class tech.mgl.utils.MGL_WebResourceCompressor
 
MGL_XMLUtils - Class in tech.mgl.core.utils
ClassName: XMLUtils
MGL_XMLUtils() - Constructor for class tech.mgl.core.utils.MGL_XMLUtils
 
MGL_YamlUtils - Class in tech.mgl.utils
 
MGL_YamlUtils() - Constructor for class tech.mgl.utils.MGL_YamlUtils
 
MGLChannelCopier - Class in tech.mgl.core.stream
 
MGLChannelCopier() - Constructor for class tech.mgl.core.stream.MGLChannelCopier
构造
MGLChannelCopier(int) - Constructor for class tech.mgl.core.stream.MGLChannelCopier
构造
MGLChannelCopier(int, long) - Constructor for class tech.mgl.core.stream.MGLChannelCopier
构造
MGLChannelCopier(int, long, MGLStreamProgress) - Constructor for class tech.mgl.core.stream.MGLChannelCopier
构造
MGLIOCopier<S,T> - Class in tech.mgl.core.stream
 
MGLIOCopier(int, long, MGLStreamProgress) - Constructor for class tech.mgl.core.stream.MGLIOCopier
构造
MGLRequestCallBack - Interface in tech.mgl.core.utils.http
 
MGLStreamCopier - Class in tech.mgl.core.stream
 
MGLStreamCopier() - Constructor for class tech.mgl.core.stream.MGLStreamCopier
构造
MGLStreamCopier(int) - Constructor for class tech.mgl.core.stream.MGLStreamCopier
构造
MGLStreamCopier(int, long) - Constructor for class tech.mgl.core.stream.MGLStreamCopier
构造
MGLStreamCopier(int, long, MGLStreamProgress) - Constructor for class tech.mgl.core.stream.MGLStreamCopier
构造
MGLStreamProgress - Interface in tech.mgl.core.stream
 
MGLTranslator - Interface in tech.mgl.core.i
 
millisToSeconds(long) - Static method in class tech.mgl.utils.security.gen.Utilities
 
minifyContent(String, String) - Static method in class tech.mgl.utils.minifier.MGL_MinifierUtils
压缩字符串内容
minifyFile(String, String, String) - Static method in class tech.mgl.utils.minifier.MGL_MinifierUtils
压缩文件
MinIOUtils - Class in tech.mgl.utils.minio
 
MinIOUtils() - Constructor for class tech.mgl.utils.minio.MinIOUtils
 
minpicturebytes - Static variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
MINUTE_IN_MILLIS - Static variable in class tech.mgl.utils.security.gen.Utilities
 
MINUTES - Enum constant in enum class tech.mgl.core.utils.MGL_DateTimeUtils.TimeUnit
 
MOBILE_PHONE - Static variable in class tech.mgl.core.utils.MGL_ValidateUtils
 
modifyImage(BufferedImage, Object[], int, int, boolean) - Method in class tech.mgl.core.utils.img.MGL_PicUtils
修改图片,返回修改后的图片缓冲区(输出多个文本段) xory:true表示将内容在一行中输出;false表示将内容多行输出
modifyImage(BufferedImage, Object, int, int) - Method in class tech.mgl.core.utils.img.MGL_PicUtils
修改图片,返回修改后的图片缓冲区(只输出一行文本)
modifyImagetogeter(BufferedImage, BufferedImage) - Method in class tech.mgl.core.utils.img.MGL_PicUtils
 
modifyImageYe(BufferedImage) - Method in class tech.mgl.core.utils.img.MGL_PicUtils
修改图片,返回修改后的图片缓冲区(只输出一行文本) 时间:2007-10-8
MULTIPART_FORM_DATA - Enum constant in enum class tech.mgl.utils.http.MGL_HttpRequest.EnctypeType
 
MULTIPLE_ACCOUNTS_DIALOG - Static variable in class tech.mgl.utils.security.gen.Utilities
 
multiply(String, String) - Static method in class tech.mgl.core.utils.MGL_DecimalUtils
提供精确的乘法运算。
multiply(BigDecimal, String) - Static method in class tech.mgl.core.utils.MGL_DecimalUtils
 
MYSQL - Enum constant in enum class tech.mgl.utils.db.MGL_DatabaseTypeMapper.DbVendor
 

N

nameForField(MapperConfig<?>, AnnotatedField, String) - Method in class tech.mgl.utils.json.DbFieldStrategy
Method called to find external name (name used in JSON) for given logical POJO property, as defined by given field.
nameForGetterMethod(MapperConfig<?>, AnnotatedMethod, String) - Method in class tech.mgl.utils.json.DbFieldStrategy
Method called to find external name (name used in JSON) for given logical POJO property, as defined by given getter method; typically called when building a serializer.
nameForSetterMethod(MapperConfig<?>, AnnotatedMethod, String) - Method in class tech.mgl.utils.json.DbFieldStrategy
Method called to find external name (name used in JSON) for given logical POJO property, as defined by given setter method; typically called when building a deserializer (but not necessarily only then).
ncycles - Static variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
netbiasshift - Static variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
netImageToBase64(String) - Static method in class tech.mgl.core.utils.MGL_Base64Utils
网络图片转base64
netImageToBase64(String, boolean) - Static method in class tech.mgl.core.utils.MGL_Base64Utils
网络图片转base64
netindex - Variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
netsize - Static variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
network - Variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
nextDouble() - Static method in class tech.mgl.core.utils.random.MGL_RandomNumberUtils
 
nextFloat() - Static method in class tech.mgl.core.utils.random.MGL_RandomNumberUtils
 
nextGaussian() - Static method in class tech.mgl.core.utils.random.MGL_RandomNumberUtils
 
nextGaussian(double, double) - Static method in class tech.mgl.core.utils.random.MGL_RandomNumberUtils
 
nextId() - Method in class tech.mgl.core.utils.id.MGL_SnowflakeIdGenerator
 
nextId() - Static method in class tech.mgl.core.utils.MGL_IDUtils
 
nextId(boolean) - Method in class tech.mgl.core.utils.id.MGL_SnowflakeIdGenerator
 
nextInt() - Static method in class tech.mgl.core.utils.random.MGL_RandomNumberUtils
 
nextLong() - Static method in class tech.mgl.core.utils.random.MGL_RandomNumberUtils
 
normalizeCapacity(int) - Static method in class tech.mgl.core.tools.redis.ByteUtils
 
notBlank(String, String) - Static method in class tech.mgl.core.utils.MGL_Asserts
没有值则抛出异常
notEmpty(T, String) - Static method in class tech.mgl.core.utils.MGL_Asserts
判断对象是否为空
notNull(T) - Static method in class tech.mgl.core.utils.MGL_Asserts
断言对象是否不为null ,如果为null 抛出IllegalArgumentException 异常
notNull(T, String, Object...) - Static method in class tech.mgl.core.utils.MGL_Asserts
断言对象是否不为null ,如果为null 抛出IllegalArgumentException 异常 Assert that an object is not null .
notNull(T, Supplier<X>) - Static method in class tech.mgl.core.utils.MGL_Asserts
断言对象是否不为null ,如果为null 抛出指定类型异常 并使用指定的函数获取错误信息返回
NUMBER - Static variable in class tech.mgl.core.utils.MGL_ValidateUtils
 

O

obj2JSONString(Object...) - Static method in class tech.mgl.core.utils.MGL_JsonUtils
 
obj2JSONString(MGL_JSONConfig, Object...) - Static method in class tech.mgl.core.utils.MGL_JsonUtils
返回jsonString类型
offset() - Method in class tech.mgl.core.utils.stream.FastByteBuffer
 
OPTIONS - Enum constant in enum class tech.mgl.utils.http.MGL_HttpRequest.REQUEST_METHOD
 
ORACLE - Enum constant in enum class tech.mgl.utils.db.MGL_DatabaseTypeMapper.DbVendor
 
OtpSource - Interface in tech.mgl.utils.security.gen
Abstraction for collection of OTP tokens.
OtpSourceException - Exception Class in tech.mgl.utils.security.gen
Indicates that OtpSource failed to performed the requested operation.
OtpSourceException(String) - Constructor for exception class tech.mgl.utils.security.gen.OtpSourceException
 
OtpSourceException(String, Throwable) - Constructor for exception class tech.mgl.utils.security.gen.OtpSourceException
 
out - Variable in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
 

P

palSize - Variable in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
 
PARAMS - Enum constant in enum class tech.mgl.utils.http.MGL_HttpUtils.ParamsKey
 
parse(String, TypeReference) - Static method in class tech.mgl.utils.json.MGL_JsonUtils
json字符串 => 对象
parse(String, Class<T>) - Static method in class tech.mgl.utils.json.MGL_JsonUtils
json字符串 => 对象
parseDate(String, String) - Static method in class tech.mgl.core.utils.MGL_TimeUtils
 
parseDateTime(String, String) - Static method in class tech.mgl.core.utils.MGL_TimeUtils
 
parseString(String, Class<T>, PropertyNamingStrategy) - Static method in class tech.mgl.utils.json.MGL_JsonUtils
 
parseToBean(String, Class<T>) - Static method in class tech.mgl.core.utils.MGL_XMLUtils
@title : 把XML格式的字符串转换成BEAN对象,只转第一层属性,里面有集合或者嵌套无效
parseToMap(String) - Static method in class tech.mgl.core.utils.MGL_XMLUtils
@title : 把XML格式的字符串转换成MAP
PascalCase - Enum constant in enum class tech.mgl.core.utils.MGL_PropertyNamingUtils
 
PasscodeGenerator - Class in tech.mgl.utils.security.gen
An implementation of the HOTP generator specified by RFC 4226.
PasscodeGenerator(Mac) - Constructor for class tech.mgl.utils.security.gen.PasscodeGenerator
 
PasscodeGenerator(Mac, int) - Constructor for class tech.mgl.utils.security.gen.PasscodeGenerator
 
PasscodeGenerator(PasscodeGenerator.Signer) - Constructor for class tech.mgl.utils.security.gen.PasscodeGenerator
 
PasscodeGenerator(PasscodeGenerator.Signer, int) - Constructor for class tech.mgl.utils.security.gen.PasscodeGenerator
 
PASSWORD - Static variable in class tech.mgl.core.utils.MGL_ValidateUtils
以字母开头,长度在6~18之间,只能包含字符、数字和下划线。
password_pvpgn_hash(String) - Static method in class tech.mgl.core.utils.security.MGL_Encryption
加密
pixelAspect - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
pixels - Variable in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
 
pixels - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
pixelStack - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
plainText - Variable in class tech.mgl.core.tools.MGL_RSA.EncryptBuilder
 
png - Enum constant in enum class tech.mgl.core.qrcode.MGL_QRCodeUtils.PictureType
 
POSITIVE_INTEGER - Static variable in class tech.mgl.core.utils.MGL_ValidateUtils
正整数
post(String, Map<String, Object>) - Static method in class tech.mgl.utils.http.MGL_HttpUtils
 
post(String, Map<String, Object>, InputStream, String, MGLRequestCallBack) - Static method in class tech.mgl.utils.http.MGL_HttpUtils
 
post(String, Map<String, Object>, Map<String, String>) - Static method in class tech.mgl.utils.http.MGL_HttpUtils
 
post(String, Map<String, Object>, Map<String, String>, InputStream, String, MGLRequestCallBack) - Static method in class tech.mgl.utils.http.MGL_HttpUtils
 
post(String, Map<String, Object>, MGLRequestCallBack) - Static method in class tech.mgl.utils.http.MGL_HttpUtils
 
POST - Enum constant in enum class tech.mgl.utils.http.MGL_HttpRequest.REQUEST_METHOD
 
POSTGRESQL - Enum constant in enum class tech.mgl.utils.db.MGL_DatabaseTypeMapper.DbVendor
 
postJson(String, Object) - Static method in class tech.mgl.utils.http.MGL_HttpUtils
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class tech.mgl.expand.MGL_SpringUtils
 
prefix - Static variable in class tech.mgl.core.tools.redis.FrameCacheKey
获取服务器数据用ID作为key存储到缓存时的key前缀
prefix - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
prime1 - Static variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
prime2 - Static variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
prime3 - Static variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
prime4 - Static variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
process() - Method in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
progress - Variable in class tech.mgl.core.stream.MGLIOCopier
进度条
progress(long, long) - Method in interface tech.mgl.core.stream.MGLStreamProgress
进行中
provider - Variable in class tech.mgl.core.tools.MGL_RSA.Builder
 
publish(String, T) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
 
publish(String, T, Consumer<T>) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
发布通道消息
PureJavaBeanMapConverter - Class in tech.mgl.core.i.impl
 
PureJavaBeanMapConverter() - Constructor for class tech.mgl.core.i.impl.PureJavaBeanMapConverter
 
PUT - Enum constant in enum class tech.mgl.utils.http.MGL_HttpRequest.REQUEST_METHOD
 

Q

qrcode() - Method in class tech.mgl.core.utils.security.MGL_OTP
 
queryDigits(String) - Static method in class tech.mgl.core.utils.MGL_StringUtils
Extracts all digits from the input string and returns them as a list of strings.

R

radbias - Static variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
radbiasshift - Static variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
radiusbias - Static variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
radiusbiasshift - Static variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
radiusdec - Static variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
radpower - Variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
random() - Static method in enum class tech.mgl.core.utils.captcha.MGL_Captcha.SecurityCodeLevel
 
randomSalt(int) - Static method in class tech.mgl.core.utils.security.MGL_Rfc2898DeriveBytes
 
rateLimiter(String, RateType, int, int) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
限流
read() - Method in class tech.mgl.core.utils.gif.MGL_GifDecoder
Reads a single byte from the input stream.
read(BufferedInputStream) - Method in class tech.mgl.core.utils.gif.MGL_GifDecoder
Reads GIF image from stream
read(InputStream) - Method in class tech.mgl.core.utils.gif.MGL_GifDecoder
Reads GIF image from stream
read(InputStream, boolean) - Static method in class tech.mgl.core.utils.MGL_StreamUtils
 
read(String) - Method in class tech.mgl.core.utils.gif.MGL_GifDecoder
Reads GIF file from specified file/URL source (URL assumed if name contains ":/" or "file:")
readBlock() - Method in class tech.mgl.core.utils.gif.MGL_GifDecoder
Reads next variable length block from input.
readBytes(InputStream, boolean) - Static method in class tech.mgl.core.utils.MGL_StreamUtils
 
readColorTable(int) - Method in class tech.mgl.core.utils.gif.MGL_GifDecoder
Reads color table as 256 RGB integer values
readContents() - Method in class tech.mgl.core.utils.gif.MGL_GifDecoder
Main file parser.
readExcel(T, File) - Static method in class tech.mgl.utils.MGL_OfficeUtils
 
readExcel(T, InputStream, String) - Static method in class tech.mgl.utils.MGL_OfficeUtils
 
readGraphicControlExt() - Method in class tech.mgl.core.utils.gif.MGL_GifDecoder
Reads Graphics Control Extension values
readHeader() - Method in class tech.mgl.core.utils.gif.MGL_GifDecoder
Reads GIF file header information.
readImage() - Method in class tech.mgl.core.utils.gif.MGL_GifDecoder
Reads next frame image
readLSD() - Method in class tech.mgl.core.utils.gif.MGL_GifDecoder
Reads Logical Screen Descriptor
readNetscapeExt() - Method in class tech.mgl.core.utils.gif.MGL_GifDecoder
Reads Netscape extenstion to obtain iteration count
readShort() - Method in class tech.mgl.core.utils.gif.MGL_GifDecoder
Reads next 16-bit value, LSB first
repeat - Variable in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
 
request() - Method in class tech.mgl.utils.http.MGL_HttpRequest
 
request(String, MGL_HttpRequest.REQUEST_METHOD, Map<String, Object>, Map<String, String>, InputStream, String, MGLRequestCallBack) - Static method in class tech.mgl.utils.http.MGL_HttpUtils
通过证书请求
request(MGL_HttpRequest) - Method in interface tech.mgl.core.i.HttpRequestHandler
 
request(MGL_HttpRequest, Class<T>) - Method in interface tech.mgl.core.i.HttpRequestHandler
 
reset() - Method in class tech.mgl.core.utils.stream.FastByteArrayOutputStream
 
reset() - Method in class tech.mgl.core.utils.stream.FastByteBuffer
 
resetFrame() - Method in class tech.mgl.core.utils.gif.MGL_GifDecoder
Resets frame state for reading next image.
respondToChallenge(String, String, String) - Method in class tech.mgl.utils.security.gen.MGL_OtpProvider
 
respondToChallenge(String, String, String) - Method in interface tech.mgl.utils.security.gen.OtpSource
Generate response to a given challenge based on next OTP code.
result - Enum constant in enum class tech.mgl.core.utils.captcha.MGL_CaptchaUtils.Keys
 
result(boolean) - Static method in class tech.mgl.core.utils.MGL_JsonUtils
 
result(boolean, Integer) - Static method in class tech.mgl.core.utils.MGL_JsonUtils
 
result(boolean, Integer, String) - Static method in class tech.mgl.core.utils.MGL_JsonUtils
 
result(boolean, Integer, String, Object, MGL_JSONConfig) - Static method in class tech.mgl.core.utils.MGL_JsonUtils
获取json格式字符串
result(boolean, String) - Static method in class tech.mgl.core.utils.MGL_JsonUtils
 
result(boolean, String, Object) - Static method in class tech.mgl.core.utils.MGL_JsonUtils
 
result(boolean, String, Object, MGL_JSONConfig) - Static method in class tech.mgl.core.utils.MGL_JsonUtils
 
result(String) - Method in interface tech.mgl.core.utils.http.MGLRequestCallBack
 
returnResource(Jedis) - Static method in class tech.mgl.core.tools.redis.MGL_JedisUtils
释放jedis资源
rotateImage(String, String, int) - Static method in class tech.mgl.core.utils.img.MGL_ImageUtils
旋转图片,如果PNG图片旋转后背景是透明背景
rotateImage(String, String, int, boolean) - Static method in class tech.mgl.core.utils.img.MGL_ImageUtils
旋转图片,如果输入的是是JPG图片,当输出格式PNG并setTran=true时输出背景为透明
round(double, int) - Static method in class tech.mgl.core.utils.MGL_DecimalUtils
提供精确的小数位四舍五入处理。
round(double, int) - Static method in class tech.mgl.utils.MGL_NumberRoundingUtils
修约到指定小数位数(四舍五入)
round(double, int, RoundingMode) - Static method in class tech.mgl.utils.MGL_NumberRoundingUtils
修约到指定小数位数(指定修约模式)
roundAwayFromZero(double, int) - Static method in class tech.mgl.utils.MGL_NumberRoundingUtils
修约到指定小数位数(远离零方向取整)
roundBankers(double, int) - Static method in class tech.mgl.utils.MGL_NumberRoundingUtils
银行家修约法(四舍六入五成双)
roundDown(double, int) - Static method in class tech.mgl.utils.MGL_NumberRoundingUtils
修约到指定小数位数(向下取整)
roundToMultiple(double, double) - Static method in class tech.mgl.utils.MGL_NumberRoundingUtils
修约到最接近的指定基数的倍数
roundToMultiple(double, double, RoundingMode) - Static method in class tech.mgl.utils.MGL_NumberRoundingUtils
修约到最接近的指定基数的倍数(指定修约模式)
roundToSignificantFigures(double, int) - Static method in class tech.mgl.utils.MGL_NumberRoundingUtils
修约到指定有效数字位数
roundTowardsZero(double, int) - Static method in class tech.mgl.utils.MGL_NumberRoundingUtils
修约到指定小数位数(向零方向取整)
roundUp(double, int) - Static method in class tech.mgl.utils.MGL_NumberRoundingUtils
修约到指定小数位数(向上取整)
RSA - Static variable in interface tech.mgl.core.c.MGL_Algorithm
 
RSA_ECB_PKCS1PADDING - Static variable in interface tech.mgl.core.c.MGL_Algorithm
 
RSA_NONE_NO_PADDING - Static variable in interface tech.mgl.core.c.MGL_Algorithm
 
run() - Method in class tech.mgl.core.tools.redis.ClientThread
 

S

sample - Variable in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
 
samplefac - Variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
SECOND_IN_MILLIS - Static variable in class tech.mgl.utils.security.gen.Utilities
 
SECONDS - Enum constant in enum class tech.mgl.core.utils.MGL_DateTimeUtils.TimeUnit
 
secondsToMillis(long) - Static method in class tech.mgl.utils.security.gen.Utilities
 
send(String, Map<String, String>, Map<String, String>, String) - Static method in class tech.mgl.utils.http.MGL_HttpUtils
发生get请求
sendGet(String) - Static method in class tech.mgl.utils.http.MGL_HttpUtils
GET方式发送请求
sendGet(String, Map<String, String>) - Static method in class tech.mgl.utils.http.MGL_HttpUtils
GET方式发送请求
sendGet(String, Map<String, String>, Map<String, String>) - Static method in class tech.mgl.utils.http.MGL_HttpUtils
* GET方式发送请求
sendMultiPartEmail(MGL_EMailConfig, String...) - Static method in class tech.mgl.core.utils.MGL_MailUtils
 
sendPost(String) - Static method in class tech.mgl.utils.http.MGL_HttpUtils
以POST方式访问远程服务器
sendPost(String, Map<String, Object>) - Static method in class tech.mgl.utils.http.MGL_HttpUtils
以POST方式访问远程服务器
sendPost(String, Map<String, Object>, Map<String, String>) - Static method in class tech.mgl.utils.http.MGL_HttpUtils
以POST方式访问远程服务器
sendSimpleMail(MGL_EMailConfig, String...) - Static method in class tech.mgl.core.utils.MGL_MailUtils
文字邮件
sendWithDefault(String, String, StringBuilder) - Static method in class tech.mgl.utils.http.MGL_HttpUtils
Deprecated.
serialize(Object) - Static method in class tech.mgl.core.tools.redis.SerializeUtils
 
SerializeUtils - Class in tech.mgl.core.tools.redis
 
SerializeUtils() - Constructor for class tech.mgl.core.tools.redis.SerializeUtils
 
set(Object, Object) - Static method in class tech.mgl.core.tools.redis.MGL_JedisUtils
设置 String
set(Object, Object, int) - Static method in class tech.mgl.core.tools.redis.MGL_JedisUtils
设置 过期时间
SET - Static variable in class tech.mgl.core.utils.MGL_JavaUtils
 
setAccount(String) - Method in class tech.mgl.core.utils.security.MGL_OTPBuilder
 
setAlgorithm(String) - Method in class tech.mgl.core.tools.MGL_RSA.Builder
 
setAlgorithm(String) - Method in class tech.mgl.core.tools.MGL_RSA.DecryptBuilder
 
setAlgorithm(String) - Method in class tech.mgl.core.tools.MGL_RSA.EncryptBuilder
 
setAppid(String) - Method in class tech.mgl.core.utils.TestModel
 
setApplicationContext(ApplicationContext) - Method in class tech.mgl.expand.MGL_SpringUtils
 
setAtomicValue(String, long) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
设置原子值
setAuthentication(String) - Method in class tech.mgl.core.config.MGL_EMailConfig
 
setAuthenticationCode(String) - Method in class tech.mgl.core.config.MGL_EMailConfig
 
setBaseNumber(int) - Method in class tech.mgl.core.utils.TestDemoEntity
 
setBaseUnit(String) - Method in class tech.mgl.core.utils.TestDemoEntity
 
setBody(String) - Method in class tech.mgl.core.utils.TestModel
 
setBorder(int) - Method in class tech.mgl.core.bean.MGL_QRCodeLogo.Builder
 
setBorderColor(Color) - Method in class tech.mgl.core.bean.MGL_QRCodeLogo.Builder
 
setBrowserCompatible(Boolean) - Method in class tech.mgl.core.config.MGL_JSONConfig
 
setBucket(String) - Method in class tech.mgl.utils.minio.MinIOUtils
 
setCacheList(String, List<T>) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
缓存List数据
setCacheMap(String, Map<String, T>) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
缓存Map
setCacheMapValue(String, String, T) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
往Hash中存入数据
setCacheObject(String, T) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
缓存基本的对象,Integer、String、实体类等
setCacheObject(String, T, boolean) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
缓存基本的对象,保留当前对象 TTL 有效期
setCacheObject(String, T, Duration) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
缓存基本的对象,Integer、String、实体类等
setCacheSet(String, Set<T>) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
缓存Set
setCallBack(MGLRequestCallBack) - Method in class tech.mgl.utils.http.MGL_HttpRequest.Builder
 
setCallBack(MGLRequestCallBack) - Method in class tech.mgl.utils.http.MGL_HttpRequest
 
setCategoryCode(int) - Method in class tech.mgl.core.utils.TestDemoEntity
 
setCategoryG(String) - Method in class tech.mgl.core.utils.TestDemoEntity
 
setCategoryName(String) - Method in class tech.mgl.core.utils.TestDemoEntity
 
setCert(InputStream) - Method in class tech.mgl.utils.http.MGL_HttpRequest.Builder
 
setCert(InputStream) - Method in class tech.mgl.utils.http.MGL_HttpRequest
 
setCertPwd(String) - Method in class tech.mgl.utils.http.MGL_HttpRequest.Builder
 
setCertPwd(String) - Method in class tech.mgl.utils.http.MGL_HttpRequest
 
setCharset(String) - Method in class tech.mgl.core.config.MGL_EMailConfig
 
setCipherText(String) - Method in class tech.mgl.core.tools.MGL_RSA.DecryptBuilder
 
setCode(String) - Method in class tech.mgl.core.utils.security.MGL_OTPBuilder
 
setCode(String) - Method in class tech.mgl.core.utils.TestDemoEntity
 
setConnectTimeout(int) - Method in class tech.mgl.utils.http.MGL_HttpRequest.Builder
 
setConnectTimeout(int) - Method in class tech.mgl.utils.http.MGL_HttpRequest
 
setContent(String) - Method in class tech.mgl.core.qrcode.MGL_QRCodeUtils.Builder
 
setContent(StringBuffer) - Method in class tech.mgl.core.config.MGL_EMailConfig
 
setCountTime(Date) - Method in class tech.mgl.core.utils.TestDemoEntity
 
setCreateTime(Timestamp) - Method in class tech.mgl.core.utils.TestDemoEntity
 
setDateFormat(String) - Method in class tech.mgl.core.config.MGL_JSONConfig
 
setDefaultSnowIdProperties(long, long, long) - Static method in class tech.mgl.core.utils.id.MGL_SnowflakeIdGeneratorInstance
 
setDefaultSnowIdProperties(long, long, long) - Static method in class tech.mgl.core.utils.MGL_IDUtils
 
setDelay(int) - Method in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
Sets the delay time between each frame, or changes it for subsequent frames (applies to last frame added).
setDescription(String) - Method in class tech.mgl.core.utils.TestDemoEntity
 
setDispose(int) - Method in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
Sets the GIF frame disposal code for the last added frame and any subsequent frames.
setDownloadHeader(String, Long, HttpServletResponse) - Static method in class tech.mgl.utils.MGL_ServletUtils
 
setEnctype(MGL_HttpRequest.EnctypeType) - Method in class tech.mgl.utils.http.MGL_HttpRequest.Builder
 
setEnctype(MGL_HttpRequest.EnctypeType) - Method in class tech.mgl.utils.http.MGL_HttpRequest
 
setEnglishName(String) - Method in class tech.mgl.core.utils.TestDemoEntity
 
setExcludes(List<String>) - Method in class tech.mgl.core.config.MGL_JSONConfig
 
setExponent(String) - Method in class tech.mgl.core.tools.MGL_RSA.DecryptBuilder
 
setExponent(String) - Method in class tech.mgl.core.tools.MGL_RSA.EncryptBuilder
 
setFile(File) - Method in class tech.mgl.core.bean.MGL_QRCodeLogo.Builder
 
setFile(String) - Method in class tech.mgl.core.bean.MGL_QRCodeLogo.Builder
 
setFile(String) - Method in class tech.mgl.utils.minio.MinIOUtils
 
setFileName(String) - Method in class tech.mgl.core.utils.TestDemoEntity
 
setFileName(String) - Method in class tech.mgl.utils.minio.MinIOUtils
 
setFilePath(String) - Method in class tech.mgl.core.utils.MGL_CompressUtils.Builder
 
setFiles(List<File>) - Method in class tech.mgl.core.config.MGL_EMailConfig
 
setFlushEveryBuffer(boolean) - Method in class tech.mgl.core.stream.MGLIOCopier
设置是否每次写出一个buffer内容就执行flush
setFont(String, int) - Method in class tech.mgl.core.utils.img.MGL_PicUtils
设定文字的字体等
setForColAnnotation(boolean) - Method in class tech.mgl.core.config.MGL_JSONConfig
 
setForm(Map<String, Object>) - Method in class tech.mgl.utils.http.MGL_HttpRequest.Builder
 
setForm(Map<String, Object>) - Method in class tech.mgl.utils.http.MGL_HttpRequest
 
setFrameRate(float) - Method in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
Sets frame rate in frames per second.
setFromEmail(String) - Method in class tech.mgl.core.config.MGL_EMailConfig
 
setfUserId(String) - Method in class tech.mgl.core.utils.TestDemoEntity
 
setGenKey(Boolean) - Method in class tech.mgl.core.config.MGL_JSONConfig
 
setGoodsType(int) - Method in class tech.mgl.core.utils.TestDemoEntity
 
setHeader(Map<String, String>) - Method in class tech.mgl.utils.http.MGL_HttpRequest.Builder
 
setHeader(Map<String, String>) - Method in class tech.mgl.utils.http.MGL_HttpRequest
 
setHeight(int) - Method in class tech.mgl.core.bean.MGL_QRCodeLogo.Builder
 
setHeight(int) - Method in class tech.mgl.core.qrcode.MGL_QRCodeUtils.Builder
 
setHeight(int) - Method in class tech.mgl.core.utils.img.MGL_ImgVo
 
setId(String) - Method in class tech.mgl.core.i.test.Test1
 
setId(String) - Method in class tech.mgl.core.utils.TestDemoEntity
 
setImap(String) - Method in class tech.mgl.core.config.MGL_EMailConfig
 
setIncludes(List<String>) - Method in class tech.mgl.core.config.MGL_JSONConfig
 
setInsidePrice(BigDecimal) - Method in class tech.mgl.core.utils.TestDemoEntity
 
setInventory(Integer) - Method in class tech.mgl.core.utils.TestDemoEntity
 
setIssuer(String) - Method in class tech.mgl.core.utils.security.MGL_OTPBuilder
 
setKey(String) - Method in class tech.mgl.utils.minio.MinIOUtils
 
setKeyAlgorithm(String) - Method in class tech.mgl.core.tools.MGL_RSA.DecryptBuilder
 
setKeyAlgorithm(String) - Method in class tech.mgl.core.tools.MGL_RSA.EncryptBuilder
 
setKeyPrefix(String) - Method in class tech.mgl.core.config.MGL_JSONConfig
 
setKeySize(int) - Method in class tech.mgl.core.tools.MGL_RSA.Builder
 
setKeySize(int) - Method in class tech.mgl.core.tools.MGL_RSA.DecryptBuilder
 
setKeySize(int) - Method in class tech.mgl.core.tools.MGL_RSA.EncryptBuilder
 
setLength(int) - Method in class tech.mgl.core.utils.captcha.MGL_Captcha.Builder
 
setLevel(MGL_Captcha.SecurityCodeLevel) - Method in class tech.mgl.core.utils.captcha.MGL_Captcha.Builder
 
setLogo(MGL_QRCodeLogo) - Method in class tech.mgl.core.qrcode.MGL_QRCodeUtils.Builder
 
setLogoPart(int) - Method in class tech.mgl.core.bean.MGL_QRCodeLogo.Builder
 
setMarketPrice(BigDecimal) - Method in class tech.mgl.core.utils.TestDemoEntity
 
setMethod(MGL_HttpRequest.REQUEST_METHOD) - Method in class tech.mgl.utils.http.MGL_HttpRequest.Builder
 
setMethod(MGL_HttpRequest.REQUEST_METHOD) - Method in class tech.mgl.utils.http.MGL_HttpRequest
 
setModulus(String) - Method in class tech.mgl.core.tools.MGL_RSA.DecryptBuilder
 
setModulus(String) - Method in class tech.mgl.core.tools.MGL_RSA.EncryptBuilder
 
setName(String) - Method in class tech.mgl.core.config.MGL_EMailConfig
 
setName(String) - Method in class tech.mgl.core.i.test.Test1
 
setName(String) - Method in class tech.mgl.core.utils.TestDemoEntity
 
setNameSpell(String) - Method in class tech.mgl.core.utils.TestDemoEntity
 
setNeedCompress(boolean) - Method in class tech.mgl.core.bean.MGL_QRCodeLogo.Builder
 
setNodeHome(String) - Static method in class tech.mgl.utils.minifier.MGL_MinifierUtils
设置 Node.js 安装目录(优先使用)
setNumber1(String) - Method in class tech.mgl.core.utils.TestDemoEntity
 
setObjectIfAbsent(String, T, Duration) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
如果不存在则设置 并返回 true 如果存在则返回 false
setObjectIfExists(String, T, Duration) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
如果存在则设置 并返回 true 如果存在则返回 false
setOffset(int) - Method in class tech.mgl.core.utils.security.MGL_OTP
设置偏移时间
setOutPath(String) - Method in class tech.mgl.core.utils.MGL_CompressUtils.Builder
 
setParams(AlgorithmParameterSpec) - Method in class tech.mgl.core.tools.MGL_RSA.DecryptBuilder
 
setParams(AlgorithmParameterSpec) - Method in class tech.mgl.core.tools.MGL_RSA.EncryptBuilder
 
setPath(String) - Method in class tech.mgl.core.qrcode.MGL_QRCodeUtils.Builder
 
setPath(String) - Method in class tech.mgl.core.utils.img.MGL_ImgVo
 
setPictureType(MGL_QRCodeUtils.PictureType) - Method in class tech.mgl.core.qrcode.MGL_QRCodeUtils.Builder
 
setPicType(String) - Method in class tech.mgl.core.utils.TestDemoEntity
 
setPixels() - Method in class tech.mgl.core.utils.gif.MGL_GifDecoder
Creates new frame image from current data (and previous frames as specified by their disposition codes).
setPlainText(String) - Method in class tech.mgl.core.tools.MGL_RSA.EncryptBuilder
 
setPlatformCode(int) - Method in class tech.mgl.core.utils.TestDemoEntity
 
setPlatformName(String) - Method in class tech.mgl.core.utils.TestDemoEntity
 
setPop3(String) - Method in class tech.mgl.core.config.MGL_EMailConfig
 
setPrice(BigDecimal) - Method in class tech.mgl.core.utils.TestDemoEntity
 
setPrivateKey(String) - Method in class tech.mgl.core.tools.MGL_RSA.DecryptBuilder
 
setPrivateKey(String, String) - Method in class tech.mgl.core.tools.MGL_RSA.DecryptBuilder
 
setPrivateKey(String, String, Provider) - Method in class tech.mgl.core.tools.MGL_RSA.DecryptBuilder
使用模和指数生成RSA私钥 注意:【此代码用了默认补位方式,为RSA/None/PKCS1Padding,不同JDK默认的补位方式可能不同,如Android默认是RSA /None/NoPadding】 default RSA FOR key factory its ok
setPrivateKey(PrivateKey) - Method in class tech.mgl.core.tools.MGL_RSA.DecryptBuilder
 
setPropertyNamingStrategy(PropertyNamingStrategy) - Method in class tech.mgl.core.config.MGL_JSONConfig
 
setProvider(Provider) - Method in class tech.mgl.core.tools.MGL_RSA.Builder
 
setProvider(Provider) - Method in class tech.mgl.core.tools.MGL_RSA.DecryptBuilder
 
setProvider(Provider) - Method in class tech.mgl.core.tools.MGL_RSA.EncryptBuilder
 
setPublicKey(String) - Method in class tech.mgl.core.tools.MGL_RSA.EncryptBuilder
 
setPublicKey(String, String, Provider) - Method in class tech.mgl.core.tools.MGL_RSA.EncryptBuilder
使用模和指数生成RSA公钥 注意:【此代码用了默认补位方式,为RSA/None/PKCS1Padding,不同JDK默认的补位方式可能不同,如Android默认是RSA /None/NoPadding】 python "RSA/ECB/PKCS1Padding" default use RSA for key factory its ok
setPublicKey(PublicKey) - Method in class tech.mgl.core.tools.MGL_RSA.EncryptBuilder
 
setQuality(int) - Method in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
Sets quality of color quantization (conversion of images to the maximum 256 colors allowed by the GIF specification).
setReadTimeout(int) - Method in class tech.mgl.utils.http.MGL_HttpRequest.Builder
 
setReadTimeout(int) - Method in class tech.mgl.utils.http.MGL_HttpRequest
 
setRepeat(int) - Method in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
Sets the number of times the set of GIF frames should be played.
setRepeat(Boolean) - Method in class tech.mgl.core.utils.captcha.MGL_Captcha.Builder
 
setrPath(String) - Method in class tech.mgl.core.utils.TestDemoEntity
 
setSalesVolumeCount(Integer) - Method in class tech.mgl.core.utils.TestDemoEntity
 
setSecret(String) - Method in class tech.mgl.utils.minio.MinIOUtils
 
setSecretKey(String) - Method in class tech.mgl.core.utils.security.MGL_OTPBuilder
 
setSelectFiles(List<File>) - Method in class tech.mgl.core.utils.MGL_CompressUtils.Builder
 
setServerId(String) - Method in class tech.mgl.core.utils.TestDemoEntity
 
setShopId(String) - Method in class tech.mgl.core.utils.TestDemoEntity
 
setSize(int, int) - Method in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
Sets the GIF frame size.
setSmtp(String) - Method in class tech.mgl.core.config.MGL_EMailConfig
 
setSrcPrice(BigDecimal) - Method in class tech.mgl.core.utils.TestDemoEntity
 
setStatusCode(int) - Method in class tech.mgl.core.utils.TestDemoEntity
 
setStatusName(String) - Method in class tech.mgl.core.utils.TestDemoEntity
 
setString(String, String) - Static method in class tech.mgl.core.tools.redis.MGL_JedisUtils
 
setString(String, String, int) - Static method in class tech.mgl.core.tools.redis.MGL_JedisUtils
 
setSubject(String) - Method in class tech.mgl.core.config.MGL_EMailConfig
 
setTags(String) - Method in class tech.mgl.core.utils.TestDemoEntity
 
setTimeCorrectionMinutes(int) - Method in class tech.mgl.utils.security.gen.TotpClock
Sets the currently used time correction value.
setTimeFormat(String) - Method in class tech.mgl.core.config.MGL_JSONConfig
 
setToEmals(List<String>) - Method in class tech.mgl.core.config.MGL_EMailConfig
 
setTransparent(Color) - Method in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
Sets the transparent color for the last added frame and any subsequent frames.
setType(String) - Method in enum class tech.mgl.core.utils.MGL_CompressUtils.FileType
 
setType(MGL_CompressUtils.FileType) - Method in class tech.mgl.core.utils.MGL_CompressUtils.Builder
 
setUpdateTime(Timestamp) - Method in class tech.mgl.core.utils.TestDemoEntity
 
setUrl(String) - Method in class tech.mgl.utils.http.MGL_HttpRequest.Builder
 
setUrl(String) - Method in class tech.mgl.utils.http.MGL_HttpRequest
 
setUrl(String) - Method in class tech.mgl.utils.minio.MinIOUtils
 
setUrlForChn(String) - Static method in class tech.mgl.utils.MGL_WebResourceCompressor
对含有中文的字符串进行Unicode编码  龥 Unicode表中的汉字的头和尾
setValues(T, Map<String, Object>) - Static method in class tech.mgl.core.utils.MGL_BeanUtils
 
setValues(T, Map<String, Object>, boolean) - Static method in class tech.mgl.core.utils.MGL_BeanUtils
给某个对象设置给定的属性值
setVerifyCode(String) - Method in class tech.mgl.core.utils.captcha.MGL_CaptchaImage
 
setWidth(int) - Method in class tech.mgl.core.bean.MGL_QRCodeLogo.Builder
 
setWidth(int) - Method in class tech.mgl.core.qrcode.MGL_QRCodeUtils.Builder
 
setWidth(int) - Method in class tech.mgl.core.utils.img.MGL_ImgVo
 
setWriteTimeout(int) - Method in class tech.mgl.utils.http.MGL_HttpRequest.Builder
 
setWriteTimeout(int) - Method in class tech.mgl.utils.http.MGL_HttpRequest
 
setwUserId(String) - Method in class tech.mgl.core.utils.TestDemoEntity
 
setX(int) - Method in class tech.mgl.core.utils.img.MGL_ImgVo
 
setY(int) - Method in class tech.mgl.core.utils.img.MGL_ImgVo
 
SHA(String, String, Provider) - Static method in class tech.mgl.core.c.MGL_CryptoCommonUtils
 
SHA_BIG_File(File, String, Provider) - Static method in class tech.mgl.core.c.MGL_CryptoCommonUtils
 
SHA_BIG_File(InputStream, String, Provider) - Static method in class tech.mgl.core.c.MGL_CryptoCommonUtils
适用于上G大的文件
SHA_BIG_File(String, String, Provider) - Static method in class tech.mgl.core.c.MGL_CryptoCommonUtils
 
SHA1(byte[]) - Static method in class tech.mgl.core.c.MGL_CryptoCommonUtils
 
SHA1(byte[], Provider) - Static method in class tech.mgl.core.c.MGL_CryptoCommonUtils
 
SHA1(File) - Static method in class tech.mgl.core.c.MGL_CryptoCommonUtils
文件生成SHA1
SHA1(InputStream) - Static method in class tech.mgl.core.c.MGL_CryptoCommonUtils
 
SHA1(String) - Static method in class tech.mgl.core.c.MGL_CryptoCommonUtils
字符串生成SHA1
SHA1(String, Provider) - Static method in class tech.mgl.core.c.MGL_CryptoCommonUtils
 
SHA1File(String) - Static method in class tech.mgl.core.c.MGL_CryptoCommonUtils
 
SHA256(String) - Static method in class tech.mgl.core.c.MGL_CryptoCommonUtils
 
SHA256(String, Provider) - Static method in class tech.mgl.core.c.MGL_CryptoCommonUtils
 
SHA512(String) - Static method in class tech.mgl.core.c.MGL_CryptoCommonUtils
 
SHA512(String, Provider) - Static method in class tech.mgl.core.c.MGL_CryptoCommonUtils
 
short0(short) - Static method in class tech.mgl.core.tools.redis.ByteUtils
 
short1(short) - Static method in class tech.mgl.core.tools.redis.ByteUtils
 
short2hex(int, StringBuffer) - Static method in class tech.mgl.core.tools.redis.ByteUtils
 
sign(byte[], String) - Static method in class tech.mgl.core.tools.MGL_RSACoder
用私钥对信息生成数字签名
SIGNATURE_ALGORITHM - Static variable in class tech.mgl.core.tools.MGL_RSACoder
 
Simple - Enum constant in enum class tech.mgl.core.utils.captcha.MGL_Captcha.SecurityCodeLevel
 
size() - Method in class tech.mgl.core.utils.stream.FastByteArrayOutputStream
 
size() - Method in class tech.mgl.core.utils.stream.FastByteBuffer
 
sizeSet - Variable in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
 
skip() - Method in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
SMSProvider - Class in tech.mgl.core.i.impl.mfa
 
SMSProvider() - Constructor for class tech.mgl.core.i.impl.mfa.SMSProvider
 
SnakeCase - Enum constant in enum class tech.mgl.core.utils.MGL_PropertyNamingUtils
 
splitArray(byte[], int) - Static method in class tech.mgl.core.tools.MGL_RSAUtils
拆分数组
splitQuery(String, String) - Static method in class tech.mgl.core.utils.security.MGL_URLUtils
 
splitString(String, int) - Static method in class tech.mgl.core.tools.MGL_RSAUtils
拆分字符串
SQLSERVER - Enum constant in enum class tech.mgl.utils.db.MGL_DatabaseTypeMapper.DbVendor
 
start() - Method in interface tech.mgl.core.stream.MGLStreamProgress
开始
start(OutputStream) - Method in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
Initiates GIF file creation on the given stream.
start(String) - Method in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
Initiates writing of a GIF file with the specified name.
started - Variable in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
 
state(boolean, String) - Static method in class tech.mgl.core.utils.MGL_Asserts
反状态
status - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
STATUS_FORMAT_ERROR - Static variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
File read status: Error decoding file (may be partially decoded)
STATUS_OK - Static variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
File read status: No errors.
STATUS_OPEN_ERROR - Static variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
File read status: Unable to open source.
stepBuffer(ByteBuffer, int) - Static method in class tech.mgl.core.tools.redis.ByteUtils
 
STREAM - Enum constant in enum class tech.mgl.utils.http.MGL_HttpUtils.ParamsKey
 
string2inputStream(String) - Static method in class tech.mgl.core.utils.MGL_StringUtils
Converts a String to an InputStream.
string2UnicodeEscape(String) - Static method in class tech.mgl.core.utils.MGL_UnicodeUtils
中午字符串转unicode格式输出
stringSize(int) - Static method in class tech.mgl.core.tools.redis.ByteUtils
 
stringSize(long) - Static method in class tech.mgl.core.tools.redis.ByteUtils
 
stringToPinYin(String) - Static method in class tech.mgl.core.utils.MGL_ChineseUtils
 
stringToPinYin(String, String) - Static method in class tech.mgl.core.utils.MGL_ChineseUtils
字符串转换到拼音
stringToUnicodeCodePoints(String) - Static method in class tech.mgl.core.utils.MGL_UnicodeUtils
Converts a string to an array of Unicode code points.
strToDate(String) - Static method in class tech.mgl.core.utils.MGL_TimeUtils
 
strToDate(String, String) - Static method in class tech.mgl.core.utils.MGL_TimeUtils
 
sub(String, String) - Static method in class tech.mgl.core.utils.MGL_DecimalUtils
提供精确的减法运算。
sub(BigDecimal, Object) - Static method in class tech.mgl.core.utils.MGL_DecimalUtils
 
subscribe(String, Class<T>, Consumer<T>) - Static method in class tech.mgl.core.tools.redis.MGL_RedisUtils
订阅通道接收消息
suffix - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
sum(byte[], String, Provider) - Static method in class tech.mgl.core.c.MGL_CryptoCommonUtils
 

T

tar(String, String) - Static method in class tech.mgl.core.utils.MGL_CompressUtils
 
TAR - Enum constant in enum class tech.mgl.core.utils.MGL_CompressUtils.FileType
 
TARBZ2 - Enum constant in enum class tech.mgl.core.utils.MGL_CompressUtils.FileType
 
TARGZ - Enum constant in enum class tech.mgl.core.utils.MGL_CompressUtils.FileType
 
tech.mgl.core.bean - package tech.mgl.core.bean
 
tech.mgl.core.c - package tech.mgl.core.c
 
tech.mgl.core.config - package tech.mgl.core.config
 
tech.mgl.core.i - package tech.mgl.core.i
 
tech.mgl.core.i.impl - package tech.mgl.core.i.impl
 
tech.mgl.core.i.impl.mfa - package tech.mgl.core.i.impl.mfa
 
tech.mgl.core.i.impl.translator - package tech.mgl.core.i.impl.translator
 
tech.mgl.core.i.test - package tech.mgl.core.i.test
 
tech.mgl.core.qrcode - package tech.mgl.core.qrcode
ClassName: package-info
tech.mgl.core.stream - package tech.mgl.core.stream
 
tech.mgl.core.tools - package tech.mgl.core.tools
 
tech.mgl.core.tools.redis - package tech.mgl.core.tools.redis
 
tech.mgl.core.utils - package tech.mgl.core.utils
 
tech.mgl.core.utils.captcha - package tech.mgl.core.utils.captcha
 
tech.mgl.core.utils.gif - package tech.mgl.core.utils.gif
 
tech.mgl.core.utils.http - package tech.mgl.core.utils.http
 
tech.mgl.core.utils.id - package tech.mgl.core.utils.id
 
tech.mgl.core.utils.img - package tech.mgl.core.utils.img
 
tech.mgl.core.utils.random - package tech.mgl.core.utils.random
 
tech.mgl.core.utils.security - package tech.mgl.core.utils.security
 
tech.mgl.core.utils.stream - package tech.mgl.core.utils.stream
 
tech.mgl.expand - package tech.mgl.expand
 
tech.mgl.utils - package tech.mgl.utils
 
tech.mgl.utils.chinese - package tech.mgl.utils.chinese
 
tech.mgl.utils.db - package tech.mgl.utils.db
 
tech.mgl.utils.http - package tech.mgl.utils.http
 
tech.mgl.utils.json - package tech.mgl.utils.json
 
tech.mgl.utils.minifier - package tech.mgl.utils.minifier
 
tech.mgl.utils.minio - package tech.mgl.utils.minio
 
tech.mgl.utils.security.gen - package tech.mgl.utils.security.gen
 
tech.mgl.utils.ssl - package tech.mgl.utils.ssl
 
test() - Method in class tech.mgl.core.utils.MGL_XMLUtils
 
Test - Class in tech.mgl.core.utils.id
 
Test - Class in tech.mgl.core.utils
 
Test() - Constructor for class tech.mgl.core.utils.id.Test
 
Test() - Constructor for class tech.mgl.core.utils.Test
 
Test1 - Class in tech.mgl.core.i.test
 
Test1() - Constructor for class tech.mgl.core.i.test.Test1
 
testCode() - Method in class tech.mgl.core.utils.MGL_IDUtils
 
TestDemoEntity - Class in tech.mgl.core.utils
 
TestDemoEntity() - Constructor for class tech.mgl.core.utils.TestDemoEntity
 
testing - Static variable in class tech.mgl.core.tools.redis.ByteUtils
if it is testing,check key argument even if use binary protocol.
TestModel - Class in tech.mgl.core.utils
ClassName: TestModel
TestModel() - Constructor for class tech.mgl.core.utils.TestModel
 
TestPasscode - Class in tech.mgl.utils.security.gen
 
TestPasscode() - Constructor for class tech.mgl.utils.security.gen.TestPasscode
 
TestRedis - Class in tech.mgl.core.tools.redis
 
TestRedis() - Constructor for class tech.mgl.core.tools.redis.TestRedis
 
testUUID() - Method in class tech.mgl.core.utils.MGL_IDUtils
 
TEXT_PALIN - Enum constant in enum class tech.mgl.utils.http.MGL_HttpRequest.EnctypeType
 
thepicture - Variable in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
Tls12SocketFactory - Class in tech.mgl.core.utils.http
 
Tls12SocketFactory(SSLSocketFactory) - Constructor for class tech.mgl.core.utils.http.Tls12SocketFactory
 
toArray() - Method in class tech.mgl.core.utils.stream.FastByteBuffer
返回快速缓冲中的数据
toArray(int, int) - Method in class tech.mgl.core.utils.stream.FastByteBuffer
返回快速缓冲中的数据
toBase64Image(String) - Method in class tech.mgl.core.utils.captcha.MGL_CaptchaImageGenerator
 
toBean(JSONObject, Class<T>) - Static method in class tech.mgl.core.utils.MGL_JsonUtils
 
toByteArray() - Method in class tech.mgl.core.utils.stream.FastByteArrayOutputStream
转为Byte数组
toCaseObject(String, Class<T>, PropertyNamingStrategy) - Static method in class tech.mgl.core.utils.MGL_JsonUtils
将下划线转换为驼峰的形式,例如:user_name-->userName 好像多余的 不管 设置不设置 转Java对象的时候 都会把user_name改成userName
toHex(byte[], char[]) - Static method in class tech.mgl.core.c.MGL_HexUtils
 
toHexString(byte[]) - Static method in class tech.mgl.core.c.MGL_HexUtils
二进制转HEX
toHexWithString(byte[]) - Static method in class tech.mgl.core.c.MGL_HexUtils
 
toImage(String) - Method in class tech.mgl.core.utils.captcha.MGL_CaptchaImageGenerator
 
toJson(Object) - Static method in class tech.mgl.core.utils.MGL_JsonBigUtils
将对象序列化为JSON字符串
toJson(Object, PropertyNamingStrategy) - Static method in class tech.mgl.core.utils.MGL_JsonUtils
按指定的规则把对象转换JSON 查看PropertyNamingStrategy
toJson(Object, PropertyNamingStrategy, MGL_JSONConfig) - Static method in class tech.mgl.core.utils.MGL_JsonUtils
Deprecated.
toJson(Object, MGL_JSONConfig) - Static method in class tech.mgl.core.utils.MGL_JsonUtils
按指定的规则把对象转换JSON 查看PropertyNamingStrategy
toJson(T) - Static method in class tech.mgl.utils.json.MGL_JsonUtils
对象 => json字符串
toMap(T, boolean) - Static method in class tech.mgl.core.utils.MGL_BeanUtils
将一个 JavaBean 对象转化为一个 Map
toMapWithAnnotation(Object) - Static method in class tech.mgl.core.utils.MGL_JsonUtils
基于注解 把Java对象转map
toString() - Method in class tech.mgl.core.utils.stream.FastByteArrayOutputStream
 
toString(String) - Method in class tech.mgl.core.utils.stream.FastByteArrayOutputStream
转为字符串
toString(Charset) - Method in class tech.mgl.core.utils.stream.FastByteArrayOutputStream
转为字符串
toStringMap(Map<String, Object>) - Static method in class tech.mgl.core.utils.MGL_MapUtils
简单转换
TOTP - Enum constant in enum class tech.mgl.utils.security.gen.AccountDb.OtpType
 
TOTP - Enum constant in enum class tech.mgl.utils.security.gen.MGL_OtpProvider.OtpType
 
TotpClock - Class in tech.mgl.utils.security.gen
Clock input for the time-based OTPs (TOTP).
TotpClock() - Constructor for class tech.mgl.utils.security.gen.TotpClock
 
TotpCounter - Class in tech.mgl.utils.security.gen
Counter whose value is a deterministic function of time as described in RFC 6238 "TOTP: Time-Based One-Time Password Algorithm".
TotpCounter(long) - Constructor for class tech.mgl.utils.security.gen.TotpCounter
Constructs a new TotpCounter that starts with the value 0 at time instant 0 (seconds since UNIX epoch) and increments its value with the specified frequency.
TotpCounter(long, long) - Constructor for class tech.mgl.utils.security.gen.TotpCounter
Constructs a new TotpCounter that starts with the value 0 at the specified time and increments its value with the specified frequency.
TOTPGoogleProvider - Class in tech.mgl.core.i.impl.mfa
 
TOTPGoogleProvider() - Constructor for class tech.mgl.core.i.impl.mfa.TOTPGoogleProvider
 
TOTPProvider - Class in tech.mgl.core.i.impl.mfa
 
TOTPProvider() - Constructor for class tech.mgl.core.i.impl.mfa.TOTPProvider
 
toUnderlineCase(String) - Static method in class tech.mgl.core.utils.MGL_ClassUtils
 
toXml(T) - Static method in class tech.mgl.core.utils.MGL_XMLUtils
 
TRACE - Enum constant in enum class tech.mgl.utils.http.MGL_HttpRequest.REQUEST_METHOD
 
transIndex - Variable in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
 
transIndex - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
translate(String) - Method in class tech.mgl.core.i.impl.translator.DefaultTranslator
 
translate(String) - Method in class tech.mgl.core.i.impl.translator.GoogleTranslator
 
translate(String) - Method in interface tech.mgl.core.i.MGLTranslator
 
translate(String) - Method in enum class tech.mgl.core.utils.MGL_PropertyNamingUtils
 
translate(String) - Static method in class tech.mgl.utils.MGL_TranslatorUtils
 
translate(String, String, String) - Method in class tech.mgl.core.i.impl.translator.DefaultTranslator
 
translate(String, String, String) - Method in class tech.mgl.core.i.impl.translator.GoogleTranslator
 
translate(String, String, String) - Method in interface tech.mgl.core.i.MGLTranslator
 
translate(String, String, String) - Static method in class tech.mgl.utils.MGL_TranslatorUtils
 
transparency - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
transparent - Variable in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
 
trimAll(String) - Static method in class tech.mgl.core.utils.MGL_StringUtils
Removes all whitespace characters from the given string.

U

un() - Method in class tech.mgl.core.utils.MGL_CompressUtils
 
unbiasnet() - Method in class tech.mgl.core.utils.gif.MGL_NeuQuant
 
unicode2String(String) - Static method in class tech.mgl.core.utils.MGL_UnicodeUtils
 
unicodeCodePointsToString(int[]) - Static method in class tech.mgl.core.utils.MGL_UnicodeUtils
 
unicodEescape2String(String) - Static method in class tech.mgl.core.utils.MGL_UnicodeUtils
 
unserialize(byte[]) - Static method in class tech.mgl.core.tools.redis.SerializeUtils
 
upload() - Method in class tech.mgl.utils.minio.MinIOUtils
 
upload(String, Map<String, Object>) - Static method in class tech.mgl.utils.http.MGL_HttpUtils
 
upload(String, Map<String, Object>) - Static method in class tech.mgl.utils.http.MGL_NetUtils
上传文件(单文件 + 参数)
upload(MGL_UploadBuilder) - Static method in class tech.mgl.utils.http.MGL_HttpUtils
上传文件
uploadFile(String, File) - Static method in class tech.mgl.utils.http.MGL_NetUtils
 
uploadUrl(String) - Method in class tech.mgl.utils.http.MGL_UploadBuilder.Builder
 
URL - Static variable in class tech.mgl.core.utils.MGL_ValidateUtils
验证URL
usedEntry - Variable in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
 
USER_NAME - Static variable in class tech.mgl.core.utils.MGL_ValidateUtils
以字母开头,长度在6~18之间,只能包含字符、数字和下划线。
Utilities - Class in tech.mgl.utils.security.gen
A class for handling a variety of utility things.

V

validate(Object, Integer) - Static method in class tech.mgl.core.utils.MGL_ValidateUtils
 
validate(Object, Integer, boolean) - Static method in class tech.mgl.core.utils.MGL_ValidateUtils
 
validate(Object, Integer, String, boolean) - Static method in class tech.mgl.core.utils.MGL_ValidateUtils
校验给定数据的合法性
validate(Object, String) - Static method in class tech.mgl.core.utils.MGL_ValidateUtils
 
validate(Object, String, boolean) - Static method in class tech.mgl.core.utils.MGL_ValidateUtils
 
validateOtp(String, int) - Method in class tech.mgl.core.i.impl.mfa.SMSProvider
 
validateOtp(String, int) - Method in class tech.mgl.core.i.impl.mfa.TOTPGoogleProvider
 
validateOtp(String, int) - Method in class tech.mgl.core.i.impl.mfa.TOTPProvider
 
validateOtp(String, int) - Method in interface tech.mgl.core.i.MFAProvider
 
value - Variable in enum class tech.mgl.utils.security.gen.AccountDb.OtpType
 
value - Variable in enum class tech.mgl.utils.security.gen.MGL_OtpProvider.OtpType
 
valueOf(String) - Static method in enum class tech.mgl.core.qrcode.MGL_QRCodeUtils.PictureType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class tech.mgl.core.utils.captcha.MGL_Captcha.SecurityCodeLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class tech.mgl.core.utils.captcha.MGL_CaptchaUtils.Keys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class tech.mgl.core.utils.MGL_CompressUtils.FileType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class tech.mgl.core.utils.MGL_DateTimeUtils.TimeUnit
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class tech.mgl.core.utils.MGL_PropertyNamingUtils
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class tech.mgl.core.utils.security.MGL_URLUtils.CryptType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class tech.mgl.utils.db.MGL_DatabaseTypeMapper.DbVendor
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class tech.mgl.utils.http.MGL_HttpRequest.EnctypeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class tech.mgl.utils.http.MGL_HttpRequest.REQUEST_METHOD
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class tech.mgl.utils.http.MGL_HttpUtils.ParamsKey
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class tech.mgl.utils.http.MGL_HttpUtils.ParamsType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class tech.mgl.utils.security.gen.AccountDb.OtpType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class tech.mgl.utils.security.gen.MGL_OtpProvider.OtpType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class tech.mgl.core.qrcode.MGL_QRCodeUtils.PictureType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class tech.mgl.core.utils.captcha.MGL_Captcha.SecurityCodeLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class tech.mgl.core.utils.captcha.MGL_CaptchaUtils.Keys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class tech.mgl.core.utils.MGL_CompressUtils.FileType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class tech.mgl.core.utils.MGL_DateTimeUtils.TimeUnit
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class tech.mgl.core.utils.MGL_PropertyNamingUtils
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class tech.mgl.core.utils.security.MGL_URLUtils.CryptType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class tech.mgl.utils.db.MGL_DatabaseTypeMapper.DbVendor
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class tech.mgl.utils.http.MGL_HttpRequest.EnctypeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class tech.mgl.utils.http.MGL_HttpRequest.REQUEST_METHOD
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class tech.mgl.utils.http.MGL_HttpUtils.ParamsKey
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class tech.mgl.utils.http.MGL_HttpUtils.ParamsType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class tech.mgl.utils.security.gen.AccountDb.OtpType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class tech.mgl.utils.security.gen.MGL_OtpProvider.OtpType
Returns an array containing the constants of this enum class, in the order they are declared.
verify(byte[], String, String) - Static method in class tech.mgl.core.tools.MGL_RSACoder
校验数字签名
verify(String) - Static method in class tech.mgl.core.utils.MGL_IDNumberUtils
功能:身份证的有效验证
verify(String, String, String) - Static method in class tech.mgl.core.utils.security.MGL_CryptoUtils
验证密码 hashedPassword 原密码,就是加盐加密的后的密码
verifyResponseCode(long, String) - Method in class tech.mgl.utils.security.gen.PasscodeGenerator
 
verifyTimeoutCode(long, String) - Method in class tech.mgl.utils.security.gen.PasscodeGenerator
Verify a timeout code.
verifyTimeoutCode(String, long, int, int) - Method in class tech.mgl.utils.security.gen.PasscodeGenerator
Verify a timeout code.
verifyToken(String, String) - Static method in class tech.mgl.core.utils.MGL_JwtUtils
 

W

width - Variable in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
 
width - Variable in class tech.mgl.core.utils.gif.MGL_GifDecoder
 
write(byte[], int, int) - Method in class tech.mgl.core.utils.stream.FastByteArrayOutputStream
 
write(int) - Method in class tech.mgl.core.utils.stream.FastByteArrayOutputStream
 
writeGraphicCtrlExt() - Method in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
Writes Graphic Control Extension
writeImageDesc() - Method in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
Writes Image Descriptor
writeImageLocal(String, BufferedImage) - Method in class tech.mgl.core.utils.img.MGL_PicUtils
生成新图片到本地
writeLSD() - Method in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
Writes Logical Screen Descriptor
writeNetscapeExt() - Method in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
Writes Netscape application extension to define repeat count.
writePalette() - Method in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
Writes color table
writePixels() - Method in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
Encodes and writes pixel data
writeShort(int) - Method in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
Write 16-bit value to output stream, LSB first
writeString(String) - Method in class tech.mgl.core.utils.gif.MGL_AnimatedGifEncoder
Writes string to output stream
writeTo(OutputStream) - Method in class tech.mgl.core.utils.stream.FastByteArrayOutputStream
写出

X

XML - Variable in class tech.mgl.utils.http.MGL_HttpRequest
 
XML_STREAM - Enum constant in enum class tech.mgl.utils.http.MGL_HttpUtils.ParamsType
 

Y

YYYY - Static variable in class tech.mgl.core.utils.MGL_TimeUtils
 
YYYY_MM - Static variable in class tech.mgl.core.utils.MGL_TimeUtils
 
YYYY_MM_DD - Static variable in class tech.mgl.core.utils.MGL_TimeUtils
 
YYYY_MM_DD_HH_MM_SS - Static variable in class tech.mgl.core.utils.MGL_TimeUtils
 
YYYYMMDDHHMM - Static variable in class tech.mgl.core.utils.MGL_TimeUtils
 
YYYYMMDDHHMMSS - Static variable in class tech.mgl.core.utils.MGL_TimeUtils
 

Z

ZIP - Enum constant in enum class tech.mgl.core.utils.MGL_CompressUtils.FileType
 
ZXING_DIRECT - Static variable in class tech.mgl.utils.security.gen.Utilities
 
ZXING_MARKET - Static variable in class tech.mgl.utils.security.gen.Utilities
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form