跳过导航链接
A B C D E F G H I J K L M N O P Q R S T U V W Z 

A

ACCEPT_LANGUAGE - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
adaptFormat(Date) - 类 中的方法org.dromara.mendmix.common.json.CompsiteDateFormat
 
add(Date, int, int) - 类 中的静态方法org.dromara.mendmix.common.util.DateUtils
 
add(String, String) - 类 中的静态方法org.dromara.mendmix.common.util.ResourceUtils
 
addChild(TreeModel) - 类 中的方法org.dromara.mendmix.common.model.TreeModel
 
addContextHeader(String, String) - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
 
addContextHeaders(Map<String, String>) - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
 
addDeserializer(Class<T>, JsonDeserializer<? extends T>) - 类 中的静态方法org.dromara.mendmix.common.util.JsonUtils
 
addHeader(String, String) - 类 中的方法org.dromara.mendmix.common.http.HttpResponseEntity
 
addProxyUrlMapping(String, String) - 类 中的静态方法org.dromara.mendmix.common.http.HostMappingHolder
 
addSerializer(Class<? extends T>, JsonSerializer<T>) - 类 中的静态方法org.dromara.mendmix.common.util.JsonUtils
 
addTenantId(String) - 类 中的静态方法org.dromara.mendmix.common.GlobalContext
 
addUriPattern(String, String) - 类 中的方法org.dromara.mendmix.common.util.PathMatcher
 
AES - org.dromara.mendmix.common.crypt中的类
 
AES() - 类 的构造器org.dromara.mendmix.common.crypt.AES
 
AesWrapper - org.dromara.mendmix.common.crypt中的类
 
AesWrapper() - 类 的构造器org.dromara.mendmix.common.crypt.AesWrapper
 
AesWrapper(String) - 类 的构造器org.dromara.mendmix.common.crypt.AesWrapper
 
aesWrapper - 类 中的静态变量org.dromara.mendmix.common.util.SimpleCryptUtils
 
afterExecute(Runnable, Throwable) - 类 中的方法org.dromara.mendmix.common.async.StandardThreadExecutor
 
afterPropertiesSet() - 类 中的方法org.dromara.mendmix.common.sequence.SequenceGenerateService
 
afterPropertiesSet() - 类 中的方法org.dromara.mendmix.common.task.GlobalInternalScheduleService
 
AGE - 类 中的静态变量org.dromara.mendmix.common.util.FormatValidateUtils
年龄正则表达式 ^(?
ALGORITHM_DES - 类 中的静态变量org.dromara.mendmix.common.crypt.DES
 
ApacheHttpClient - org.dromara.mendmix.common.http中的类

Class Name : ApacheHttpClient
ApacheHttpClient() - 类 的构造器org.dromara.mendmix.common.http.ApacheHttpClient
 
ApiInfo - org.dromara.mendmix.common.model中的类
 
ApiInfo() - 类 的构造器org.dromara.mendmix.common.model.ApiInfo
 
ApiMetadata - org.dromara.mendmix.common.annotation中的注释类型
 
ApiModel - org.dromara.mendmix.common.model中的类
 
ApiModel() - 类 的构造器org.dromara.mendmix.common.model.ApiModel
 
ApiModel(HttpMethod, String) - 类 的构造器org.dromara.mendmix.common.model.ApiModel
 
appendResponseLog(StringBuilder) - 类 中的方法org.dromara.mendmix.common.http.HttpResponseEntity
 
APPID - 类 中的静态变量org.dromara.mendmix.common.GlobalContext
 
ARRAY_DESC - 类 中的静态变量org.dromara.mendmix.common.util.ReflectUtils
 
asPageParam() - 类 中的方法org.dromara.mendmix.common.model.PageQueryRequest
 
AssertUtil - org.dromara.mendmix.common.util中的类
 
AssertUtil() - 类 的构造器org.dromara.mendmix.common.util.AssertUtil
 
ASTERISK - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
AsyncInitializer - org.dromara.mendmix.common.async中的接口
异步初始化接口
Class Name : AsyncInitializer
AT - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
AuthUser - org.dromara.mendmix.common.model中的类

Class Name : AuthUser
AuthUser() - 类 的构造器org.dromara.mendmix.common.model.AuthUser
 
AuthUser(String, String) - 类 的构造器org.dromara.mendmix.common.model.AuthUser
 

B

BACK_SLASH - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
BACKEND_USER_AGENT_NAME - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
backendInternalCall() - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
Base58 - org.dromara.mendmix.common.crypt中的类
 
Base58() - 类 的构造器org.dromara.mendmix.common.crypt.Base58
 
Base64 - org.dromara.mendmix.common.crypt中的类
A very fast and memory efficient class to encode and decode to and from BASE64 in full accordance with RFC 2045.
Base64() - 类 的构造器org.dromara.mendmix.common.crypt.Base64
 
basicAuth(String, String) - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
BasicAuthParams(String, String) - 类 的构造器org.dromara.mendmix.common.http.HttpRequestEntity.BasicAuthParams
 
beanToMap(Object) - 类 中的静态方法org.dromara.mendmix.common.util.BeanUtils
 
beanToMap(Object, boolean) - 类 中的静态方法org.dromara.mendmix.common.util.BeanUtils
 
beanToMap(Object, boolean, boolean) - 类 中的静态方法org.dromara.mendmix.common.util.BeanUtils
 
BeanUtils - org.dromara.mendmix.common.util中的类
Bean复制
Copyright (c) 2015, vakinge@gmail.com.
BeanUtils() - 类 的构造器org.dromara.mendmix.common.util.BeanUtils
 
BigNumberToStringSerializer - org.dromara.mendmix.common.json.serializer中的类
 
BigNumberToStringSerializer() - 类 的构造器org.dromara.mendmix.common.json.serializer.BigNumberToStringSerializer
 
blankPage(int, int) - 类 中的静态方法org.dromara.mendmix.common.model.Page
 
blockUtilIdle(long, TimeUnit) - 类 中的方法org.dromara.mendmix.common.lock.redis.RedisDistributeLock
 
body(String) - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
BooleanCompositeDeserializer - org.dromara.mendmix.common.json.serializer中的类

BooleanCompositeDeserializer() - 类 的构造器org.dromara.mendmix.common.json.serializer.BooleanCompositeDeserializer
 
BooleanToBitSerializer - org.dromara.mendmix.common.json.serializer中的类
 
BooleanToBitSerializer() - 类 的构造器org.dromara.mendmix.common.json.serializer.BooleanToBitSerializer
 
BRACES_CLOSE - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
BRACES_OPEN - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
BRACKET_PREFIX - 类 中的静态变量org.dromara.mendmix.common.util.ParameterUtils
 
BRACKET_SUFFIX - 类 中的静态变量org.dromara.mendmix.common.util.ParameterUtils
 
build(List<T>) - 类 中的静态方法org.dromara.mendmix.common.model.TreeModel
 
buildErrorJSON(int, String) - 类 中的静态方法org.dromara.mendmix.common.model.WrapperResponse
 
buildException() - 类 中的方法org.dromara.mendmix.common.http.HttpResponseEntity
 
buildExceptionMessages(Throwable) - 类 中的静态方法org.dromara.mendmix.common.util.ExceptionFormatUtils
 
buildExceptionMessages(Throwable, int) - 类 中的静态方法org.dromara.mendmix.common.util.ExceptionFormatUtils
 
buildExceptionMessages(Throwable, boolean) - 类 中的静态方法org.dromara.mendmix.common.util.ExceptionFormatUtils
 
buildExceptionMessages(Throwable) - 类 中的静态方法org.dromara.mendmix.common.util.LogMessageFormat
 
buildExceptionMessages(Throwable, int) - 类 中的静态方法org.dromara.mendmix.common.util.LogMessageFormat
 
buildExceptionMessages(Throwable, boolean) - 类 中的静态方法org.dromara.mendmix.common.util.LogMessageFormat
 
buildJdbcExecObject(String, List<Condition>, boolean) - 类 中的静态方法org.dromara.mendmix.common.jdbc.Condition
 
buildLogHeader(String, Serializable) - 类 中的静态方法org.dromara.mendmix.common.util.ExceptionFormatUtils
生成日志消息
buildLogHeader(String, Serializable) - 类 中的静态方法org.dromara.mendmix.common.util.LogMessageFormat
生成日志消息
buildLogTail() - 类 中的静态方法org.dromara.mendmix.common.util.ExceptionFormatUtils
 
buildLogTail() - 类 中的静态方法org.dromara.mendmix.common.util.LogMessageFormat
 
buildMockData(Class<T>) - 类 中的静态方法org.dromara.mendmix.common.util.BeanUtils
 
buildQuery(Map<String, Object>, String) - 类 中的静态方法org.dromara.mendmix.common.http.JdkHttpClient
 
buildRequestLog() - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 

C

CachingFieldUtils - org.dromara.mendmix.common.util中的类
 
CachingFieldUtils() - 类 的构造器org.dromara.mendmix.common.util.CachingFieldUtils
 
call() - 接口 中的方法org.dromara.mendmix.common.async.ICaller
 
chars(String) - 枚举 中的静态方法org.dromara.mendmix.common.sequence.RandomType
 
charset(String) - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
CHARSET_UTF8 - 接口 中的静态变量org.dromara.mendmix.common.http.HttpClientProvider
 
CHARSET_UTF8 - 类 中的静态变量org.dromara.mendmix.common.http.JdkHttpClient
 
CirculateCounter - org.dromara.mendmix.common.counter中的类

CirculateCounter(int) - 类 的构造器org.dromara.mendmix.common.counter.CirculateCounter
 
CLASS_DESC - 类 中的静态变量org.dromara.mendmix.common.util.ReflectUtils
 
ClassScanner - org.dromara.mendmix.common.util中的类
 
ClassScanner() - 类 的构造器org.dromara.mendmix.common.util.ClassScanner
 
clone() - 类 中的方法org.dromara.mendmix.common.json.CompsiteDateFormat
 
close() - 类 中的方法org.dromara.mendmix.common.async.DelayRetryExecutor
 
close() - 类 中的静态方法org.dromara.mendmix.common.async.RetryAsyncTaskExecutor
 
close() - 类 中的静态方法org.dromara.mendmix.common.jdbc.DataSourceGroups
 
close(ResultSet, Statement, Connection) - 类 中的方法org.dromara.mendmix.common.jdbc.JdbcExecutor
 
COLON - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
COMMA - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
compareTo(ModifiedObject) - 类 中的方法org.dromara.mendmix.common.model.ModifiedObject
 
compress(String) - 类 中的静态方法org.dromara.mendmix.common.util.GzipUtils
字符串压缩为GZIP字节数组
compress(String, String) - 类 中的静态方法org.dromara.mendmix.common.util.GzipUtils
字符串压缩为GZIP字节数组
CompsiteDateFormat - org.dromara.mendmix.common.json中的类
 
Condition - org.dromara.mendmix.common.jdbc中的类
 
Condition() - 类 的构造器org.dromara.mendmix.common.jdbc.Condition
 
Condition(String, String, String) - 类 的构造器org.dromara.mendmix.common.jdbc.Condition
 
CONFIG_DELIMITERS - 类 中的静态变量org.dromara.mendmix.common.util.ResourceUtils
 
connectTimeout - 接口 中的静态变量org.dromara.mendmix.common.http.HttpClientProvider
 
CONTACT_STR - 类 中的静态变量org.dromara.mendmix.common.util.ParameterUtils
 
containsAnyProperty(String...) - 类 中的静态方法org.dromara.mendmix.common.util.ResourceUtils
 
containsContextPathMapping(String) - 类 中的静态方法org.dromara.mendmix.common.http.HostMappingHolder
 
containsProperty(String) - 类 中的静态方法org.dromara.mendmix.common.util.ResourceUtils
 
containsProxyUrlMapping(String) - 类 中的静态方法org.dromara.mendmix.common.http.HostMappingHolder
 
CONTENT_ENCODING_GZIP - 接口 中的静态变量org.dromara.mendmix.common.http.HttpClientProvider
 
CONTENT_ENCODING_GZIP - 类 中的静态变量org.dromara.mendmix.common.http.JdkHttpClient
 
CONTENT_TYPE_FROM_MULTIPART_PREFIX - 接口 中的静态变量org.dromara.mendmix.common.http.HttpClientProvider
 
CONTENT_TYPE_FROM_MULTIPART_UTF8 - 接口 中的静态变量org.dromara.mendmix.common.http.HttpClientProvider
 
CONTENT_TYPE_FROM_URLENCODED_PREFIX - 接口 中的静态变量org.dromara.mendmix.common.http.HttpClientProvider
 
CONTENT_TYPE_FROM_URLENCODED_UTF8 - 接口 中的静态变量org.dromara.mendmix.common.http.HttpClientProvider
 
CONTENT_TYPE_FROM_URLENCODED_UTF8 - 类 中的静态变量org.dromara.mendmix.common.http.JdkHttpClient
 
CONTENT_TYPE_JSON_PREFIX - 接口 中的静态变量org.dromara.mendmix.common.http.HttpClientProvider
 
CONTENT_TYPE_JSON_UTF8 - 接口 中的静态变量org.dromara.mendmix.common.http.HttpClientProvider
 
CONTENT_TYPE_JSON_UTF8 - 类 中的静态变量org.dromara.mendmix.common.http.JdkHttpClient
 
contentType(String) - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
CONTEXT_CURRENT_API_KEY - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
CONTEXT_EXCEPTION - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
CONTEXT_REQUEST_BODY_KEY - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
CONTEXT_REQUEST_URL_KEY - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
CONTEXT_TOKEN_PARAM_NAME - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
ContextKeys - org.dromara.mendmix.common.constants中的类
 
ContextKeys() - 类 的构造器org.dromara.mendmix.common.constants.ContextKeys
 
convert(ResultSet) - 接口 中的方法org.dromara.mendmix.common.jdbc.ResultConverter
 
convertCharset(String, Charset) - 类 中的静态方法org.dromara.mendmix.common.util.StringCharsetUtils
 
convertCharset(String, Charset, Charset) - 类 中的静态方法org.dromara.mendmix.common.util.StringCharsetUtils
 
copy(Object, T, boolean, boolean) - 类 中的静态方法org.dromara.mendmix.common.util.BeanUtils
值复制
copy(Object, T, boolean) - 类 中的静态方法org.dromara.mendmix.common.util.BeanUtils
 
copy(Object, T) - 类 中的静态方法org.dromara.mendmix.common.util.BeanUtils
 
copy(List<?>, Class<T>, boolean) - 类 中的静态方法org.dromara.mendmix.common.util.BeanUtils
 
copy(List<?>, Class<T>) - 类 中的静态方法org.dromara.mendmix.common.util.BeanUtils
 
copy(Object, Class<T>, boolean) - 类 中的静态方法org.dromara.mendmix.common.util.BeanUtils
 
copy(Object, Class<T>) - 类 中的静态方法org.dromara.mendmix.common.util.BeanUtils
深拷贝
copy(Map<String, Object>, Object) - 类 中的静态方法org.dromara.mendmix.common.util.BeanUtils
拷贝map的值到对象
count - 接口 中的静态变量org.dromara.mendmix.common.async.AsyncInitializer
 
create(HttpMethod) - 类 中的静态方法org.dromara.mendmix.common.http.HttpRequestEntity
 
createTime - 类 中的变量org.dromara.mendmix.common.async.RetryTask
 
creatInstnce() - 类 中的方法org.dromara.mendmix.common.serializer.KryoPoolSerializer.KryoPoolImpl
create a new kryo object to application use
Crypt - org.dromara.mendmix.common.crypt中的类
Contains static methods to encrypt and compare passwords with Unix encrypted passwords.
crypt(byte[], byte[]) - 类 中的静态方法org.dromara.mendmix.common.crypt.Crypt
Encrypt a password given the cleartext password and a "salt".
crypt(String, String, String) - 类 中的静态方法org.dromara.mendmix.common.crypt.Crypt
 
CRYPT_PREFIX - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
CurrencyAmountSerializer - org.dromara.mendmix.common.json.serializer中的类
 
CurrencyAmountSerializer() - 类 的构造器org.dromara.mendmix.common.json.serializer.CurrencyAmountSerializer
 
CURRENT_TIME_ZONE_IS_UTC - 类 中的静态变量org.dromara.mendmix.common.util.TimeConvertUtils
 
CurrentRuntimeContext - org.dromara.mendmix.common中的类
当前上下文
Class Name : CurrentRuntimeContext
CurrentRuntimeContext() - 类 的构造器org.dromara.mendmix.common.CurrentRuntimeContext
 
CustomEncryptor - org.dromara.mendmix.common.crypt中的类
 
CustomEncryptor(String, boolean) - 类 的构造器org.dromara.mendmix.common.crypt.CustomEncryptor
 
CustomEncryptor(String, boolean, long) - 类 的构造器org.dromara.mendmix.common.crypt.CustomEncryptor
 
CustomRequestHeaders - org.dromara.mendmix.common中的类
 
CustomRequestHeaders() - 类 的构造器org.dromara.mendmix.common.CustomRequestHeaders
 

D

DataChangeType - org.dromara.mendmix.common.constants中的枚举

DataPermItem - org.dromara.mendmix.common.model中的类
 
DataPermItem() - 类 的构造器org.dromara.mendmix.common.model.DataPermItem
 
DataScopeType - org.dromara.mendmix.common.constants中的枚举
 数据范围类型
Class Name : InfoType
DataSourceGroups - org.dromara.mendmix.common.jdbc中的类
 
DataSourceGroups() - 类 的构造器org.dromara.mendmix.common.jdbc.DataSourceGroups
 
DATE_PATTERN - 类 中的静态变量org.dromara.mendmix.common.util.DateUtils
 
DateConvertDeserializer - org.dromara.mendmix.common.json.deserializer中的类
 
DateConvertDeserializer() - 类 的构造器org.dromara.mendmix.common.json.deserializer.DateConvertDeserializer
 
DateConvertSerializer - org.dromara.mendmix.common.json.serializer中的类
 
DateConvertSerializer() - 类 的构造器org.dromara.mendmix.common.json.serializer.DateConvertSerializer
 
DateTimeConvertDeserializer - org.dromara.mendmix.common.json.deserializer中的类
 
DateTimeConvertDeserializer() - 类 的构造器org.dromara.mendmix.common.json.deserializer.DateTimeConvertDeserializer
 
DateTimeConvertSerializer - org.dromara.mendmix.common.json.serializer中的类
 
DateTimeConvertSerializer() - 类 的构造器org.dromara.mendmix.common.json.serializer.DateTimeConvertSerializer
 
DateUtils - org.dromara.mendmix.common.util中的类
日期处理工具类
DateUtils() - 类 的构造器org.dromara.mendmix.common.util.DateUtils
 
DEBUG_TRACE_PARAM_NAME - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
decode(String) - 类 中的静态方法org.dromara.mendmix.common.crypt.Base58
 
decode(char[]) - 类 中的静态方法org.dromara.mendmix.common.crypt.Base64
Decodes a BASE64 encoded char array.
decode(byte[]) - 类 中的静态方法org.dromara.mendmix.common.crypt.Base64
Decodes a BASE64 encoded byte array.
decode(String) - 类 中的静态方法org.dromara.mendmix.common.crypt.Base64
Decodes a BASE64 encoded String.
decode(String) - 类 中的静态方法org.dromara.mendmix.common.model.AuthUser
 
decodeBase64(String) - 类 中的静态方法org.dromara.mendmix.common.util.DigestUtils
 
decodeFast(char[]) - 类 中的静态方法org.dromara.mendmix.common.crypt.Base64
Decodes a BASE64 encoded char array that is known to be resonably well formatted.
decodeFast(byte[]) - 类 中的静态方法org.dromara.mendmix.common.crypt.Base64
Decodes a BASE64 encoded byte array that is known to be resonably well formatted.
decodeFast(String) - 类 中的静态方法org.dromara.mendmix.common.crypt.Base64
Decodes a BASE64 encoded string that is known to be resonably well formatted.
decrNode() - 类 中的方法org.dromara.mendmix.common.model.RoundRobinSelecter
 
decrypt(byte[], byte[]) - 类 中的静态方法org.dromara.mendmix.common.crypt.AES
解密
decrypt(String) - 类 中的方法org.dromara.mendmix.common.crypt.AesWrapper
 
decrypt(String) - 类 中的方法org.dromara.mendmix.common.crypt.CustomEncryptor
 
decrypt(String, String) - 类 中的静态方法org.dromara.mendmix.common.crypt.DES
DES算法,解密
decrypt(String) - 类 中的静态方法org.dromara.mendmix.common.crypt.MysqlCrypt
解密
decrypt(PrivateKey, byte[]) - 类 中的静态方法org.dromara.mendmix.common.crypt.RSA
解密
decrypt(PrivateKey, String) - 类 中的静态方法org.dromara.mendmix.common.crypt.RSA
 
decrypt(PrivateKey, String) - 类 中的静态方法org.dromara.mendmix.common.util.RsaSignUtils
 
decrypt(PrivateKey, byte[]) - 类 中的静态方法org.dromara.mendmix.common.util.RsaSignUtils
 
decrypt(String) - 类 中的静态方法org.dromara.mendmix.common.util.SimpleCryptUtils
 
DEFAULT_CRIPT_KEY - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
DEFAULT_DATA_PERM_SCOPE - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
DEFAULT_EXT_BIZ_NAME - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
DEFAULT_EXT_FIELD_VERSION - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
DEFAULT_EXT_FIELDS_NAME - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
DEFAULT_EXT_VALUES_NAME - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
DEFAULT_MAX_IDLE_TIME - 类 中的静态变量org.dromara.mendmix.common.async.StandardThreadExecutor
 
DEFAULT_MAX_THREADS - 类 中的静态变量org.dromara.mendmix.common.async.StandardThreadExecutor
 
DEFAULT_MIN_THREADS - 类 中的静态变量org.dromara.mendmix.common.async.StandardThreadExecutor
 
DEFAULT_SYSTEM_ID - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
DefaultExceptions - org.dromara.mendmix.common.exception中的类

Class Name : DefaultExceptions
DefaultExceptions() - 类 的构造器org.dromara.mendmix.common.exception.DefaultExceptions
 
delay() - 接口 中的方法org.dromara.mendmix.common.task.SubTimerTask
 
DelayRetryExecutor - org.dromara.mendmix.common.async中的类
 
DelayRetryExecutor(int, int, int, int) - 类 的构造器org.dromara.mendmix.common.async.DelayRetryExecutor
 
delete(String, Object[]) - 类 中的方法org.dromara.mendmix.common.jdbc.JdbcExecutor
 
DES - org.dromara.mendmix.common.crypt中的类
加密解密工具包
DES() - 类 的构造器org.dromara.mendmix.common.crypt.DES
 
desc2class(String) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
desc to class.
desc2classArray(String) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
get class array instance.
desc2name(String) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
desc to name.
DESC_PATTERN - 类 中的静态变量org.dromara.mendmix.common.util.ReflectUtils
 
DESC_REGEX - 类 中的静态变量org.dromara.mendmix.common.util.ReflectUtils
 
deserialize(JsonParser, DeserializationContext) - 类 中的方法org.dromara.mendmix.common.json.deserializer.DateConvertDeserializer
 
deserialize(JsonParser, DeserializationContext) - 类 中的方法org.dromara.mendmix.common.json.deserializer.DateTimeConvertDeserializer
 
deserialize(JsonParser, DeserializationContext) - 类 中的方法org.dromara.mendmix.common.json.deserializer.StringTrimDeserializer
 
deserialize(JsonParser, DeserializationContext) - 类 中的方法org.dromara.mendmix.common.json.serializer.BooleanCompositeDeserializer
 
deserialize(byte[]) - 类 中的方法org.dromara.mendmix.common.serializer.FSTSerializer
 
deserialize(byte[]) - 类 中的方法org.dromara.mendmix.common.serializer.JavaSerializer
 
deserialize(byte[]) - 类 中的方法org.dromara.mendmix.common.serializer.KryoPoolSerializer
Deserialize data
deserialize(byte[]) - 类 中的方法org.dromara.mendmix.common.serializer.KryoSerializer
 
deserialize(byte[]) - 接口 中的方法org.dromara.mendmix.common.serializer.Serializer
 
deserialize(byte[]) - 类 中的静态方法org.dromara.mendmix.common.util.SerializeUtils
反序列化
destroy() - 类 中的方法org.dromara.mendmix.common.task.GlobalInternalScheduleService
 
DigestUtils - org.dromara.mendmix.common.util中的类
 
DigestUtils() - 类 的构造器org.dromara.mendmix.common.util.DigestUtils
 
DistributeLockTemplate - org.dromara.mendmix.common.lock中的类
 
DistributeLockTemplate() - 类 的构造器org.dromara.mendmix.common.lock.DistributeLockTemplate
 
doInitialize() - 接口 中的方法org.dromara.mendmix.common.async.AsyncInitializer
 
doInitialize() - 类 中的方法org.dromara.mendmix.common.task.GlobalInternalScheduleService
 
doRetry(int) - 类 中的方法org.dromara.mendmix.common.async.SimpleRetry
 
doSchedule() - 类 中的方法org.dromara.mendmix.common.sequence.SequenceGenerateService
 
doSchedule() - 接口 中的方法org.dromara.mendmix.common.task.SubTimerTask
 
DOT - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
DOUBLE - 类 中的静态变量org.dromara.mendmix.common.util.FormatValidateUtils
Double正则表达式 ^-?
DOUBLE_NEGATIVE - 类 中的静态变量org.dromara.mendmix.common.util.FormatValidateUtils
正Double正则表达式 >=0 ^[1-9]\d*\.
DOUBLE_POSITIVE - 类 中的静态变量org.dromara.mendmix.common.util.FormatValidateUtils
负Double正则表达式 <= 0 ^(-([1-9]\d*\.
downloadFile(String, String) - 类 中的静态方法org.dromara.mendmix.common.util.HttpUtils
 

E

EMAIL - 类 中的静态变量org.dromara.mendmix.common.util.FormatValidateUtils
Email正则表达式;
EMPTY_CLASS_ARRAY - 类 中的静态变量org.dromara.mendmix.common.util.ReflectUtils
 
encode(byte[]) - 类 中的静态方法org.dromara.mendmix.common.crypt.Base58
 
encodeBase64(String) - 类 中的静态方法org.dromara.mendmix.common.util.DigestUtils
 
encodeToByte(byte[], boolean) - 类 中的静态方法org.dromara.mendmix.common.crypt.Base64
Encodes a raw byte array into a BASE64 byte[] representation i accordance with RFC 2045.
encodeToChar(byte[], boolean) - 类 中的静态方法org.dromara.mendmix.common.crypt.Base64
Encodes a raw byte array into a BASE64 char[] representation i accordance with RFC 2045.
encodeToString(byte[], boolean) - 类 中的静态方法org.dromara.mendmix.common.crypt.Base64
Encodes a raw byte array into a BASE64 String representation i accordance with RFC 2045.
encrypt(byte[], byte[]) - 类 中的静态方法org.dromara.mendmix.common.crypt.AES
加密
encrypt(String) - 类 中的方法org.dromara.mendmix.common.crypt.AesWrapper
 
encrypt(String) - 类 中的方法org.dromara.mendmix.common.crypt.CustomEncryptor
 
encrypt(String, boolean) - 类 中的方法org.dromara.mendmix.common.crypt.CustomEncryptor
 
encrypt(String, String) - 类 中的静态方法org.dromara.mendmix.common.crypt.DES
DES算法,加密
encrypt(String) - 类 中的静态方法org.dromara.mendmix.common.crypt.MysqlCrypt
加密
encrypt(PublicKey, byte[]) - 类 中的静态方法org.dromara.mendmix.common.crypt.RSA
加密
encrypt(PublicKey, String) - 类 中的静态方法org.dromara.mendmix.common.crypt.RSA
 
encrypt(PublicKey, String) - 类 中的静态方法org.dromara.mendmix.common.util.RsaSignUtils
 
encrypt(PublicKey, byte[]) - 类 中的静态方法org.dromara.mendmix.common.util.RsaSignUtils
 
encrypt(String) - 类 中的静态方法org.dromara.mendmix.common.util.SimpleCryptUtils
 
ENV - 类 中的静态变量org.dromara.mendmix.common.GlobalContext
 
ENV_DEV - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
ENV_LOCAL - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
ENV_PRD - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
EQUALS - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
equals(Object) - 类 中的方法org.dromara.mendmix.common.lock.FrontCheckLock
 
equals(Object) - 类 中的方法org.dromara.mendmix.common.model.KeyValuePair
 
equals(Object) - 类 中的方法org.dromara.mendmix.common.model.NameValuePair
 
equals(Object) - 类 中的方法org.dromara.mendmix.common.model.TreeModel
 
EQUALS_STR - 类 中的静态变量org.dromara.mendmix.common.util.ParameterUtils
 
ExceptionFormatUtils - org.dromara.mendmix.common.util中的类
 
ExceptionFormatUtils() - 类 的构造器org.dromara.mendmix.common.util.ExceptionFormatUtils
 
execSubTimerTask(GlobalInternalScheduleService.SubTimerTaskStat) - 类 中的方法org.dromara.mendmix.common.task.GlobalInternalScheduleService
 
execute(RetryTask) - 类 中的静态方法org.dromara.mendmix.common.async.RetryAsyncTaskExecutor
 
execute(Runnable) - 类 中的方法org.dromara.mendmix.common.async.StandardThreadExecutor
 
execute(HttpRequestEntity) - 类 中的方法org.dromara.mendmix.common.http.ApacheHttpClient
 
execute(HttpRequestEntity) - 接口 中的方法org.dromara.mendmix.common.http.HttpClientProvider
 
execute() - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
execute(HttpRequestEntity) - 类 中的方法org.dromara.mendmix.common.http.JdkHttpClient
 
execute(HttpRequestEntity) - 类 中的方法org.dromara.mendmix.common.http.OkHttp3Client
 
execute(String, Object[]) - 类 中的方法org.dromara.mendmix.common.jdbc.JdbcExecutor
 
execute(String, LockCaller<T>) - 类 中的静态方法org.dromara.mendmix.common.lock.DistributeLockTemplate
 
execute(String, LockCaller<T>, int) - 类 中的静态方法org.dromara.mendmix.common.lock.DistributeLockTemplate
 
execute(HttpRequestEntity) - 类 中的静态方法org.dromara.mendmix.common.util.HttpUtils
 
ExecuteCallback - org.dromara.mendmix.common.async中的接口

Class Name : ExecuteCallback
exists(String) - 类 中的静态方法org.dromara.mendmix.common.ThreadLocalContext
 

F

fail(String) - 类 中的静态方法org.dromara.mendmix.common.model.WrapperResponse
 
fail(int, String, String) - 类 中的静态方法org.dromara.mendmix.common.model.WrapperResponse
 
fail(int, String) - 类 中的静态方法org.dromara.mendmix.common.model.WrapperResponse
 
fail(Exception) - 类 中的静态方法org.dromara.mendmix.common.model.WrapperResponse
 
fallbackEnabled - 接口 中的静态变量org.dromara.mendmix.common.http.HttpClientProvider
 
fallbackHitCache() - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
FALSE_FLAG - 类 中的静态变量org.dromara.mendmix.common.json.serializer.BooleanCompositeDeserializer
 
FEIGN_USER_AGENT_NAME - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
FileItem(File) - 类 的构造器org.dromara.mendmix.common.http.HttpRequestEntity.FileItem
基于本地文件的构造器。
FileItem(String) - 类 的构造器org.dromara.mendmix.common.http.HttpRequestEntity.FileItem
基于文件绝对路径的构造器。
FileItem(String, byte[]) - 类 的构造器org.dromara.mendmix.common.http.HttpRequestEntity.FileItem
基于文件名和字节流的构造器。
FileItem(String, byte[], String) - 类 的构造器org.dromara.mendmix.common.http.HttpRequestEntity.FileItem
基于文件名、字节流和媒体类型的构造器。
FileItem(String, InputStream, String, long) - 类 的构造器org.dromara.mendmix.common.http.HttpRequestEntity.FileItem
 
FileMeta(String, String) - 类 的构造器org.dromara.mendmix.common.util.MimeTypeUtils.FileMeta
 
fileParam(String, File) - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
fileParam(String, String, InputStream, String, long) - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
fileParam(String, String, byte[], String) - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
findConstructor(Class<?>, Class<?>) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
 
findMethodByMethodName(Class<?>, String) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
 
findMethodByMethodSignature(Class<?>, String, String[]) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
根据方法签名从类中找出方法。
firstDayOfMonth(Date) - 类 中的静态方法org.dromara.mendmix.common.util.DateUtils
返回传入时间月份的第一天
firstDayOfWeek(Date) - 类 中的静态方法org.dromara.mendmix.common.util.DateUtils
 
ForbiddenAccessException - org.dromara.mendmix.common.exception中的异常错误
 
ForbiddenAccessException() - 异常错误 的构造器org.dromara.mendmix.common.exception.ForbiddenAccessException
 
format(Date, StringBuffer, FieldPosition) - 类 中的方法org.dromara.mendmix.common.json.CompsiteDateFormat
 
format(Date, String...) - 类 中的静态方法org.dromara.mendmix.common.util.DateUtils
格式化日期为日期字符串
generate by: vakin jiang at 2012-3-7
format2DateStr(Date) - 类 中的静态方法org.dromara.mendmix.common.util.DateUtils
 
format2ddMMMyy(Date) - 类 中的静态方法org.dromara.mendmix.common.util.DateUtils
格式化日期格式为:ddMMMyy
generate by: vakin jiang at 2012-10-17
format2ddMMMyy(String) - 类 中的静态方法org.dromara.mendmix.common.util.DateUtils
格式化日期格式为:ddMMMyy
generate by: vakin jiang at 2012-10-17
formatDate(Date, String...) - 类 中的静态方法org.dromara.mendmix.common.util.DateUtils
格式化日期为指定格式
generate by: vakin jiang at 2012-3-7
formatDateStr(String, String...) - 类 中的静态方法org.dromara.mendmix.common.util.DateUtils
格式化日期字符串
generate by: vakin jiang at 2012-3-7
formatTimeConsumingInfo(long) - 类 中的静态方法org.dromara.mendmix.common.util.DateUtils
计算并格式化消耗时间
generate by: vakin jiang at 2012-2-16
FormatValidateUtils - org.dromara.mendmix.common.util中的类
格式校验工具
FormatValidateUtils() - 类 的构造器org.dromara.mendmix.common.util.FormatValidateUtils
 
formParam(String, String) - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
formParams(Object) - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
forName(String) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
 
FrontCheckLock - org.dromara.mendmix.common.lock中的类
本地前置检查锁
FrontCheckLock() - 类 的构造器org.dromara.mendmix.common.lock.FrontCheckLock
 
FSTSerializer - org.dromara.mendmix.common.serializer中的类
 
FSTSerializer() - 类 的构造器org.dromara.mendmix.common.serializer.FSTSerializer
 

G

GBK - 类 中的静态变量org.dromara.mendmix.common.util.StringCharsetUtils
 
generate(String...) - 类 中的静态方法org.dromara.mendmix.common.util.TokenGenerator
 
generate(String) - 接口 中的方法org.dromara.mendmix.common.WorkerIdGenerator
 
generateFrom(String) - 类 中的静态方法org.dromara.mendmix.common.util.TokenGenerator
 
generateKeyPair(int) - 类 中的静态方法org.dromara.mendmix.common.crypt.RSA
生成RSA密匙对
generateKeyPair() - 类 中的静态方法org.dromara.mendmix.common.util.RsaSignUtils
随机生成密钥对
generateKeyStrPair(int) - 类 中的静态方法org.dromara.mendmix.common.crypt.RSA
生成RSA密匙对
generateWithSign() - 类 中的静态方法org.dromara.mendmix.common.util.TokenGenerator
生成带签名信息的token
genMockIdNumber(String) - 类 中的静态方法org.dromara.mendmix.common.util.IdCardFormatVerifyHelper
生成模拟身份证号
genMockIdNumber() - 类 中的静态方法org.dromara.mendmix.common.util.IdCardFormatVerifyHelper
生成模拟身份证号
genSequence(String) - 类 中的方法org.dromara.mendmix.common.sequence.SequenceGenerateService
 
get(String) - 类 中的静态方法org.dromara.mendmix.common.http.HttpRequestEntity
 
get() - 类 中的方法org.dromara.mendmix.common.serializer.KryoPoolSerializer.KryoPoolImpl
get o KryoHolder object
get(String) - 类 中的静态方法org.dromara.mendmix.common.ThreadLocalContext
 
get(String, T) - 类 中的静态方法org.dromara.mendmix.common.ThreadLocalContext
 
get(String) - 类 中的静态方法org.dromara.mendmix.common.util.HttpUtils
 
getActualClassType(Class<?>, Type) - 类 中的静态方法org.dromara.mendmix.common.util.MethodParseUtils
 
getAllContextVals() - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
 
getAllProperties() - 类 中的静态方法org.dromara.mendmix.common.util.ResourceUtils
获取所有配置的副本
getAllProperties(String) - 类 中的静态方法org.dromara.mendmix.common.util.ResourceUtils
按前缀匹配配置列表
getAllProperties(String, boolean) - 类 中的静态方法org.dromara.mendmix.common.util.ResourceUtils
按key模糊匹配配置列表
getAndRemove(String) - 类 中的静态方法org.dromara.mendmix.common.ThreadLocalContext
 
getAndValidateCurrentUser() - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
获取登录信息,未登录抛出异常
getAndValidateProperty(String) - 类 中的静态方法org.dromara.mendmix.common.util.ResourceUtils
 
getAnyProperty(String...) - 类 中的静态方法org.dromara.mendmix.common.util.ResourceUtils
 
getAppDataDir() - 类 中的静态方法org.dromara.mendmix.common.GlobalContext
 
getBaseUrl(String) - 类 中的静态方法org.dromara.mendmix.common.util.WebUtils
 
getBaseUrl(HttpServletRequest) - 类 中的静态方法org.dromara.mendmix.common.util.WebUtils
 
getBaseUrl(HttpServletRequest, boolean) - 类 中的静态方法org.dromara.mendmix.common.util.WebUtils
获取baseurl
nginx转发需设置 proxy_set_header X-Forwarded-Proto $scheme;
getBasicAuth() - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
getBean(String, Class<T>) - 类 中的静态方法org.dromara.mendmix.common.util.ResourceUtils
已过时。
getBeanPropertyFields(Class<?>) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
 
getBeanPropertyReadMethods(Class<?>) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
 
getBizCode() - 枚举 中的方法org.dromara.mendmix.common.exception.MainErrorType
 
getBizCode() - 类 中的方法org.dromara.mendmix.common.http.HttpResponseEntity
 
getBizCode() - 异常错误 中的方法org.dromara.mendmix.common.MendmixBaseException
 
getBizCode() - 类 中的方法org.dromara.mendmix.common.model.WrapperResponse
 
getBody() - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
getBody() - 类 中的方法org.dromara.mendmix.common.http.HttpResponseEntity
 
getBodyJsonObject() - 类 中的方法org.dromara.mendmix.common.http.HttpResponseEntity
 
getBoolean(String) - 类 中的静态方法org.dromara.mendmix.common.util.ResourceUtils
 
getBoolean(String, boolean) - 类 中的静态方法org.dromara.mendmix.common.util.ResourceUtils
 
getBoundary() - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
getBoxedClass(Class<?>) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
 
getBunitId() - 类 中的方法org.dromara.mendmix.common.model.AuthUser
 
getBusinessUnitId() - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
 
getCharset() - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
getChildren() - 类 中的方法org.dromara.mendmix.common.model.TreeModel
 
getChunkNum() - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity.FileItem
 
getClass(Type) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
 
getClassGenericTypes(Class<?>) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
 
getClassLoader(Class<?>) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
 
getClassLoader() - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
 
getClassName(Type) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
 
getClientType() - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
 
getCode() - 枚举 中的方法org.dromara.mendmix.common.exception.MainErrorType
 
getCode() - 异常错误 中的方法org.dromara.mendmix.common.MendmixBaseException
 
getCode() - 类 中的方法org.dromara.mendmix.common.model.WrapperResponse
 
getCode() - 类 中的方法org.dromara.mendmix.common.sequence.SequenceRule
 
getCodeBase(Class<?>) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
 
getColumn() - 类 中的方法org.dromara.mendmix.common.jdbc.Condition
 
getConfigObject(String, Class<T>) - 类 中的静态方法org.dromara.mendmix.common.util.ResourceUtils
 
getConfigObjects(String, Class<T>) - 类 中的静态方法org.dromara.mendmix.common.util.ResourceUtils
 
getconnnection() - 类 中的方法org.dromara.mendmix.common.jdbc.JdbcExecutor
 
getContent() - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity.FileItem
 
getContentType() - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
getContextHeaders() - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
 
getContextParam() - 异常错误 中的方法org.dromara.mendmix.common.MendmixBaseException
 
getContextParams() - 类 中的方法org.dromara.mendmix.common.model.WrapperResponse
 
getContextPath() - 类 中的静态方法org.dromara.mendmix.common.GlobalContext
 
getContextPathMapping(String) - 类 中的静态方法org.dromara.mendmix.common.http.HostMappingHolder
 
getContextVal(String, boolean) - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
 
getControllerMethod() - 类 中的方法org.dromara.mendmix.common.model.ApiInfo
 
getControllerMethodName() - 类 中的方法org.dromara.mendmix.common.model.ApiInfo
 
getCount() - 类 中的方法org.dromara.mendmix.common.lock.FrontCheckLock
 
getCurrentTenantId() - 类 中的方法org.dromara.mendmix.common.model.UserContextQueryParam
 
getCurrentTimeAsFormatUTC() - 类 中的静态方法org.dromara.mendmix.common.util.TimeConvertUtils
 
getCurrentTimeAsUTC() - 类 中的静态方法org.dromara.mendmix.common.util.TimeConvertUtils
 
getCurrentUnitId() - 类 中的方法org.dromara.mendmix.common.model.UserContextQueryParam
 
getCurrentUser() - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
 
getCurrentUserId() - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
 
getCurrentUserId() - 类 中的方法org.dromara.mendmix.common.model.UserContextQueryParam
 
getData() - 类 中的方法org.dromara.mendmix.common.model.Page
 
getData() - 类 中的方法org.dromara.mendmix.common.model.WrapperResponse
 
getDataProfileValues() - 类 中的方法org.dromara.mendmix.common.model.UserContextQueryParam
 
getDataSource(String) - 类 中的静态方法org.dromara.mendmix.common.jdbc.DataSourceGroups
 
getDataSource() - 类 中的方法org.dromara.mendmix.common.jdbc.JdbcExecutor
 
getDateWeekEnName(Date) - 类 中的静态方法org.dromara.mendmix.common.util.DateUtils
 
getDayBegin(Date) - 类 中的静态方法org.dromara.mendmix.common.util.DateUtils
获取一天开始时间
generate by: vakin jiang at 2011-12-23
getDayEnd(Date) - 类 中的静态方法org.dromara.mendmix.common.util.DateUtils
获取一天结束时间
generate by: vakin jiang at 2011-12-23
getDefaultExecutor() - 类 中的静态方法org.dromara.mendmix.common.jdbc.JdbcExecutor
 
getDeptId() - 类 中的方法org.dromara.mendmix.common.model.AuthUser
 
getDesc(Class<?>) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
get class desc. boolean[].class => "[Z" Object.class => "Ljava/lang/Object;"
getDesc(Class<?>[]) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
get class array desc.
getDesc(Method) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
get method desc. int do(int arg1) => "do(I)I" void do(String arg1,boolean arg2) => "do(Ljava/lang/String;Z)V"
getDesc(Constructor<?>) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
get constructor desc. "()V", "(Ljava/lang/String;I)V"
getDesc(CtClass) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
get class desc.
getDesc(CtMethod) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
get method desc.
getDesc(CtConstructor) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
get constructor desc. "()V", "(Ljava/lang/String;I)V"
getDescWithoutMethodName(Method) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
get method desc.
getDescWithoutMethodName(CtMethod) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
get method desc.
getDesensitizedValue(String) - 类 中的静态方法org.dromara.mendmix.common.util.SafeStringUtils
 
getDesensitizedValue(String) - 类 中的静态方法org.dromara.mendmix.common.util.StringConverter
 
getDiffDay(Date, Date) - 类 中的静态方法org.dromara.mendmix.common.util.DateUtils
比较两个时间相差多少天
getDiffMinutes(Date, Date) - 类 中的静态方法org.dromara.mendmix.common.util.DateUtils
比较两个时间相差多少分钟
getDiffMonth(Date, Date) - 类 中的静态方法org.dromara.mendmix.common.util.DateUtils
获取两个时间相差月份
getDiffSeconds(Date, Date) - 类 中的静态方法org.dromara.mendmix.common.util.DateUtils
比较两个时间相差多少秒
getDomain(String) - 类 中的静态方法org.dromara.mendmix.common.util.WebUtils
 
getEmptyObject(Class<?>) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
 
getEncodeBasicAuth() - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity.BasicAuthParams
 
getEnumConstant(Class<?>, String) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
 
getExample() - 类 中的方法org.dromara.mendmix.common.model.PageQueryRequest
 
getExpr() - 枚举 中的方法org.dromara.mendmix.common.sequence.SeqTimeExpr
 
getExtension() - 类 中的方法org.dromara.mendmix.common.util.MimeTypeUtils.FileMeta
 
getFallbackHitCacheKey() - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
getField() - 类 中的方法org.dromara.mendmix.common.model.OrderBy
 
getField(Class<?>, String) - 类 中的静态方法org.dromara.mendmix.common.util.CachingFieldUtils
 
getFieldClass(Class<?>, String) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
 
getFieldGenericType(Field) - 类 中的静态方法org.dromara.mendmix.common.util.BeanUtils
 
getFileExtension(String) - 类 中的静态方法org.dromara.mendmix.common.util.MimeTypeUtils
 
getFileMeta(byte[]) - 类 中的静态方法org.dromara.mendmix.common.util.MimeTypeUtils
 
getFileMimeType(String) - 类 中的静态方法org.dromara.mendmix.common.util.MimeTypeUtils
 
getFileName() - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity.FileItem
 
getFirstSequence() - 类 中的方法org.dromara.mendmix.common.sequence.SequenceRule
 
getFormParams() - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
getGenericClass(Class<?>) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
 
getGenericClass(Class<?>, int) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
 
getGenericReturnType(Method) - 类 中的静态方法org.dromara.mendmix.common.util.MethodParseUtils
 
getGroupName() - 类 中的方法org.dromara.mendmix.common.model.DataPermItem
 
getHeader(String) - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
getHeaders() - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
getHeaders() - 类 中的方法org.dromara.mendmix.common.http.HttpResponseEntity
 
getHostnameVerifier() - 类 中的静态方法org.dromara.mendmix.common.http.SSLHelper
 
getId() - 类 中的方法org.dromara.mendmix.common.model.AuthUser
 
getId() - 类 中的方法org.dromara.mendmix.common.model.IdNamePair
 
getId() - 类 中的方法org.dromara.mendmix.common.model.IdParam
 
getId() - 类 中的方法org.dromara.mendmix.common.model.SelectOption
 
getId() - 类 中的方法org.dromara.mendmix.common.model.TreeModel
 
getId() - 类 中的方法org.dromara.mendmix.common.sequence.SequenceRule
 
getIdentifier() - 类 中的方法org.dromara.mendmix.common.model.ApiInfo
 
getIgnoreTenant() - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
 
getInputStream() - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity.FileItem
 
getInstance() - 类 中的静态方法org.dromara.mendmix.common.serializer.KryoPoolSerializer.KryoPoolImpl
 
getInt(String) - 类 中的静态方法org.dromara.mendmix.common.util.ResourceUtils
 
getInt(String, int) - 类 中的静态方法org.dromara.mendmix.common.util.ResourceUtils
 
getInvokeAppId() - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
 
getIpAddr(HttpServletRequest) - 类 中的静态方法org.dromara.mendmix.common.util.IpUtils
获取客户端的IP地址的方法是:request.getRemoteAddr(),这种方法在大部分情况下都是有效的。
getIpAddr(ServerHttpRequest) - 类 中的静态方法org.dromara.mendmix.common.util.IpUtils
 
getJsonNodeValue(String, String) - 类 中的静态方法org.dromara.mendmix.common.util.JsonUtils
 
getJsonNodeValue(JsonNode, String) - 类 中的静态方法org.dromara.mendmix.common.util.JsonUtils
 
getKey() - 类 中的方法org.dromara.mendmix.common.model.KeyValuePair
 
getKey() - 类 中的方法org.dromara.mendmix.common.model.KeyValues
 
getKryo() - 类 中的静态方法org.dromara.mendmix.common.serializer.KryoSerializer
 
getLabel() - 类 中的方法org.dromara.mendmix.common.model.SelectOptGroup
 
getLabel() - 类 中的方法org.dromara.mendmix.common.model.SelectOption
 
getLanguage(boolean) - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
 
getLastModifiedTime() - 类 中的方法org.dromara.mendmix.common.model.ModifiedObject
 
getLastSequence() - 类 中的方法org.dromara.mendmix.common.sequence.SequenceRule
 
getList(String) - 类 中的静态方法org.dromara.mendmix.common.util.ResourceUtils
 
getLocale() - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
 
getLocalIpAddr() - 类 中的静态方法org.dromara.mendmix.common.util.IpUtils
 
getLong(String) - 类 中的静态方法org.dromara.mendmix.common.util.ResourceUtils
 
getLong(String, long) - 类 中的静态方法org.dromara.mendmix.common.util.ResourceUtils
 
getMapper() - 类 中的静态方法org.dromara.mendmix.common.util.JsonUtils
 
getMappingValues(String) - 类 中的静态方法org.dromara.mendmix.common.util.ResourceUtils
 
getMaxSubmittedTaskCount() - 类 中的方法org.dromara.mendmix.common.async.StandardThreadExecutor
 
getMessage() - 枚举 中的方法org.dromara.mendmix.common.exception.MainErrorType
 
getMessage() - 类 中的方法org.dromara.mendmix.common.http.HttpResponseEntity
 
getMethod() - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
getMethod() - 类 中的方法org.dromara.mendmix.common.model.ApiModel
 
getMethodReturnType(Class<?>, String) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
 
getMimeType() - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity.FileItem
 
getMimeType() - 类 中的方法org.dromara.mendmix.common.util.MimeTypeUtils.FileMeta
 
getMsg() - 类 中的方法org.dromara.mendmix.common.model.WrapperResponse
 
getName() - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity.BasicAuthParams
 
getName() - 类 中的方法org.dromara.mendmix.common.lock.FrontCheckLock
 
getName() - 类 中的方法org.dromara.mendmix.common.model.ApiInfo
 
getName() - 类 中的方法org.dromara.mendmix.common.model.AuthUser
 
getName() - 类 中的方法org.dromara.mendmix.common.model.IdNamePair
 
getName() - 类 中的方法org.dromara.mendmix.common.model.NameValuePair
 
getName() - 类 中的方法org.dromara.mendmix.common.model.TreeModel
 
getName(Class<?>) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
get name. java.lang.Object[][].class => "java.lang.Object[][]"
getName(Method) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
get method name.
getName(Constructor<?>) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
get constructor name. "()", "(java.lang.String,int)"
getNode(String, String) - 类 中的静态方法org.dromara.mendmix.common.util.JsonUtils
 
getNodeName() - 类 中的静态方法org.dromara.mendmix.common.GlobalContext
 
getObject() - 类 中的方法org.dromara.mendmix.common.model.ModifiedObject
 
getObjectValue(Object, String) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
获取指定某个对象指定属性的值
getOperator() - 类 中的方法org.dromara.mendmix.common.jdbc.Condition
 
getOptions() - 类 中的方法org.dromara.mendmix.common.model.SelectOptGroup
 
getOrderBy() - 类 中的方法org.dromara.mendmix.common.model.PageQueryRequest
 
getOrderBys() - 类 中的方法org.dromara.mendmix.common.model.PageParams
 
getOriginDomain(HttpServletRequest) - 类 中的静态方法org.dromara.mendmix.common.util.WebUtils
 
getPageNo() - 类 中的方法org.dromara.mendmix.common.model.PageParams
 
getPageNo() - 类 中的方法org.dromara.mendmix.common.model.PageQueryRequest
 
getPages() - 类 中的方法org.dromara.mendmix.common.model.Page
 
getPageSize() - 类 中的方法org.dromara.mendmix.common.model.PageParams
 
getPageSize() - 类 中的方法org.dromara.mendmix.common.model.PageQueryRequest
 
getParametersWithAnnotation(Method, Class<? extends Annotation>) - 类 中的静态方法org.dromara.mendmix.common.util.MethodParseUtils
 
getParams() - 类 中的方法org.dromara.mendmix.common.jdbc.JdbcExecParam
 
getParentId() - 类 中的方法org.dromara.mendmix.common.model.TreeModel
 
getPassword() - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity.BasicAuthParams
 
getPermissionLevel() - 类 中的方法org.dromara.mendmix.common.model.ApiInfo
 
getPostId() - 类 中的方法org.dromara.mendmix.common.model.AuthUser
 
getPrefix() - 类 中的方法org.dromara.mendmix.common.sequence.SequenceRule
 
getPrincipalId() - 类 中的方法org.dromara.mendmix.common.model.AuthUser
 
getPrincipalType() - 类 中的方法org.dromara.mendmix.common.model.AuthUser
 
getPrivateKey(String) - 类 中的静态方法org.dromara.mendmix.common.crypt.RSA
生成私钥
getPrivateKey() - 类 中的方法org.dromara.mendmix.common.crypt.RSA.RSAKeyPair
 
getProperty(String) - 类 中的静态方法org.dromara.mendmix.common.util.ResourceUtils
 
getProperty(String, String) - 类 中的静态方法org.dromara.mendmix.common.util.ResourceUtils
 
getPropertyNameFromBeanReadMethod(Method) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
 
getPropertyNameFromBeanWriteMethod(Method) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
 
getPropertyNames(String) - 类 中的静态方法org.dromara.mendmix.common.util.ResourceUtils
 
getProxy() - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
getProxyUrlMapping(String) - 类 中的静态方法org.dromara.mendmix.common.http.HostMappingHolder
 
getPublicKey(String) - 类 中的静态方法org.dromara.mendmix.common.crypt.RSA
 
getPublicKey() - 类 中的方法org.dromara.mendmix.common.crypt.RSA.RSAKeyPair
 
getQueryParams() - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
getRandomLength() - 类 中的方法org.dromara.mendmix.common.sequence.SequenceRule
 
getRandomType() - 类 中的方法org.dromara.mendmix.common.sequence.SequenceRule
 
getRedisTemplate() - 类 中的静态方法org.dromara.mendmix.common.lock.redis.RedisDistributeLock
 
getRequestId() - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
 
getRetryTaskNums() - 类 中的方法org.dromara.mendmix.common.async.DelayRetryExecutor
 
getReturnType() - 类 中的方法org.dromara.mendmix.common.model.ApiInfo
 
getRootDomain(HttpServletRequest) - 类 中的静态方法org.dromara.mendmix.common.util.WebUtils
获取根域名
getRootDomain(String) - 类 中的静态方法org.dromara.mendmix.common.util.WebUtils
 
getRoutedIdentifier() - 类 中的方法org.dromara.mendmix.common.model.ApiInfo
 
getSeqLength() - 类 中的方法org.dromara.mendmix.common.sequence.SequenceRule
 
getSHA1(String, String, String, String) - 类 中的静态方法org.dromara.mendmix.common.crypt.SHA1
用SHA1算法生成安全签名
getSignature(String, Class<?>[]) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
 
getSize() - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity.FileItem
 
getSort() - 类 中的方法org.dromara.mendmix.common.model.TreeModel
 
getSortType() - 类 中的方法org.dromara.mendmix.common.model.OrderBy
 
getSql() - 类 中的方法org.dromara.mendmix.common.jdbc.JdbcExecParam
 
getSslContext() - 类 中的静态方法org.dromara.mendmix.common.http.SSLHelper
 
getStatusCode() - 类 中的方法org.dromara.mendmix.common.http.HttpResponseEntity
 
getStepPoint() - 类 中的方法org.dromara.mendmix.common.async.RetryTask
 
getStringValue(String) - 类 中的静态方法org.dromara.mendmix.common.ThreadLocalContext
 
getSubmittedTasksCount() - 类 中的方法org.dromara.mendmix.common.async.StandardThreadExecutor
 
getSystemId() - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
 
getSystemId(Class<T>) - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
 
getTarget(Object) - 类 中的静态方法org.dromara.mendmix.common.util.SpringAopHelper
获取 目标对象
getTargetClass(Object) - 类 中的方法org.dromara.mendmix.common.util.SpringAopHelper
 
getTenantDataSourceKey() - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
 
getTenantId() - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
 
getTenantId(boolean) - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
 
getTenantids() - 类 中的静态方法org.dromara.mendmix.common.GlobalContext
 
GETTER_METHOD_DESC_PATTERN - 类 中的静态变量org.dromara.mendmix.common.util.ReflectUtils
 
getText() - 类 中的方法org.dromara.mendmix.common.model.SelectOption
 
getTimeExpr() - 类 中的方法org.dromara.mendmix.common.sequence.SequenceRule
 
getTimeZone() - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
 
getTotal() - 类 中的方法org.dromara.mendmix.common.model.Page
 
getTraceId() - 类 中的静态方法org.dromara.mendmix.common.async.RetryAsyncTaskExecutor
 
getType() - 类 中的方法org.dromara.mendmix.common.model.AuthUser
 
getUnwrapBody() - 类 中的方法org.dromara.mendmix.common.http.HttpResponseEntity
 
getUnWrapperClassType(Class<?>, Type) - 类 中的静态方法org.dromara.mendmix.common.util.MethodParseUtils
 
getUpdatedAt() - 类 中的方法org.dromara.mendmix.common.sequence.SequenceRule
 
getUri() - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
getUri() - 类 中的方法org.dromara.mendmix.common.model.ApiModel
 
getValue() - 类 中的方法org.dromara.mendmix.common.jdbc.Condition
 
getValue() - 类 中的方法org.dromara.mendmix.common.model.KeyValuePair
 
getValue() - 类 中的方法org.dromara.mendmix.common.model.NameValuePair
 
getValue() - 类 中的方法org.dromara.mendmix.common.model.SelectOptGroup
 
getValue() - 类 中的方法org.dromara.mendmix.common.model.SelectOption
 
getValue() - 类 中的方法org.dromara.mendmix.common.model.TreeModel
 
getValue() - 类 中的方法org.dromara.mendmix.common.model.ValueParam
 
getValues() - 类 中的方法org.dromara.mendmix.common.model.KeyValues
 
getWorkerId() - 类 中的静态方法org.dromara.mendmix.common.GlobalContext
 
GlobalConstants - org.dromara.mendmix.common中的类
 
GlobalConstants() - 类 的构造器org.dromara.mendmix.common.GlobalConstants
 
GlobalContext - org.dromara.mendmix.common中的类
 
GlobalContext() - 类 的构造器org.dromara.mendmix.common.GlobalContext
 
GlobalInternalScheduleService - org.dromara.mendmix.common.task中的类

Class Name : GlobalInternalScheduleService
GlobalInternalScheduleService() - 类 的构造器org.dromara.mendmix.common.task.GlobalInternalScheduleService
 
GlobalInternalScheduleService(List<SubTimerTask>) - 类 的构造器org.dromara.mendmix.common.task.GlobalInternalScheduleService
 
GUID - org.dromara.mendmix.common.guid中的类
 
GUID() - 类 的构造器org.dromara.mendmix.common.guid.GUID
 
guid() - 类 中的静态方法org.dromara.mendmix.common.guid.GUID
 
guidWithTimestamp(String...) - 类 中的静态方法org.dromara.mendmix.common.guid.GUID
 
GZIP_ENCODE_ISO_8859_1 - 类 中的静态变量org.dromara.mendmix.common.util.GzipUtils
 
GZIP_ENCODE_UTF_8 - 类 中的静态变量org.dromara.mendmix.common.util.GzipUtils
 
GzipUtils - org.dromara.mendmix.common.util中的类
 
GzipUtils() - 类 的构造器org.dromara.mendmix.common.util.GzipUtils
 

H

handleBizException() - 类 中的方法org.dromara.mendmix.common.http.HttpResponseEntity
 
hasContextVal(String) - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
 
hasDefaultConstructor(Class<?>) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
 
hash(String) - 类 中的静态方法org.dromara.mendmix.common.util.HashUtils
MurMurHash算法,是非加密HASH算法,性能很高, 比传统的CRC32,MD5,SHA-1(这两个算法都是加密HASH算法,复杂度本身就很高,带来的性能上的损害也不可避免) 等HASH算法要快很多,而且据说这个算法的碰撞率很低. http://murmurhash.googlepages.com/
hashCode() - 类 中的方法org.dromara.mendmix.common.lock.FrontCheckLock
 
hashCode() - 类 中的方法org.dromara.mendmix.common.model.KeyValuePair
 
hashCode() - 类 中的方法org.dromara.mendmix.common.model.NameValuePair
 
hashCode() - 类 中的方法org.dromara.mendmix.common.model.TreeModel
 
hasHeader(String) - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
HashUtils - org.dromara.mendmix.common.util中的类
 
HashUtils() - 类 的构造器org.dromara.mendmix.common.util.HashUtils
 
header(String, String) - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
HEADER_ACCESS_TOKEN - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_AUTH_USER - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_BUSINESS_UNIT_ID - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_CLIENT_TYPE - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_CLUSTER_ID - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_DATA_ID - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_EXCEPTION_CODE - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_FORWARDED_GATEWAY - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_FORWARDED_HOST - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_FORWARDED_PORT - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_FORWARDED_PRIFIX - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_FORWARDED_PROTO - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_FROWARDED_FOR - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_FROWARDED_FOR - 类 中的静态变量org.dromara.mendmix.common.util.IpUtils
 
HEADER_HTTP_STATUS_KEEP - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_IGNORE_AUTH - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_IGNORE_TENANT - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_INTERNAL_REQUEST - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_INVOKE_TOKEN - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_INVOKER_APP_ID - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_INVOKER_IP - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_INVOKER_IS_GATEWAY - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_OPEN_APP_ID - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_OPEN_SIGN - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_ORIGIN_HTTP_STATUS - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_PREFIX - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_REAL_IP - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_REFERER_PERM_GROUP - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_REQUEST_BODY_LOGGING - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_REQUEST_ID - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_REQUESTED_WITH - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_RESP_KEEP - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_SERVICE_CHAIN - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_SESSION_EXPIRE_IN - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_SESSION_ID - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_SIGN_TYPE - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_SYSTEM_ID - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_TENANT_ID - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_TIME_ZONE - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_TIMESTAMP - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_TRACE_LOGGING - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_USER_ID - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_USING_GRAY_STRATEGY - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
HEADER_VERIFIED_MOBILE - 类 中的静态变量org.dromara.mendmix.common.CustomRequestHeaders
 
headerIfAbsent(String, String) - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
headers(Map<String, String>) - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
hideSensitiveKeyValue(String, String) - 类 中的静态方法org.dromara.mendmix.common.util.SafeStringUtils
 
hideSensitiveKeyValue(String, String) - 类 中的静态方法org.dromara.mendmix.common.util.StringConverter
 
HostMappingHolder - org.dromara.mendmix.common.http中的类

Class Name : HostMappingHolder
HostMappingHolder() - 类 的构造器org.dromara.mendmix.common.http.HostMappingHolder
 
HTTP_THREAD_NAME - 类 中的静态变量org.dromara.mendmix.common.http.HttpRequestEntity
 
HttpClientProvider - org.dromara.mendmix.common.http中的接口

Class Name : HttpClientProvider
HttpMethod - org.dromara.mendmix.common.http中的枚举
 
httpOk() - 类 中的方法org.dromara.mendmix.common.http.HttpResponseEntity
 
HttpRequestEntity - org.dromara.mendmix.common.http中的类

Class Name : HttpRequestEntity
HttpRequestEntity.BasicAuthParams - org.dromara.mendmix.common.http中的类
 
HttpRequestEntity.FileItem - org.dromara.mendmix.common.http中的类
文件元数据。
HttpResponseEntity - org.dromara.mendmix.common.http中的类

Class Name : HttpResponseEntity
HttpResponseEntity() - 类 的构造器org.dromara.mendmix.common.http.HttpResponseEntity
 
HttpResponseEntity(int, String) - 类 的构造器org.dromara.mendmix.common.http.HttpResponseEntity
 
HttpUtils - org.dromara.mendmix.common.util中的类
http操作工具类

I

ICaller<V> - org.dromara.mendmix.common.async中的接口

Class Name : ICaller
IdCardFormatVerifyHelper - org.dromara.mendmix.common.util中的类
 
IdCardFormatVerifyHelper() - 类 的构造器org.dromara.mendmix.common.util.IdCardFormatVerifyHelper
 
IdNamePair - org.dromara.mendmix.common.model中的类
 
IdNamePair() - 类 的构造器org.dromara.mendmix.common.model.IdNamePair
 
IdNamePair(String, String) - 类 的构造器org.dromara.mendmix.common.model.IdNamePair
 
IdParam<T> - org.dromara.mendmix.common.model中的类

Class Name : IdParam
IdParam() - 类 的构造器org.dromara.mendmix.common.model.IdParam
 
IdParam(T) - 类 的构造器org.dromara.mendmix.common.model.IdParam
 
IGNORE_PLACEHOLER - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
IGNORE_TENENT_ID - 类 中的静态变量org.dromara.mendmix.common.constants.ContextKeys
 
ignoreSSLVerify() - 类 中的静态方法org.dromara.mendmix.common.http.SSLHelper
忽略HTTPS请求的SSL证书
incrNode() - 类 中的方法org.dromara.mendmix.common.model.RoundRobinSelecter
 
initKey() - 类 中的静态方法org.dromara.mendmix.common.crypt.AES
生成密钥
insert(String, Object[]) - 类 中的方法org.dromara.mendmix.common.jdbc.JdbcExecutor
 
instance - 类 中的静态变量org.dromara.mendmix.common.json.deserializer.StringTrimDeserializer
 
instance - 类 中的静态变量org.dromara.mendmix.common.json.serializer.BigNumberToStringSerializer
 
instance - 类 中的静态变量org.dromara.mendmix.common.json.serializer.BooleanCompositeDeserializer
 
instance - 类 中的静态变量org.dromara.mendmix.common.json.serializer.BooleanToBitSerializer
 
INTEGER - 类 中的静态变量org.dromara.mendmix.common.util.FormatValidateUtils
Integer正则表达式 ^-?
INTEGER_NEGATIVE - 类 中的静态变量org.dromara.mendmix.common.util.FormatValidateUtils
正整数正则表达式 >=0 ^[1-9]\d*|0$
INTEGER_POSITIVE - 类 中的静态变量org.dromara.mendmix.common.util.FormatValidateUtils
负整数正则表达式 <=0 ^-[1-9]\d*|0$
internalCall() - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
interval() - 类 中的方法org.dromara.mendmix.common.sequence.SequenceGenerateService
 
interval() - 接口 中的方法org.dromara.mendmix.common.task.SubTimerTask
 
ipToLocation(String) - 类 中的静态方法org.dromara.mendmix.common.util.IpUtils
 
IpUtils - org.dromara.mendmix.common.util中的类
 
IpUtils() - 类 的构造器org.dromara.mendmix.common.util.IpUtils
 
IS_HAS_CAN_METHOD_DESC_PATTERN - 类 中的静态变量org.dromara.mendmix.common.util.ReflectUtils
 
isActionLog() - 类 中的方法org.dromara.mendmix.common.model.ApiInfo
 
isAdmin() - 类 中的方法org.dromara.mendmix.common.model.AuthUser
 
isAge(String) - 类 中的静态方法org.dromara.mendmix.common.util.FormatValidateUtils
判断字段是否为年龄 符合返回ture
isAll() - 类 中的方法org.dromara.mendmix.common.model.KeyValues
 
isAllMatch() - 类 中的方法org.dromara.mendmix.common.model.DataPermItem
 
isApiLog() - 类 中的方法org.dromara.mendmix.common.model.ApiInfo
 
isBeanPropertyReadMethod(Method) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
 
isBeanPropertyWriteMethod(Method) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
 
isCharset(String, Charset) - 类 中的静态方法org.dromara.mendmix.common.util.StringCharsetUtils
 
isCheckCaptcha() - 类 中的方法org.dromara.mendmix.common.model.ApiInfo
 
isChecked() - 类 中的方法org.dromara.mendmix.common.model.TreeModel
 
isCompatible(Class<?>, Object) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
is compatible.
isCompatible(Class<?>[], Object[]) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
is compatible.
isConcurrency() - 类 中的方法org.dromara.mendmix.common.model.PageParams
 
isDate(String) - 类 中的静态方法org.dromara.mendmix.common.util.FormatValidateUtils
判断字段是否为日期 符合返回ture
isDebugMode() - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
 
isDevEnv() - 类 中的静态方法org.dromara.mendmix.common.GlobalContext
 
isDisabled() - 类 中的方法org.dromara.mendmix.common.model.TreeModel
 
isDouble(String) - 类 中的静态方法org.dromara.mendmix.common.util.FormatValidateUtils
判断字段是否为DOUBLE 符合返回ture
isEmail(String) - 类 中的静态方法org.dromara.mendmix.common.util.FormatValidateUtils
判断字段是否为Email 符合返回ture
isEmpty() - 类 中的静态方法org.dromara.mendmix.common.ThreadLocalContext
 
isEnglish(String) - 类 中的静态方法org.dromara.mendmix.common.util.FormatValidateUtils
判断字符串是不是全部是英文字母
isFallbackHitCache() - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
isGateway() - 类 中的静态方法org.dromara.mendmix.common.GlobalContext
 
isIdCard(String) - 类 中的静态方法org.dromara.mendmix.common.util.FormatValidateUtils
判断字段是否为身份证 符合返回ture
isIdle() - 类 中的方法org.dromara.mendmix.common.lock.redis.RedisDistributeLock
 
isInnerIp(String) - 类 中的静态方法org.dromara.mendmix.common.util.IpUtils
 
isInstance(Object, String) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
检查对象是否是指定接口的实现。
isInteger(String) - 类 中的静态方法org.dromara.mendmix.common.util.FormatValidateUtils
判断字段是否为INTEGER 符合返回ture
isInternalRequest(HttpServletRequest) - 类 中的静态方法org.dromara.mendmix.common.util.WebUtils
是否内网调用
isIp(String) - 类 中的静态方法org.dromara.mendmix.common.util.IpUtils
 
isJson() - 类 中的方法org.dromara.mendmix.common.http.HttpResponseEntity
 
isJsonArrayString(String) - 类 中的静态方法org.dromara.mendmix.common.util.JsonUtils
 
isJsonObjectString(String) - 类 中的静态方法org.dromara.mendmix.common.util.JsonUtils
 
isJsonRequest(HttpServletRequest) - 类 中的静态方法org.dromara.mendmix.common.util.WebUtils
 
isJsonString(String) - 类 中的静态方法org.dromara.mendmix.common.util.JsonUtils
 
isLeaf() - 类 中的方法org.dromara.mendmix.common.model.TreeModel
 
isLeapYear(int) - 类 中的静态方法org.dromara.mendmix.common.util.DateUtils
判断是否为闰年
generate by: zengqw at 2012-9-26
isLogging() - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
isMobile(String) - 类 中的静态方法org.dromara.mendmix.common.util.FormatValidateUtils
判断是否为手机号码 符合返回ture
isMultipart() - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
isMultipartContent(HttpServletRequest) - 类 中的静态方法org.dromara.mendmix.common.util.WebUtils
 
isNegativeDouble(String) - 类 中的静态方法org.dromara.mendmix.common.util.FormatValidateUtils
判断字段是否为正浮点数正则表达式 >=0 符合返回ture
isNegativeInteger(String) - 类 中的静态方法org.dromara.mendmix.common.util.FormatValidateUtils
判断字段是否为正整数正则表达式 >=0 符合返回ture
isNull(Object, String) - 类 中的静态方法org.dromara.mendmix.common.util.AssertUtil
 
isNull(Object) - 类 中的静态方法org.dromara.mendmix.common.util.AssertUtil
 
isNumber(String) - 类 中的静态方法org.dromara.mendmix.common.util.FormatValidateUtils
判断字符串是不是数字组成
ISO_8859_1 - 类 中的静态变量org.dromara.mendmix.common.util.StringCharsetUtils
 
isOpenApi() - 类 中的方法org.dromara.mendmix.common.model.ApiInfo
 
isPhone(String) - 类 中的静态方法org.dromara.mendmix.common.util.FormatValidateUtils
判断是否为电话号码 符合返回ture
isPortFree(int) - 类 中的静态方法org.dromara.mendmix.common.util.NetworkUtils
 
isPositiveDouble(String) - 类 中的静态方法org.dromara.mendmix.common.util.FormatValidateUtils
判断字段是否为负浮点数正则表达式 <=0 符合返回ture
isPositiveInteger(String) - 类 中的静态方法org.dromara.mendmix.common.util.FormatValidateUtils
判断字段是否为负整数正则表达式 <=0 符合返回ture
isPrimitive(Class<?>) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
 
isPrimitives(Class<?>) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
 
isPublicInstanceField(Field) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
 
isRequestLog() - 类 中的方法org.dromara.mendmix.common.model.ApiInfo
 
isReseted() - 类 中的静态方法org.dromara.mendmix.common.ThreadLocalContext
 
isResponseLog() - 类 中的方法org.dromara.mendmix.common.model.ApiInfo
 
isSimpleDataType(Object) - 类 中的静态方法org.dromara.mendmix.common.util.BeanUtils
判断是否基本类型
isSimpleDataType(Class<?>) - 类 中的静态方法org.dromara.mendmix.common.util.BeanUtils
 
isStarting() - 类 中的静态方法org.dromara.mendmix.common.GlobalContext
 
isSuccessed() - 类 中的方法org.dromara.mendmix.common.http.HttpResponseEntity
 
isSystemDefaultUTC() - 类 中的静态方法org.dromara.mendmix.common.util.TimeConvertUtils
 
isTraceLogging() - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
 
isTrue(boolean, int, String) - 类 中的静态方法org.dromara.mendmix.common.util.AssertUtil
 
isUrl(String) - 类 中的静态方法org.dromara.mendmix.common.util.FormatValidateUtils
判断是否为Url 符合返回ture
isZipCode(String) - 类 中的静态方法org.dromara.mendmix.common.util.FormatValidateUtils
判断字段是否为邮编 符合返回ture

J

JAVA_IDENT_REGEX - 类 中的静态变量org.dromara.mendmix.common.util.ReflectUtils
 
JAVA_NAME_REGEX - 类 中的静态变量org.dromara.mendmix.common.util.ReflectUtils
 
JavaSerializer - org.dromara.mendmix.common.serializer中的类
 
JavaSerializer() - 类 的构造器org.dromara.mendmix.common.serializer.JavaSerializer
 
JdbcExecParam - org.dromara.mendmix.common.jdbc中的类
 
JdbcExecParam(String, Object[]) - 类 的构造器org.dromara.mendmix.common.jdbc.JdbcExecParam
 
JdbcExecutor - org.dromara.mendmix.common.jdbc中的类
 
JdbcExecutor(DataSource) - 类 的构造器org.dromara.mendmix.common.jdbc.JdbcExecutor
 
JdkHttpClient - org.dromara.mendmix.common.http中的类

Class Name : JdkHttpClient
JdkHttpClient() - 类 的构造器org.dromara.mendmix.common.http.JdkHttpClient
 
JSON_PREFIX - 类 中的静态变量org.dromara.mendmix.common.util.ParameterUtils
 
JSON_SUFFIX - 类 中的静态变量org.dromara.mendmix.common.util.ParameterUtils
 
JsonUtils - org.dromara.mendmix.common.util中的类
 
JsonUtils() - 类 的构造器org.dromara.mendmix.common.util.JsonUtils
 
JVM_BOOLEAN - 类 中的静态变量org.dromara.mendmix.common.util.ReflectUtils
boolean(Z).
JVM_BYTE - 类 中的静态变量org.dromara.mendmix.common.util.ReflectUtils
byte(B).
JVM_CHAR - 类 中的静态变量org.dromara.mendmix.common.util.ReflectUtils
char(C).
JVM_DOUBLE - 类 中的静态变量org.dromara.mendmix.common.util.ReflectUtils
double(D).
JVM_FLOAT - 类 中的静态变量org.dromara.mendmix.common.util.ReflectUtils
float(F).
JVM_INT - 类 中的静态变量org.dromara.mendmix.common.util.ReflectUtils
int(I).
JVM_LONG - 类 中的静态变量org.dromara.mendmix.common.util.ReflectUtils
long(J).
JVM_SHORT - 类 中的静态变量org.dromara.mendmix.common.util.ReflectUtils
short(S).
JVM_VOID - 类 中的静态变量org.dromara.mendmix.common.util.ReflectUtils
void(V).

K

KeyValuePair - org.dromara.mendmix.common.model中的类
 
KeyValuePair() - 类 的构造器org.dromara.mendmix.common.model.KeyValuePair
 
KeyValuePair(String, String) - 类 的构造器org.dromara.mendmix.common.model.KeyValuePair
 
KeyValues - org.dromara.mendmix.common.model中的类
 
KeyValues() - 类 的构造器org.dromara.mendmix.common.model.KeyValues
 
KeyValues(String, List<String>) - 类 的构造器org.dromara.mendmix.common.model.KeyValues
 
KryoPoolSerializer - org.dromara.mendmix.common.serializer中的类
 
KryoPoolSerializer() - 类 的构造器org.dromara.mendmix.common.serializer.KryoPoolSerializer
 
KryoPoolSerializer.KryoPoolImpl - org.dromara.mendmix.common.serializer中的类
由于kryo创建的代价相对较高 ,这里使用空间换时间 对KryoHolder对象进行重用
KryoSerializer - org.dromara.mendmix.common.serializer中的类
 
KryoSerializer() - 类 的构造器org.dromara.mendmix.common.serializer.KryoSerializer
 

L

lastDayOfMonth(Date) - 类 中的静态方法org.dromara.mendmix.common.util.DateUtils
返回传入时间月份的最后一天
lastDayOfWeek(Date) - 类 中的静态方法org.dromara.mendmix.common.util.DateUtils
 
loadPrivateKey(File) - 类 中的静态方法org.dromara.mendmix.common.crypt.RSA
从文件中加载私钥
loadPrivateKey(InputStream) - 类 中的静态方法org.dromara.mendmix.common.crypt.RSA
从文件中加载私钥
loadPrivateKey(String) - 类 中的静态方法org.dromara.mendmix.common.crypt.RSA
 
loadPrivateKey(String) - 类 中的静态方法org.dromara.mendmix.common.util.RsaSignUtils
 
loadPrivateKeyFromKeyStore(String, String, String, String, String) - 类 中的静态方法org.dromara.mendmix.common.crypt.RSA
从KeyStore获取私钥
loadPrivateKeyFromKeyStore(KeyStore, String, String) - 类 中的静态方法org.dromara.mendmix.common.crypt.RSA
从KeyStore获取私钥
loadPublicKey(File) - 类 中的静态方法org.dromara.mendmix.common.crypt.RSA
从文件加载公钥
loadPublicKey(InputStream) - 类 中的静态方法org.dromara.mendmix.common.crypt.RSA
从文件中输入流中加载公钥
loadPublicKey(String) - 类 中的静态方法org.dromara.mendmix.common.crypt.RSA
 
loadPublicKey(byte[]) - 类 中的静态方法org.dromara.mendmix.common.crypt.RSA
还原公钥,X509EncodedKeySpec 用于构建公钥的规范
loadPublicKey(String) - 类 中的静态方法org.dromara.mendmix.common.util.RsaSignUtils
 
loadPublicKeyFromCert(String) - 类 中的静态方法org.dromara.mendmix.common.crypt.RSA
从证书文件获取公钥
loadPublicKeyFromKeyStore(String, String, String, String, String) - 类 中的静态方法org.dromara.mendmix.common.crypt.RSA
从KeyStore获取公钥
loadPublicKeyFromKeyStore(KeyStore, String, String) - 类 中的静态方法org.dromara.mendmix.common.crypt.RSA
 
LOCAL_BACK_IP - 类 中的静态变量org.dromara.mendmix.common.util.IpUtils
 
LOCAL_HOST - 类 中的静态变量org.dromara.mendmix.common.util.IpUtils
 
LOCAL_MOCK_CLUSTER_ID - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
localTimeZoneId - 类 中的静态变量org.dromara.mendmix.common.util.TimeConvertUtils
 
lock(String, long, TimeUnit) - 类 中的静态方法org.dromara.mendmix.common.lock.FrontCheckLock
 
lock() - 类 中的方法org.dromara.mendmix.common.lock.redis.RedisDistributeLock
 
lock() - 类 中的方法org.dromara.mendmix.common.lock.zk.ZkDistributeLock
 
LockCaller<T> - org.dromara.mendmix.common.lock中的接口
 
LockException - org.dromara.mendmix.common.lock中的异常错误
 
LockException(String) - 异常错误 的构造器org.dromara.mendmix.common.lock.LockException
 
LockException(Throwable) - 异常错误 的构造器org.dromara.mendmix.common.lock.LockException
 
lockInterruptibly() - 类 中的方法org.dromara.mendmix.common.lock.zk.ZkDistributeLock
 
logging(boolean) - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
LogMessageFormat - org.dromara.mendmix.common.util中的类
 
LogMessageFormat() - 类 的构造器org.dromara.mendmix.common.util.LogMessageFormat
 

M

main(String[]) - 类 中的静态方法org.dromara.mendmix.common.crypt.Base58
 
main(String[]) - 类 中的静态方法org.dromara.mendmix.common.crypt.Crypt
 
main(String[]) - 类 中的静态方法org.dromara.mendmix.common.crypt.CustomEncryptor
 
main(String...) - 类 中的静态方法org.dromara.mendmix.common.crypt.MysqlCrypt
 
main(String[]) - 类 中的静态方法org.dromara.mendmix.common.crypt.RSA
 
main(String[]) - 类 中的静态方法org.dromara.mendmix.common.guid.TimestampGUIDGenarator
 
main(String[]) - 类 中的静态方法org.dromara.mendmix.common.model.RoundRobinSelecter
 
main(String[]) - 类 中的静态方法org.dromara.mendmix.common.util.ClassScanner
 
main(String[]) - 类 中的静态方法org.dromara.mendmix.common.util.DigestUtils
 
main(String[]) - 类 中的静态方法org.dromara.mendmix.common.util.FormatValidateUtils
 
main(String[]) - 类 中的静态方法org.dromara.mendmix.common.util.IdCardFormatVerifyHelper
 
main(String[]) - 类 中的静态方法org.dromara.mendmix.common.util.IpUtils
 
main(String[]) - 类 中的静态方法org.dromara.mendmix.common.util.NetworkUtils
 
main(String[]) - 类 中的静态方法org.dromara.mendmix.common.util.RsaSignUtils
 
main(String[]) - 类 中的静态方法org.dromara.mendmix.common.util.SimpleCryptUtils
 
main(String[]) - 类 中的静态方法org.dromara.mendmix.common.util.StringConverter
 
main(String[]) - 类 中的静态方法org.dromara.mendmix.common.util.TokenGenerator
 
MainErrorType - org.dromara.mendmix.common.exception中的枚举
 
mapToBean(Map<String, Object>, Class<T>) - 类 中的静态方法org.dromara.mendmix.common.util.BeanUtils
 
mapToQueryParams(Map<String, Object>) - 类 中的静态方法org.dromara.mendmix.common.util.ParameterUtils
 
markReset() - 类 中的静态方法org.dromara.mendmix.common.ThreadLocalContext
 
match(String) - 类 中的方法org.dromara.mendmix.common.util.PathMatcher
 
MatchPolicy - org.dromara.mendmix.common.constants中的枚举
 
maxConnections - 接口 中的静态变量org.dromara.mendmix.common.http.HttpClientProvider
 
md5(Object) - 类 中的静态方法org.dromara.mendmix.common.util.DigestUtils
MD5加密
md5Short(String) - 类 中的静态方法org.dromara.mendmix.common.util.DigestUtils
生成MD5短码(6位)
md5WithSalt(Object, String) - 类 中的静态方法org.dromara.mendmix.common.util.DigestUtils
 
MendmixBaseException - org.dromara.mendmix.common中的异常错误
 
MendmixBaseException() - 异常错误 的构造器org.dromara.mendmix.common.MendmixBaseException
 
MendmixBaseException(String) - 异常错误 的构造器org.dromara.mendmix.common.MendmixBaseException
 
MendmixBaseException(int, String) - 异常错误 的构造器org.dromara.mendmix.common.MendmixBaseException
 
MendmixBaseException(int, String, String) - 异常错误 的构造器org.dromara.mendmix.common.MendmixBaseException
 
MendmixBaseException(MainErrorType) - 异常错误 的构造器org.dromara.mendmix.common.MendmixBaseException
 
MendmixBaseException(int, String, Throwable) - 异常错误 的构造器org.dromara.mendmix.common.MendmixBaseException
 
merge(Object, T) - 类 中的静态方法org.dromara.mendmix.common.util.BeanUtils
 
merge(Properties) - 类 中的静态方法org.dromara.mendmix.common.util.ResourceUtils
 
merge(Map<String, Object>) - 类 中的静态方法org.dromara.mendmix.common.util.ResourceUtils
 
method(HttpMethod) - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
METHOD_DESC_PATTERN - 类 中的静态变量org.dromara.mendmix.common.util.ReflectUtils
 
METHOD_DESC_REGEX - 类 中的静态变量org.dromara.mendmix.common.util.ReflectUtils
 
MethodParseUtils - org.dromara.mendmix.common.util中的类

MethodParseUtils() - 类 的构造器org.dromara.mendmix.common.util.MethodParseUtils
 
MID_LINE - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
MimeTypeUtils - org.dromara.mendmix.common.util中的类
文件MimeType解析工具
Class Name : MimeTypeUtils
MimeTypeUtils() - 类 的构造器org.dromara.mendmix.common.util.MimeTypeUtils
 
MimeTypeUtils.FileMeta - org.dromara.mendmix.common.util中的类
 
MOBILE - 类 中的静态变量org.dromara.mendmix.common.util.FormatValidateUtils
手机号码正则表达式
ModifiedObject - org.dromara.mendmix.common.model中的类

ModifiedObject() - 类 的构造器org.dromara.mendmix.common.model.ModifiedObject
 
ModifiedObject(Object) - 类 的构造器org.dromara.mendmix.common.model.ModifiedObject
 
MysqlCrypt - org.dromara.mendmix.common.crypt中的类
mysql加解密函数
Class Name : MysqlCrypt
MysqlCrypt() - 类 的构造器org.dromara.mendmix.common.crypt.MysqlCrypt
 

N

name() - 类 中的方法org.dromara.mendmix.common.serializer.FSTSerializer
 
name() - 类 中的方法org.dromara.mendmix.common.serializer.JavaSerializer
 
name() - 类 中的方法org.dromara.mendmix.common.serializer.KryoPoolSerializer
 
name() - 类 中的方法org.dromara.mendmix.common.serializer.KryoSerializer
 
name() - 接口 中的方法org.dromara.mendmix.common.serializer.Serializer
 
name2class(String) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
name to class.
name2desc(String) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
name to desc. java.util.Map[][] => "[[Ljava/util/Map;"
NameValuePair - org.dromara.mendmix.common.model中的类
 
NameValuePair() - 类 的构造器org.dromara.mendmix.common.model.NameValuePair
 
NameValuePair(String, String) - 类 的构造器org.dromara.mendmix.common.model.NameValuePair
 
NetworkUtils - org.dromara.mendmix.common.util中的类

Class Name : NetworkUtils
NetworkUtils() - 类 的构造器org.dromara.mendmix.common.util.NetworkUtils
 
newCondition() - 类 中的方法org.dromara.mendmix.common.lock.zk.ZkDistributeLock
 
newInstance(Type) - 类 中的静态方法org.dromara.mendmix.common.util.ReflectUtils
 
newThread(Runnable) - 类 中的方法org.dromara.mendmix.common.async.StandardThreadExecutor.StandardThreadFactory
 
next() - 类 中的方法org.dromara.mendmix.common.counter.CirculateCounter
 
next(String...) - 类 中的方法org.dromara.mendmix.common.guid.TimestampGUIDGenarator
 
next(String) - 类 中的静态方法org.dromara.mendmix.common.sequence.SequenceGenerateService
 
nextId() - 类 中的方法org.dromara.mendmix.common.guid.SnowflakeGenerator
 
notBlank(String, String) - 类 中的静态方法org.dromara.mendmix.common.util.AssertUtil
 
notBlank(String) - 类 中的静态方法org.dromara.mendmix.common.util.AssertUtil
 
notNull(Object, String) - 类 中的静态方法org.dromara.mendmix.common.util.AssertUtil
 
notNull(Object) - 类 中的静态方法org.dromara.mendmix.common.util.AssertUtil
 
NULL_VALUE_PLACEHOLDER - 类 中的静态变量org.dromara.mendmix.common.util.ResourceUtils
 
numbers(String) - 枚举 中的静态方法org.dromara.mendmix.common.sequence.RandomType
 

O

objectBody(Object) - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
objectToQueryParams(Object) - 类 中的静态方法org.dromara.mendmix.common.util.ParameterUtils
 
offer(KryoPoolSerializer.KryoHolder) - 类 中的方法org.dromara.mendmix.common.serializer.KryoPoolSerializer.KryoPoolImpl
return object Inserts the specified element at the tail of this queue.
offset() - 类 中的方法org.dromara.mendmix.common.model.PageParams
 
OkHttp3Client - org.dromara.mendmix.common.http中的类

Class Name : OkHttp3Client
OkHttp3Client() - 类 的构造器org.dromara.mendmix.common.http.OkHttp3Client
 
onError(ICaller<T>) - 类 中的方法org.dromara.mendmix.common.async.SimpleRetry
 
onFail() - 接口 中的方法org.dromara.mendmix.common.async.ExecuteCallback
 
onHolder() - 接口 中的方法org.dromara.mendmix.common.lock.LockCaller
持有锁的操作
onSuccess() - 接口 中的方法org.dromara.mendmix.common.async.ExecuteCallback
 
onWait() - 接口 中的方法org.dromara.mendmix.common.lock.LockCaller
等待锁的操作
OrderBy - org.dromara.mendmix.common.model中的类

Class Name : OrderBy
OrderBy() - 类 的构造器org.dromara.mendmix.common.model.OrderBy
 
OrderBy(String) - 类 的构造器org.dromara.mendmix.common.model.OrderBy
 
OrderBy(String, String) - 类 的构造器org.dromara.mendmix.common.model.OrderBy
 
OrderBy(String, OrderBy.OrderType) - 类 的构造器org.dromara.mendmix.common.model.OrderBy
 
orderBy(OrderBy) - 类 中的方法org.dromara.mendmix.common.model.PageParams
 
OrderBy.OrderType - org.dromara.mendmix.common.model中的枚举
 
orderBys(OrderBy...) - 类 中的方法org.dromara.mendmix.common.model.PageParams
 
org.dromara.mendmix.common - 程序包 org.dromara.mendmix.common
 
org.dromara.mendmix.common.annotation - 程序包 org.dromara.mendmix.common.annotation
 
org.dromara.mendmix.common.async - 程序包 org.dromara.mendmix.common.async
 
org.dromara.mendmix.common.constants - 程序包 org.dromara.mendmix.common.constants
 
org.dromara.mendmix.common.counter - 程序包 org.dromara.mendmix.common.counter
 
org.dromara.mendmix.common.crypt - 程序包 org.dromara.mendmix.common.crypt
 
org.dromara.mendmix.common.exception - 程序包 org.dromara.mendmix.common.exception
 
org.dromara.mendmix.common.guid - 程序包 org.dromara.mendmix.common.guid
 
org.dromara.mendmix.common.http - 程序包 org.dromara.mendmix.common.http
 
org.dromara.mendmix.common.jdbc - 程序包 org.dromara.mendmix.common.jdbc
 
org.dromara.mendmix.common.json - 程序包 org.dromara.mendmix.common.json
 
org.dromara.mendmix.common.json.deserializer - 程序包 org.dromara.mendmix.common.json.deserializer
 
org.dromara.mendmix.common.json.serializer - 程序包 org.dromara.mendmix.common.json.serializer
 
org.dromara.mendmix.common.lock - 程序包 org.dromara.mendmix.common.lock
 
org.dromara.mendmix.common.lock.redis - 程序包 org.dromara.mendmix.common.lock.redis
 
org.dromara.mendmix.common.lock.zk - 程序包 org.dromara.mendmix.common.lock.zk
 
org.dromara.mendmix.common.model - 程序包 org.dromara.mendmix.common.model
 
org.dromara.mendmix.common.sequence - 程序包 org.dromara.mendmix.common.sequence
 
org.dromara.mendmix.common.serializer - 程序包 org.dromara.mendmix.common.serializer
 
org.dromara.mendmix.common.task - 程序包 org.dromara.mendmix.common.task
 
org.dromara.mendmix.common.util - 程序包 org.dromara.mendmix.common.util
 

P

paddingZeros(String, int) - 类 中的静态方法org.dromara.mendmix.common.util.StringConverter
 
Page<T> - org.dromara.mendmix.common.model中的类
 
Page() - 类 的构造器org.dromara.mendmix.common.model.Page
 
Page(int, int, long, List<T>) - 类 的构造器org.dromara.mendmix.common.model.Page
 
Page(PageParams, long, List<T>) - 类 的构造器org.dromara.mendmix.common.model.Page
 
PageParams - org.dromara.mendmix.common.model中的类
 
PageParams() - 类 的构造器org.dromara.mendmix.common.model.PageParams
 
PageParams(int, int) - 类 的构造器org.dromara.mendmix.common.model.PageParams
 
PageParams(int, int, OrderBy) - 类 的构造器org.dromara.mendmix.common.model.PageParams
 
PageQueryRequest<T> - org.dromara.mendmix.common.model中的类

Class Name : PageQueryRequest
PageQueryRequest() - 类 的构造器org.dromara.mendmix.common.model.PageQueryRequest
 
PageQueryRequest(int, int, OrderBy, T) - 类 的构造器org.dromara.mendmix.common.model.PageQueryRequest
 
PageQueryRequest(int, int, T) - 类 的构造器org.dromara.mendmix.common.model.PageQueryRequest
 
PARAM_AUTH_CODE - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
PARAM_BIZ_CODE - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
PARAM_CMD - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
PARAM_CODE - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
PARAM_DATA - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
PARAM_DATA - 类 中的静态变量org.dromara.mendmix.common.util.ParameterUtils
 
PARAM_ERROR - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
PARAM_ERROR_DESC - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
PARAM_MSG - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
PARAM_PAYLOAD - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
PARAM_RETURN_URL - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
PARAM_SEPARATOR - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
PARAM_SIGN - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
PARAM_SIGN - 类 中的静态变量org.dromara.mendmix.common.util.ParameterUtils
 
PARAM_SIGN_TYPE - 类 中的静态变量org.dromara.mendmix.common.util.ParameterUtils
 
PARAM_SYSTEM_ID - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
PARAM_TENANT_ID - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
PARAM_TOKEN - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
ParameterUtils - org.dromara.mendmix.common.util中的类
 
ParameterUtils() - 类 的构造器org.dromara.mendmix.common.util.ParameterUtils
 
parse(String, ParsePosition) - 类 中的方法org.dromara.mendmix.common.json.CompsiteDateFormat
 
parse(String) - 类 中的方法org.dromara.mendmix.common.json.CompsiteDateFormat
 
parseContentTypeCharset(String) - 类 中的静态方法org.dromara.mendmix.common.http.HttpRequestEntity
 
parseDate(String) - 类 中的静态方法org.dromara.mendmix.common.util.DateUtils
解析日期
支持格式:
generate by: vakin jiang at 2012-3-1
parseDate(String, String) - 类 中的静态方法org.dromara.mendmix.common.util.DateUtils
解析日期字符串转化成日期格式
generate by: vakin jiang at 2012-3-1
PATH_SEPARATOR - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
PathMatcher - org.dromara.mendmix.common.util中的类
 
PathMatcher() - 类 的构造器org.dromara.mendmix.common.util.PathMatcher
 
PathMatcher(String, String) - 类 的构造器org.dromara.mendmix.common.util.PathMatcher
 
PathMatcher(String, List<String>) - 类 的构造器org.dromara.mendmix.common.util.PathMatcher
 
PermissionLevel - org.dromara.mendmix.common.constants中的枚举

Class Name : PermissionLevel
PHONE - 类 中的静态变量org.dromara.mendmix.common.util.FormatValidateUtils
电话号码正则表达式
ping(String, int) - 类 中的静态方法org.dromara.mendmix.common.util.NetworkUtils
 
PLACEHOLDER_PREFIX - 类 中的静态变量org.dromara.mendmix.common.util.ResourceUtils
 
PLACEHOLDER_SUFFIX - 类 中的静态变量org.dromara.mendmix.common.util.ResourceUtils
 
post(String) - 类 中的静态方法org.dromara.mendmix.common.http.HttpRequestEntity
 
postJson(String, String) - 类 中的静态方法org.dromara.mendmix.common.util.HttpUtils
 
postJson(String, String, String) - 类 中的静态方法org.dromara.mendmix.common.util.HttpUtils
 
printAllConfigs(List<String>) - 类 中的静态方法org.dromara.mendmix.common.util.ResourceUtils
 
printRequest(HttpServletRequest) - 类 中的静态方法org.dromara.mendmix.common.util.WebUtils
 
privateDecrypt(String, RSAPrivateKey) - 类 中的静态方法org.dromara.mendmix.common.crypt.RSA
私钥解密
process() - 接口 中的方法org.dromara.mendmix.common.async.AsyncInitializer
 
process() - 类 中的方法org.dromara.mendmix.common.async.RetryTask
 
process(WatchedEvent) - 类 中的方法org.dromara.mendmix.common.lock.zk.ZkDistributeLock
zookeeper节点的监视器
PROP_SPRING_APPLICATION_NAME - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
proxy(Proxy) - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
ProxyResolver - org.dromara.mendmix.common.http中的接口
 
publicEncrypt(String, RSAPublicKey) - 类 中的静态方法org.dromara.mendmix.common.crypt.RSA
 

Q

queryForCount(String, Object[]) - 类 中的方法org.dromara.mendmix.common.jdbc.JdbcExecutor
 
queryForList(String, Object[], boolean) - 类 中的方法org.dromara.mendmix.common.jdbc.JdbcExecutor
Query a single record
queryForList(String, Object[], ResultConverter<T>) - 类 中的方法org.dromara.mendmix.common.jdbc.JdbcExecutor
 
queryForList(String, Object[], Class<T>) - 类 中的方法org.dromara.mendmix.common.jdbc.JdbcExecutor
Query a single record
queryForMap(String, Object[]) - 类 中的方法org.dromara.mendmix.common.jdbc.JdbcExecutor
Query a single record
queryForObject(String, Object[], Class<T>) - 类 中的方法org.dromara.mendmix.common.jdbc.JdbcExecutor
Query a single record
queryForString(String, Object[]) - 类 中的方法org.dromara.mendmix.common.jdbc.JdbcExecutor
 
queryParam(String, Object) - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
queryParams(Map<String, Object>) - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
queryParamsToMap(HttpServletRequest) - 类 中的静态方法org.dromara.mendmix.common.util.ParameterUtils
 
queryParamsToMap(String) - 类 中的静态方法org.dromara.mendmix.common.util.ParameterUtils
 

R

RandomType - org.dromara.mendmix.common.sequence中的枚举

Class Name : RandomType
readField(Object, String) - 类 中的静态方法org.dromara.mendmix.common.util.CachingFieldUtils
 
readTimeout - 接口 中的静态变量org.dromara.mendmix.common.http.HttpClientProvider
 
ReadWriteType - org.dromara.mendmix.common.constants中的枚举

Class Name : ReadWriteType
RedisDistributeLock - org.dromara.mendmix.common.lock.redis中的类
基于redis的锁
RedisDistributeLock(String) - 类 的构造器org.dromara.mendmix.common.lock.redis.RedisDistributeLock
默认最大存活时间60秒
RedisDistributeLock(String, long) - 类 的构造器org.dromara.mendmix.common.lock.redis.RedisDistributeLock
 
ReflectUtils - org.dromara.mendmix.common.util中的类
反射工具
reload() - 类 中的静态方法org.dromara.mendmix.common.http.HostMappingHolder
 
remove(String...) - 类 中的静态方法org.dromara.mendmix.common.ThreadLocalContext
 
remove(String) - 类 中的静态方法org.dromara.mendmix.common.util.ResourceUtils
 
replaceRefValue(String) - 类 中的静态方法org.dromara.mendmix.common.util.ResourceUtils
 
REQUEST_KEY - 类 中的静态变量org.dromara.mendmix.common.ThreadLocalContext
 
REQUEST_TIME_KEY - 类 中的静态变量org.dromara.mendmix.common.ThreadLocalContext
 
RequestLogBuilder - org.dromara.mendmix.common.util中的类
 
RequestLogBuilder() - 类 的构造器org.dromara.mendmix.common.util.RequestLogBuilder
 
requestLogMessage(String, String, Object, Object) - 类 中的静态方法org.dromara.mendmix.common.util.RequestLogBuilder
 
requestLogMessage(String, String, Object, Object, Object) - 类 中的静态方法org.dromara.mendmix.common.util.RequestLogBuilder
 
resolve(String) - 接口 中的方法org.dromara.mendmix.common.http.ProxyResolver
 
resolveUrl(String) - 类 中的静态方法org.dromara.mendmix.common.http.HostMappingHolder
 
ResourceUtils - org.dromara.mendmix.common.util中的类
资源文件加载工具类
ResourceUtils() - 类 的构造器org.dromara.mendmix.common.util.ResourceUtils
 
RESPONSE_KEY - 类 中的静态变量org.dromara.mendmix.common.ThreadLocalContext
 
responseLogMessage(int, Object, Object) - 类 中的静态方法org.dromara.mendmix.common.util.RequestLogBuilder
 
responseOutHtml(HttpServletResponse, String) - 类 中的静态方法org.dromara.mendmix.common.util.WebUtils
 
responseOutJson(HttpServletResponse, String) - 类 中的静态方法org.dromara.mendmix.common.util.WebUtils
 
responseOutJsonp(HttpServletResponse, String, Object) - 类 中的静态方法org.dromara.mendmix.common.util.WebUtils
 
ResultConverter<T> - org.dromara.mendmix.common.jdbc中的接口
 
RetryAsyncTaskExecutor - org.dromara.mendmix.common.async中的类
异步任务执行器
Class Name : RetryAsyncTaskExecutor
RetryAsyncTaskExecutor(String, int, int, int) - 类 的构造器org.dromara.mendmix.common.async.RetryAsyncTaskExecutor
 
RetryTask - org.dromara.mendmix.common.async中的类

Class Name : RetryTask
RetryTask() - 类 的构造器org.dromara.mendmix.common.async.RetryTask
 
RetryTask(ExecuteCallback) - 类 的构造器org.dromara.mendmix.common.async.RetryTask
 
reverseFromUTC(Date, String) - 类 中的静态方法org.dromara.mendmix.common.util.TimeConvertUtils
 
reverseFromUTC(String, String) - 类 中的静态方法org.dromara.mendmix.common.util.TimeConvertUtils
 
reverseFromUTC(Date) - 类 中的静态方法org.dromara.mendmix.common.util.TimeConvertUtils
 
reverseFromUTC(String) - 类 中的静态方法org.dromara.mendmix.common.util.TimeConvertUtils
 
RoundRobinSelecter - org.dromara.mendmix.common.model中的类
轮询选择器
Class Name : RoundRobinSelecter
RoundRobinSelecter(int) - 类 的构造器org.dromara.mendmix.common.model.RoundRobinSelecter
 
RSA - org.dromara.mendmix.common.crypt中的类
 
RSA() - 类 的构造器org.dromara.mendmix.common.crypt.RSA
 
RSA.RSAKeyPair - org.dromara.mendmix.common.crypt中的类
 
RSAKeyPair(RSAPrivateKey, RSAPublicKey) - 类 的构造器org.dromara.mendmix.common.crypt.RSA.RSAKeyPair
 
RsaSignUtils - org.dromara.mendmix.common.util中的类
RSA签名工具
RsaSignUtils() - 类 的构造器org.dromara.mendmix.common.util.RsaSignUtils
 

S

SafeStringUtils - org.dromara.mendmix.common.util中的类
 
SafeStringUtils() - 类 的构造器org.dromara.mendmix.common.util.SafeStringUtils
 
saveStepPoint(int) - 类 中的方法org.dromara.mendmix.common.async.RetryTask
 
scan(String) - 类 中的静态方法org.dromara.mendmix.common.util.ClassScanner
 
SCHEME_SPLITER - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
select() - 类 中的方法org.dromara.mendmix.common.model.RoundRobinSelecter
 
SelectOptGroup - org.dromara.mendmix.common.model中的类
 
SelectOptGroup() - 类 的构造器org.dromara.mendmix.common.model.SelectOptGroup
 
SelectOptGroup(String) - 类 的构造器org.dromara.mendmix.common.model.SelectOptGroup
 
SelectOptGroup(String, String) - 类 的构造器org.dromara.mendmix.common.model.SelectOptGroup
 
SelectOption - org.dromara.mendmix.common.model中的类
 
SelectOption() - 类 的构造器org.dromara.mendmix.common.model.SelectOption
 
SelectOption(String, String) - 类 的构造器org.dromara.mendmix.common.model.SelectOption
 
SEMICOLON - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
SeqTimeExpr - org.dromara.mendmix.common.sequence中的枚举

Class Name : SeqExpr
SequenceGenerateService - org.dromara.mendmix.common.sequence中的类
 
SequenceGenerateService() - 类 的构造器org.dromara.mendmix.common.sequence.SequenceGenerateService
 
SequenceRule - org.dromara.mendmix.common.sequence中的类
 
SequenceRule() - 类 的构造器org.dromara.mendmix.common.sequence.SequenceRule
 
serialize(Number, JsonGenerator, SerializerProvider) - 类 中的方法org.dromara.mendmix.common.json.serializer.BigNumberToStringSerializer
 
serialize(Boolean, JsonGenerator, SerializerProvider) - 类 中的方法org.dromara.mendmix.common.json.serializer.BooleanToBitSerializer
 
serialize(BigDecimal, JsonGenerator, SerializerProvider) - 类 中的方法org.dromara.mendmix.common.json.serializer.CurrencyAmountSerializer
 
serialize(Date, JsonGenerator, SerializerProvider) - 类 中的方法org.dromara.mendmix.common.json.serializer.DateConvertSerializer
 
serialize(Date, JsonGenerator, SerializerProvider) - 类 中的方法org.dromara.mendmix.common.json.serializer.DateTimeConvertSerializer
 
serialize(Object) - 类 中的方法org.dromara.mendmix.common.serializer.FSTSerializer
 
serialize(Object) - 类 中的方法org.dromara.mendmix.common.serializer.JavaSerializer
 
serialize(Object) - 类 中的方法org.dromara.mendmix.common.serializer.KryoPoolSerializer
Serialize object
serialize(Object) - 类 中的方法org.dromara.mendmix.common.serializer.KryoSerializer
 
serialize(Object) - 接口 中的方法org.dromara.mendmix.common.serializer.Serializer
 
serialize(Object) - 类 中的静态方法org.dromara.mendmix.common.util.SerializeUtils
序列化
Serializer - org.dromara.mendmix.common.serializer中的接口
对象序列化接口
SerializeUtils - org.dromara.mendmix.common.util中的类
 
SerializeUtils() - 类 的构造器org.dromara.mendmix.common.util.SerializeUtils
 
set(String, Object) - 类 中的静态方法org.dromara.mendmix.common.ThreadLocalContext
 
setActionLog(boolean) - 类 中的方法org.dromara.mendmix.common.model.ApiInfo
 
setAdmin(boolean) - 类 中的方法org.dromara.mendmix.common.model.AuthUser
 
setAll(boolean) - 类 中的方法org.dromara.mendmix.common.model.KeyValues
 
setAllMatch(boolean) - 类 中的方法org.dromara.mendmix.common.model.DataPermItem
 
setApiLog(boolean) - 类 中的方法org.dromara.mendmix.common.model.ApiInfo
 
setApplicationContext(ApplicationContext) - 类 中的方法org.dromara.mendmix.common.task.GlobalInternalScheduleService
 
setAuthUser(AuthUser) - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
 
setBizCode(String) - 异常错误 中的方法org.dromara.mendmix.common.MendmixBaseException
 
setBizCode(String) - 类 中的方法org.dromara.mendmix.common.model.WrapperResponse
 
setBody(String) - 类 中的方法org.dromara.mendmix.common.http.HttpResponseEntity
 
setBunitId(String) - 类 中的方法org.dromara.mendmix.common.model.AuthUser
 
setBusinessUnitId(String) - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
 
setCheckCaptcha(boolean) - 类 中的方法org.dromara.mendmix.common.model.ApiInfo
 
setChecked(boolean) - 类 中的方法org.dromara.mendmix.common.model.TreeModel
 
setChildren(List<TreeModel>) - 类 中的方法org.dromara.mendmix.common.model.TreeModel
 
setClientType(String) - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
 
setCode(int) - 异常错误 中的方法org.dromara.mendmix.common.MendmixBaseException
 
setCode(int) - 类 中的方法org.dromara.mendmix.common.model.WrapperResponse
 
setCode(String) - 类 中的方法org.dromara.mendmix.common.sequence.SequenceRule
 
setColumn(String) - 类 中的方法org.dromara.mendmix.common.jdbc.Condition
 
setConcurrency(boolean) - 类 中的方法org.dromara.mendmix.common.model.PageParams
 
setContextParam(Map<String, String>) - 异常错误 中的方法org.dromara.mendmix.common.MendmixBaseException
 
setContextParams(Map<String, String>) - 类 中的方法org.dromara.mendmix.common.model.WrapperResponse
 
setContextVal(String, String) - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
 
setControllerMethod(Method) - 类 中的方法org.dromara.mendmix.common.model.ApiInfo
 
setControllerMethodName(String) - 类 中的方法org.dromara.mendmix.common.model.ApiInfo
 
setCurrentTenantId(String) - 类 中的方法org.dromara.mendmix.common.model.UserContextQueryParam
 
setCurrentUnitId(String) - 类 中的方法org.dromara.mendmix.common.model.UserContextQueryParam
 
setCurrentUserId(String) - 类 中的方法org.dromara.mendmix.common.model.UserContextQueryParam
 
setCustomConfigure(ObjectMapper) - 类 中的静态方法org.dromara.mendmix.common.util.JsonUtils
 
setData(List<T>) - 类 中的方法org.dromara.mendmix.common.model.Page
 
setData(T) - 类 中的方法org.dromara.mendmix.common.model.WrapperResponse
 
setDataProfileValues(Map<String, String[]>) - 类 中的方法org.dromara.mendmix.common.model.UserContextQueryParam
 
setDefaultExecutor(JdbcExecutor) - 类 中的静态方法org.dromara.mendmix.common.jdbc.JdbcExecutor
 
setDeptId(String) - 类 中的方法org.dromara.mendmix.common.model.AuthUser
 
setDisabled(boolean) - 类 中的方法org.dromara.mendmix.common.model.TreeModel
 
setExample(T) - 类 中的方法org.dromara.mendmix.common.model.PageQueryRequest
 
setField(String) - 类 中的方法org.dromara.mendmix.common.model.OrderBy
 
setFileName(String) - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity.FileItem
 
setFilterKeys(List<String>) - 类 中的静态方法org.dromara.mendmix.common.util.ExceptionFormatUtils
 
setFilterMode(boolean) - 类 中的静态方法org.dromara.mendmix.common.util.ExceptionFormatUtils
 
setFirstSequence(Integer) - 类 中的方法org.dromara.mendmix.common.sequence.SequenceRule
 
setGroupName(String) - 类 中的方法org.dromara.mendmix.common.model.DataPermItem
 
setId(String) - 类 中的方法org.dromara.mendmix.common.model.AuthUser
 
setId(String) - 类 中的方法org.dromara.mendmix.common.model.IdNamePair
 
setId(T) - 类 中的方法org.dromara.mendmix.common.model.IdParam
 
setId(String) - 类 中的方法org.dromara.mendmix.common.model.TreeModel
 
setId(String) - 类 中的方法org.dromara.mendmix.common.sequence.SequenceRule
 
setIdentifier(String) - 类 中的方法org.dromara.mendmix.common.model.ApiInfo
 
setIgnoreTenant(Boolean) - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
 
setJsonMapper(ObjectMapper) - 类 中的静态方法org.dromara.mendmix.common.util.JsonUtils
 
setKey(String) - 类 中的方法org.dromara.mendmix.common.model.KeyValuePair
 
setKey(String) - 类 中的方法org.dromara.mendmix.common.model.KeyValues
 
setLabel(String) - 类 中的方法org.dromara.mendmix.common.model.SelectOptGroup
 
setLastModifiedTime(long) - 类 中的方法org.dromara.mendmix.common.model.ModifiedObject
 
setLastSequence(Integer) - 类 中的方法org.dromara.mendmix.common.sequence.SequenceRule
 
setMessage(String) - 类 中的方法org.dromara.mendmix.common.http.HttpResponseEntity
 
setMethod(String) - 类 中的方法org.dromara.mendmix.common.model.ApiModel
 
setMsg(String) - 类 中的方法org.dromara.mendmix.common.model.WrapperResponse
 
setName(String) - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity.BasicAuthParams
 
setName(String) - 类 中的方法org.dromara.mendmix.common.lock.FrontCheckLock
 
setName(String) - 类 中的方法org.dromara.mendmix.common.model.ApiInfo
 
setName(String) - 类 中的方法org.dromara.mendmix.common.model.AuthUser
 
setName(String) - 类 中的方法org.dromara.mendmix.common.model.IdNamePair
 
setName(String) - 类 中的方法org.dromara.mendmix.common.model.NameValuePair
 
setName(String) - 类 中的方法org.dromara.mendmix.common.model.TreeModel
 
setObject(Object) - 类 中的方法org.dromara.mendmix.common.model.ModifiedObject
 
setOpenApi(boolean) - 类 中的方法org.dromara.mendmix.common.model.ApiInfo
 
setOperator(String) - 类 中的方法org.dromara.mendmix.common.jdbc.Condition
 
setOptions(List<SelectOption>) - 类 中的方法org.dromara.mendmix.common.model.SelectOptGroup
 
setOrderBy(OrderBy) - 类 中的方法org.dromara.mendmix.common.model.PageQueryRequest
 
setOrderBys(List<OrderBy>) - 类 中的方法org.dromara.mendmix.common.model.PageParams
 
setPageNo(int) - 类 中的方法org.dromara.mendmix.common.model.PageParams
 
setPageNo(int) - 类 中的方法org.dromara.mendmix.common.model.PageQueryRequest
 
setPages(int) - 类 中的方法org.dromara.mendmix.common.model.Page
 
setPageSize(int) - 类 中的方法org.dromara.mendmix.common.model.PageParams
 
setPageSize(int) - 类 中的方法org.dromara.mendmix.common.model.PageQueryRequest
 
setParams(Object[]) - 类 中的方法org.dromara.mendmix.common.jdbc.JdbcExecParam
 
setParentId(String) - 类 中的方法org.dromara.mendmix.common.model.TreeModel
 
setPassword(String) - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity.BasicAuthParams
 
setPermissionLevel(PermissionLevel) - 类 中的方法org.dromara.mendmix.common.model.ApiInfo
 
setPostId(String) - 类 中的方法org.dromara.mendmix.common.model.AuthUser
 
setPrefix(String) - 类 中的方法org.dromara.mendmix.common.sequence.SequenceRule
 
setPrincipalId(String) - 类 中的方法org.dromara.mendmix.common.model.AuthUser
 
setPrincipalType(String) - 类 中的方法org.dromara.mendmix.common.model.AuthUser
 
setProxyResolver(ProxyResolver) - 类 中的静态方法org.dromara.mendmix.common.http.HostMappingHolder
 
setRandomLength(Integer) - 类 中的方法org.dromara.mendmix.common.sequence.SequenceRule
 
setRandomType(String) - 类 中的方法org.dromara.mendmix.common.sequence.SequenceRule
 
setRedisTemplate(StringRedisTemplate) - 类 中的静态方法org.dromara.mendmix.common.lock.redis.RedisDistributeLock
 
setRequestId(String) - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
 
setRequestLog(boolean) - 类 中的方法org.dromara.mendmix.common.model.ApiInfo
 
setResponseLog(boolean) - 类 中的方法org.dromara.mendmix.common.model.ApiInfo
 
setReturnType(ValueType) - 类 中的方法org.dromara.mendmix.common.model.ApiInfo
 
setRoutedIdentifier(String) - 类 中的方法org.dromara.mendmix.common.model.ApiInfo
 
setSeqLength(Integer) - 类 中的方法org.dromara.mendmix.common.sequence.SequenceRule
 
setShowLines(int) - 类 中的静态方法org.dromara.mendmix.common.util.ExceptionFormatUtils
 
setSort(int) - 类 中的方法org.dromara.mendmix.common.model.TreeModel
 
setSortType(String) - 类 中的方法org.dromara.mendmix.common.model.OrderBy
 
setSql(String) - 类 中的方法org.dromara.mendmix.common.jdbc.JdbcExecParam
 
setStatusCode(int) - 类 中的方法org.dromara.mendmix.common.http.HttpResponseEntity
 
setSystemId(String) - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
 
setTenantDataSourceKey(String) - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
 
setTenantId(String) - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
 
SETTER_METHOD_DESC_PATTERN - 类 中的静态变量org.dromara.mendmix.common.util.ReflectUtils
 
setText(String) - 类 中的方法org.dromara.mendmix.common.model.SelectOption
 
setTimeExpr(String) - 类 中的方法org.dromara.mendmix.common.sequence.SequenceRule
 
setTimeZone(String) - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
 
setTotal(long) - 类 中的方法org.dromara.mendmix.common.model.Page
 
setType(String) - 类 中的方法org.dromara.mendmix.common.model.AuthUser
 
setUpdatedAt(Date) - 类 中的方法org.dromara.mendmix.common.sequence.SequenceRule
 
setUri(String) - 类 中的方法org.dromara.mendmix.common.model.ApiModel
 
setValue(String) - 类 中的方法org.dromara.mendmix.common.jdbc.Condition
 
setValue(String) - 类 中的方法org.dromara.mendmix.common.model.KeyValuePair
 
setValue(String) - 类 中的方法org.dromara.mendmix.common.model.NameValuePair
 
setValue(String) - 类 中的方法org.dromara.mendmix.common.model.SelectOptGroup
 
setValue(String) - 类 中的方法org.dromara.mendmix.common.model.SelectOption
 
setValue(String) - 类 中的方法org.dromara.mendmix.common.model.TreeModel
 
setValue(String) - 类 中的方法org.dromara.mendmix.common.model.ValueParam
 
setValues(List<String>) - 类 中的方法org.dromara.mendmix.common.model.KeyValues
 
setWorkIdGenerator(WorkerIdGenerator) - 类 中的静态方法org.dromara.mendmix.common.GlobalContext
 
SHA1 - org.dromara.mendmix.common.crypt中的类
 
SHA1() - 类 的构造器org.dromara.mendmix.common.crypt.SHA1
 
shutdown() - 类 中的方法org.dromara.mendmix.common.async.RetryAsyncTaskExecutor
 
signature(PrivateKey, String) - 类 中的静态方法org.dromara.mendmix.common.util.RsaSignUtils
 
SimpleCryptUtils - org.dromara.mendmix.common.util中的类
 
SimpleCryptUtils() - 类 的构造器org.dromara.mendmix.common.util.SimpleCryptUtils
 
SimpleRetry<T> - org.dromara.mendmix.common.async中的类

Class Name : SimpleRetry
SimpleRetry(ICaller<T>) - 类 的构造器org.dromara.mendmix.common.async.SimpleRetry
 
singleton() - 类 中的静态方法org.dromara.mendmix.common.json.CompsiteDateFormat
 
SnowflakeGenerator - org.dromara.mendmix.common.guid中的类
全局ID生成器 (根据: https://github.com/twitter/snowflake)
SnowflakeGenerator() - 类 的构造器org.dromara.mendmix.common.guid.SnowflakeGenerator
 
SnowflakeGenerator(long, long) - 类 的构造器org.dromara.mendmix.common.guid.SnowflakeGenerator
 
SPLIT_STR - 类 中的静态变量org.dromara.mendmix.common.util.ParameterUtils
 
SpringAopHelper - org.dromara.mendmix.common.util中的类
 
SpringAopHelper() - 类 的构造器org.dromara.mendmix.common.util.SpringAopHelper
 
sslCipherSuites - 接口 中的静态变量org.dromara.mendmix.common.http.HttpClientProvider
 
SSLHelper - org.dromara.mendmix.common.http中的类
 
SSLHelper() - 类 的构造器org.dromara.mendmix.common.http.SSLHelper
 
StandardEnv - org.dromara.mendmix.common.constants中的枚举

Class Name : StandardEnv
StandardThreadExecutor - org.dromara.mendmix.common.async中的类
该线程池可伸缩并有缓冲队列(先根据任务数调整到最大线程数,超出的放入缓冲队列)
StandardThreadExecutor() - 类 的构造器org.dromara.mendmix.common.async.StandardThreadExecutor
 
StandardThreadExecutor(int, int) - 类 的构造器org.dromara.mendmix.common.async.StandardThreadExecutor
 
StandardThreadExecutor(int, int, long, TimeUnit) - 类 的构造器org.dromara.mendmix.common.async.StandardThreadExecutor
 
StandardThreadExecutor(int, int, int) - 类 的构造器org.dromara.mendmix.common.async.StandardThreadExecutor
 
StandardThreadExecutor(int, int, int, ThreadFactory) - 类 的构造器org.dromara.mendmix.common.async.StandardThreadExecutor
 
StandardThreadExecutor(int, int, long, TimeUnit, int) - 类 的构造器org.dromara.mendmix.common.async.StandardThreadExecutor
 
StandardThreadExecutor(int, int, long, TimeUnit, int, ThreadFactory) - 类 的构造器org.dromara.mendmix.common.async.StandardThreadExecutor
 
StandardThreadExecutor(int, int, long, TimeUnit, int, ThreadFactory, RejectedExecutionHandler) - 类 的构造器org.dromara.mendmix.common.async.StandardThreadExecutor
 
StandardThreadExecutor.StandardThreadFactory - org.dromara.mendmix.common.async中的类
 
StandardThreadFactory(String) - 类 的构造器org.dromara.mendmix.common.async.StandardThreadExecutor.StandardThreadFactory
 
startFinished() - 类 中的静态方法org.dromara.mendmix.common.GlobalContext
 
STARTUP_TIME - 类 中的静态变量org.dromara.mendmix.common.GlobalContext
 
status() - 类 中的方法org.dromara.mendmix.common.async.RetryAsyncTaskExecutor
 
STR_ENG - 类 中的静态变量org.dromara.mendmix.common.util.FormatValidateUtils
匹配由26个英文字母组成的字符串 ^[A-Za-z]+$
StringCharsetUtils - org.dromara.mendmix.common.util中的类
 
StringCharsetUtils() - 类 的构造器org.dromara.mendmix.common.util.StringCharsetUtils
 
StringConverter - org.dromara.mendmix.common.util中的类
 
StringConverter() - 类 的构造器org.dromara.mendmix.common.util.StringConverter
 
StringTrimDeserializer - org.dromara.mendmix.common.json.deserializer中的类
 
StringTrimDeserializer() - 类 的构造器org.dromara.mendmix.common.json.deserializer.StringTrimDeserializer
 
submit(String, ICaller<T>) - 类 中的方法org.dromara.mendmix.common.async.DelayRetryExecutor
 
submitTask(RetryTask) - 类 中的方法org.dromara.mendmix.common.async.RetryAsyncTaskExecutor
 
submittedTasksCount - 类 中的变量org.dromara.mendmix.common.async.StandardThreadExecutor
 
SubTimerTask - org.dromara.mendmix.common.task中的接口
 
success() - 类 中的静态方法org.dromara.mendmix.common.model.WrapperResponse
 
success(T) - 类 中的静态方法org.dromara.mendmix.common.model.WrapperResponse
 
successCodes - 类 中的静态变量org.dromara.mendmix.common.http.HttpResponseEntity
 
successed() - 类 中的方法org.dromara.mendmix.common.model.WrapperResponse
 
SYSTEM_EXCEPTION - 类 中的静态变量org.dromara.mendmix.common.exception.DefaultExceptions
 
SYSTEM_KEY - 类 中的静态变量org.dromara.mendmix.common.GlobalContext
 

T

telnet(String, int) - 类 中的静态方法org.dromara.mendmix.common.util.NetworkUtils
 
telnet(String, int, int) - 类 中的静态方法org.dromara.mendmix.common.util.NetworkUtils
 
ThreadLocalContext - org.dromara.mendmix.common中的类

Class Name : ThreadLocalContext
ThreadLocalContext() - 类 的构造器org.dromara.mendmix.common.ThreadLocalContext
 
tilNextMillis(long) - 类 中的方法org.dromara.mendmix.common.guid.SnowflakeGenerator
 
TIME_PATTERN - 类 中的静态变量org.dromara.mendmix.common.util.DateUtils
 
TIME_ZONE_OFFSET - 类 中的静态变量org.dromara.mendmix.common.util.TimeConvertUtils
 
TimeConvertUtils - org.dromara.mendmix.common.util中的类
 
TimeConvertUtils() - 类 的构造器org.dromara.mendmix.common.util.TimeConvertUtils
 
timeGen() - 类 中的方法org.dromara.mendmix.common.guid.SnowflakeGenerator
 
timestamp() - 类 中的静态方法org.dromara.mendmix.common.CurrentRuntimeContext
 
timestamp2Date(Date) - 类 中的静态方法org.dromara.mendmix.common.util.DateUtils
时间戳格式转换为日期(年月日)格式
generate by: vakin jiang at 2011-12-23
TIMESTAMP_PATTERN - 类 中的静态变量org.dromara.mendmix.common.util.DateUtils
 
TimestampGUIDGenarator - org.dromara.mendmix.common.guid中的类
带时间错信息全局唯一id生成器
Class Name : TimestampGUIDGenarator
TimestampGUIDGenarator(int) - 类 的构造器org.dromara.mendmix.common.guid.TimestampGUIDGenarator
 
timeZoneConvert(String, String, String) - 类 中的静态方法org.dromara.mendmix.common.util.TimeConvertUtils
 
timeZoneConvert(Date, String, String) - 类 中的静态方法org.dromara.mendmix.common.util.TimeConvertUtils
 
toCamelCase(String) - 类 中的静态方法org.dromara.mendmix.common.util.StringConverter
 
toEncodeString() - 类 中的方法org.dromara.mendmix.common.model.AuthUser
 
toHashMap(String, Class<K>, Class<V>) - 类 中的静态方法org.dromara.mendmix.common.util.JsonUtils
 
toHashMap(String, Class<V>) - 类 中的静态方法org.dromara.mendmix.common.util.JsonUtils
 
toHashMap(String) - 类 中的静态方法org.dromara.mendmix.common.util.JsonUtils
 
toJson(Object) - 类 中的静态方法org.dromara.mendmix.common.util.JsonUtils
 
toJsonArrayNode(String) - 类 中的静态方法org.dromara.mendmix.common.util.JsonUtils
 
toJsonBytes(Object) - 类 中的静态方法org.dromara.mendmix.common.util.JsonUtils
 
toJsonIgnoreNullField(Object) - 类 中的静态方法org.dromara.mendmix.common.util.JsonUtils
不含值为null的属性
toJsonNode(String) - 类 中的静态方法org.dromara.mendmix.common.util.JsonUtils
 
TokenGenerator - org.dromara.mendmix.common.util中的类
生成token
TokenGenerator() - 类 的构造器org.dromara.mendmix.common.util.TokenGenerator
 
toList(Class<T>) - 类 中的方法org.dromara.mendmix.common.http.HttpResponseEntity
 
toList(Class<T>, String) - 类 中的方法org.dromara.mendmix.common.http.HttpResponseEntity
 
toList(String, Class<T>) - 类 中的静态方法org.dromara.mendmix.common.util.JsonUtils
 
toList(ArrayNode, Class<T>) - 类 中的静态方法org.dromara.mendmix.common.util.JsonUtils
 
toMap() - 类 中的方法org.dromara.mendmix.common.http.HttpResponseEntity
 
toObject(Class<T>) - 类 中的方法org.dromara.mendmix.common.http.HttpResponseEntity
 
toObject(Class<T>, String) - 类 中的方法org.dromara.mendmix.common.http.HttpResponseEntity
 
toObject(String, Class<T>) - 类 中的静态方法org.dromara.mendmix.common.util.JsonUtils
 
toObject(String, TypeReference<T>) - 类 中的静态方法org.dromara.mendmix.common.util.JsonUtils
 
toObject(String, JavaType) - 类 中的静态方法org.dromara.mendmix.common.util.JsonUtils
 
toObject(JsonNode, Class<T>) - 类 中的静态方法org.dromara.mendmix.common.util.JsonUtils
 
toPage(Class<T>) - 类 中的方法org.dromara.mendmix.common.http.HttpResponseEntity
 
toPrettyJson(Object) - 类 中的静态方法org.dromara.mendmix.common.util.JsonUtils
转换成格式化的json字符串
toPrimitiveValue(String, Class<?>) - 类 中的静态方法org.dromara.mendmix.common.util.BeanUtils
 
toString() - 类 中的方法org.dromara.mendmix.common.http.HttpResponseEntity
 
toString() - 类 中的方法org.dromara.mendmix.common.model.AuthUser
 
toString() - 类 中的方法org.dromara.mendmix.common.model.KeyValuePair
 
toString() - 类 中的方法org.dromara.mendmix.common.model.KeyValues
 
toString() - 类 中的方法org.dromara.mendmix.common.model.NameValuePair
 
toString() - 类 中的方法org.dromara.mendmix.common.model.PageParams
 
toString() - 类 中的方法org.dromara.mendmix.common.model.WrapperResponse
 
toUnderlineCase(String) - 类 中的静态方法org.dromara.mendmix.common.util.StringConverter
 
toUTC(Date, String) - 类 中的静态方法org.dromara.mendmix.common.util.TimeConvertUtils
 
toUTC(String, String) - 类 中的静态方法org.dromara.mendmix.common.util.TimeConvertUtils
 
toUTC(Date) - 类 中的静态方法org.dromara.mendmix.common.util.TimeConvertUtils
 
toUTC(String) - 类 中的静态方法org.dromara.mendmix.common.util.TimeConvertUtils
 
toUTCDateRegion(Date, String) - 类 中的静态方法org.dromara.mendmix.common.util.TimeConvertUtils
 
toValue(String) - 类 中的方法org.dromara.mendmix.common.http.HttpResponseEntity
 
traceId() - 类 中的方法org.dromara.mendmix.common.async.RetryTask
 
TreeModel - org.dromara.mendmix.common.model中的类
 
TreeModel() - 类 的构造器org.dromara.mendmix.common.model.TreeModel
 
TreeModel(String, String, String, String) - 类 的构造器org.dromara.mendmix.common.model.TreeModel
 
TRUE_FLAG - 类 中的静态变量org.dromara.mendmix.common.json.serializer.BooleanCompositeDeserializer
 
tryLock() - 类 中的方法org.dromara.mendmix.common.lock.redis.RedisDistributeLock
 
tryLock(long, TimeUnit) - 类 中的方法org.dromara.mendmix.common.lock.redis.RedisDistributeLock
 
tryLock() - 类 中的方法org.dromara.mendmix.common.lock.zk.ZkDistributeLock
 
tryLock(long, TimeUnit) - 类 中的方法org.dromara.mendmix.common.lock.zk.ZkDistributeLock
 

U

UnauthorizedException - org.dromara.mendmix.common.exception中的异常错误
 
UnauthorizedException() - 异常错误 的构造器org.dromara.mendmix.common.exception.UnauthorizedException
 
uncompress(byte[]) - 类 中的静态方法org.dromara.mendmix.common.util.GzipUtils
GZIP解压缩
uncompressToString(byte[]) - 类 中的静态方法org.dromara.mendmix.common.util.GzipUtils
 
uncompressToString(byte[], String) - 类 中的静态方法org.dromara.mendmix.common.util.GzipUtils
 
UNDER_LINE - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 
UNKNOWN - 类 中的静态变量org.dromara.mendmix.common.util.IpUtils
 
unlock(String) - 类 中的静态方法org.dromara.mendmix.common.lock.FrontCheckLock
 
unlock() - 类 中的方法org.dromara.mendmix.common.lock.redis.RedisDistributeLock
 
unlock(int) - 类 中的方法org.dromara.mendmix.common.lock.redis.RedisDistributeLock
 
unlock() - 类 中的方法org.dromara.mendmix.common.lock.zk.ZkDistributeLock
 
unset() - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
unset() - 类 中的静态方法org.dromara.mendmix.common.ThreadLocalContext
 
update(String, Object[]) - 类 中的方法org.dromara.mendmix.common.jdbc.JdbcExecutor
 
updateCount(int) - 类 中的方法org.dromara.mendmix.common.lock.FrontCheckLock
 
uploadFile(String, String, File) - 类 中的静态方法org.dromara.mendmix.common.util.HttpUtils
 
uri(String) - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
URL - 类 中的静态变量org.dromara.mendmix.common.util.FormatValidateUtils
URL正则表达式 匹配 http www ftp
useContext() - 类 中的方法org.dromara.mendmix.common.http.HttpRequestEntity
 
useDefault() - 类 中的静态方法org.dromara.mendmix.common.crypt.CustomEncryptor
 
UserContextQueryParam - org.dromara.mendmix.common.model中的类
 
UserContextQueryParam() - 类 的构造器org.dromara.mendmix.common.model.UserContextQueryParam
 
UTF_16BE - 类 中的静态变量org.dromara.mendmix.common.util.StringCharsetUtils
 
UTF_16LE - 类 中的静态变量org.dromara.mendmix.common.util.StringCharsetUtils
 
UTF_8 - 类 中的静态变量org.dromara.mendmix.common.util.StringCharsetUtils
 
uuid() - 类 中的静态方法org.dromara.mendmix.common.guid.GUID
 

V

validate(String, boolean) - 类 中的静态方法org.dromara.mendmix.common.util.TokenGenerator
验证带签名信息的token
valueOf(String) - 枚举 中的静态方法org.dromara.mendmix.common.constants.DataChangeType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.dromara.mendmix.common.constants.DataScopeType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.dromara.mendmix.common.constants.MatchPolicy
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.dromara.mendmix.common.constants.PermissionLevel
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.dromara.mendmix.common.constants.ReadWriteType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.dromara.mendmix.common.constants.StandardEnv
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.dromara.mendmix.common.constants.ValueType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.dromara.mendmix.common.exception.MainErrorType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.dromara.mendmix.common.http.HttpMethod
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.dromara.mendmix.common.model.OrderBy.OrderType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.dromara.mendmix.common.sequence.RandomType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.dromara.mendmix.common.sequence.SeqTimeExpr
返回带有指定名称的该类型的枚举常量。
ValueParam - org.dromara.mendmix.common.model中的类
 
ValueParam() - 类 的构造器org.dromara.mendmix.common.model.ValueParam
 
ValueParam(String) - 类 的构造器org.dromara.mendmix.common.model.ValueParam
 
values() - 枚举 中的静态方法org.dromara.mendmix.common.constants.DataChangeType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.dromara.mendmix.common.constants.DataScopeType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.dromara.mendmix.common.constants.MatchPolicy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.dromara.mendmix.common.constants.PermissionLevel
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.dromara.mendmix.common.constants.ReadWriteType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.dromara.mendmix.common.constants.StandardEnv
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.dromara.mendmix.common.constants.ValueType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.dromara.mendmix.common.exception.MainErrorType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.dromara.mendmix.common.http.HttpMethod
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.dromara.mendmix.common.model.OrderBy.OrderType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.dromara.mendmix.common.sequence.RandomType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.dromara.mendmix.common.sequence.SeqTimeExpr
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
ValueType - org.dromara.mendmix.common.constants中的枚举
 
verifyFormat(String) - 类 中的静态方法org.dromara.mendmix.common.util.IdCardFormatVerifyHelper
身份证格式校验
verifySignature(String, String, PublicKey) - 类 中的静态方法org.dromara.mendmix.common.util.RsaSignUtils
 
VIRTUAL_TENANT_ID - 类 中的静态变量org.dromara.mendmix.common.GlobalConstants
 

W

WebUtils - org.dromara.mendmix.common.util中的类
 
WebUtils() - 类 的构造器org.dromara.mendmix.common.util.WebUtils
 
whoReport() - 类 中的静态方法org.dromara.mendmix.common.util.WebUtils
 
withContextParam() - 类 中的方法org.dromara.mendmix.common.model.WrapperResponse
 
WorkerIdGenerator - org.dromara.mendmix.common中的接口
 
wrapExtraExceptionMessages(String, Exception) - 类 中的静态方法org.dromara.mendmix.common.util.ExceptionFormatUtils
 
WrapperResponse<T> - org.dromara.mendmix.common.model中的类

Class Name : WrapperResponse
WrapperResponse() - 类 的构造器org.dromara.mendmix.common.model.WrapperResponse
 
WrapperResponse(int, String) - 类 的构造器org.dromara.mendmix.common.model.WrapperResponse
 
WrapperResponse(int, String, String) - 类 的构造器org.dromara.mendmix.common.model.WrapperResponse
 
WrapperResponse(T) - 类 的构造器org.dromara.mendmix.common.model.WrapperResponse
 
writeField(Object, String, Object) - 类 中的静态方法org.dromara.mendmix.common.util.CachingFieldUtils
 

Z

zeroWrapPropertiesToNull(Object, String...) - 类 中的静态方法org.dromara.mendmix.common.util.BeanUtils
把对象值为0的包装类型属性转为null
ZIP_CODE - 类 中的静态变量org.dromara.mendmix.common.util.FormatValidateUtils
邮编正则表达式 [0-9]\d{5}(?!
ZkDistributeLock - org.dromara.mendmix.common.lock.zk中的类
 
ZkDistributeLock(String) - 类 的构造器org.dromara.mendmix.common.lock.zk.ZkDistributeLock
 
ZkDistributeLock(String, int) - 类 的构造器org.dromara.mendmix.common.lock.zk.ZkDistributeLock
 
A B C D E F G H I J K L M N O P Q R S T U V W Z 
跳过导航链接

Copyright © 2025. All rights reserved.