索引
All Classes and Interfaces|所有程序包|序列化表格
A
- AC - enum class 中的枚举常量 top.yqingyu.common.qymsg.MsgType
- add(int, Object) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Inserts the specified element at the specified position in this list.
- add(Object) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Appends the specified element to the end of this list.
- addAll(int, Collection<?>) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Inserts all of the elements in the specified collection into this list, starting at the specified position.
- addAll(Collection<?>) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's Iterator.
- ArrayUtil - top.yqingyu.common.utils中的类
- ArrayUtil() - 类的构造器 top.yqingyu.common.utils.ArrayUtil
- assembly(QyMsg) - 类中的静态方法 top.yqingyu.common.qymsg.MsgTransfer
B
- BODY_NOT_MATCH - enum class 中的枚举常量 top.yqingyu.common.exception.QyExceptionEnum
- BOTH - enum class 中的枚举常量 top.yqingyu.common.utils.YamlUtil.LoadType
C
- checkArrayLength(byte[], int) - 类中的静态方法 top.yqingyu.common.utils.ArrayUtil
-
切割数组
- checkArrayLength(char[], int) - 类中的静态方法 top.yqingyu.common.utils.ArrayUtil
- checkArrayLength(double[], int) - 类中的静态方法 top.yqingyu.common.utils.ArrayUtil
- checkArrayLength(float[], int) - 类中的静态方法 top.yqingyu.common.utils.ArrayUtil
- checkArrayLength(int[], int) - 类中的静态方法 top.yqingyu.common.utils.ArrayUtil
- checkArrayLength(long[], int) - 类中的静态方法 top.yqingyu.common.utils.ArrayUtil
- checkArrayLength(short[], int) - 类中的静态方法 top.yqingyu.common.utils.ArrayUtil
- ClazzUtil - top.yqingyu.common.utils中的类
- ClazzUtil() - 类的构造器 top.yqingyu.common.utils.ClazzUtil
- clean() - 类中的方法 top.yqingyu.common.utils.IoUtil.ReadStreamFromOutputStream
- clean() - 类中的方法 top.yqingyu.common.utils.IoUtil.WriteStreamToInputStream
- clear() - 类中的方法 top.yqingyu.common.qydata.DataList
-
Removes all of the elements from this list.
- clear() - 类中的方法 top.yqingyu.common.qydata.DataMap
- clone() - 类中的方法 top.yqingyu.common.qydata.DataList
- clone() - 类中的方法 top.yqingyu.common.qydata.DataMap
- clone() - 类中的方法 top.yqingyu.common.qymsg.QyMsg
- compute(String, BiFunction<? super String, ? super Object, ?>) - 类中的方法 top.yqingyu.common.qydata.DataMap
- computeIfAbsent(String, Function<? super String, ?>) - 类中的方法 top.yqingyu.common.qydata.DataMap
- computeIfPresent(String, BiFunction<? super String, ? super Object, ?>) - 类中的方法 top.yqingyu.common.qydata.DataMap
- contains(Object) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Returns
trueif this list contains the specified element. - containsAll(Collection<?>) - 类中的方法 top.yqingyu.common.qydata.DataList
- containsKey(Object) - 类中的方法 top.yqingyu.common.qydata.DataMap
-
Returns true if this map contains a mapping for the specified key
- containsKey(String) - 类中的方法 top.yqingyu.common.qydata.DataMap
-
Returns true if this map contains a mapping for the specified key
- containsValue(Object) - 类中的方法 top.yqingyu.common.qydata.DataMap
-
Returns
trueif this map maps one or more keys to the specified value. - createPeriodScheduled(long, long, TimeUnit, Runnable) - 类中的静态方法 top.yqingyu.common.utils.ThreadUtil
- createQyFixedThreadPool(int, String, String) - 类中的静态方法 top.yqingyu.common.utils.ThreadUtil
- createScheduledPool(int, String, String) - 类中的静态方法 top.yqingyu.common.utils.ThreadUtil
D
- DataList - top.yqingyu.common.qydata中的类
- DataList() - 类的构造器 top.yqingyu.common.qydata.DataList
-
default
- DataList(int) - 类的构造器 top.yqingyu.common.qydata.DataList
- DataList(Object...) - 类的构造器 top.yqingyu.common.qydata.DataList
- DataList(Collection<?>) - 类的构造器 top.yqingyu.common.qydata.DataList
- DataMap - top.yqingyu.common.qydata中的类
- DataMap() - 类的构造器 top.yqingyu.common.qydata.DataMap
- DataMap(int) - 类的构造器 top.yqingyu.common.qydata.DataMap
- DataMap(int, float) - 类的构造器 top.yqingyu.common.qydata.DataMap
- DataMap(int, float, boolean) - 类的构造器 top.yqingyu.common.qydata.DataMap
- DataMap(String) - 类的构造器 top.yqingyu.common.qydata.DataMap
- DataMap(List<?>) - 类的构造器 top.yqingyu.common.qydata.DataMap
- DataMap(Map) - 类的构造器 top.yqingyu.common.qydata.DataMap
- DataType - top.yqingyu.common.qymsg中的Enum Class
- decryptAES(byte[], String) - 类中的静态方法 top.yqingyu.common.utils.DecryptAES
-
AES解密 + Base64
- DecryptAES - top.yqingyu.common.utils中的类
- DecryptAES() - 类的构造器 top.yqingyu.common.utils.DecryptAES
- decryptBase64Key(String) - 类中的静态方法 top.yqingyu.common.utils.DecryptAES
- decryptKeyByte(byte[]) - 类中的静态方法 top.yqingyu.common.utils.DecryptAES
-
解密key
- decryptKeyByte(String) - 类中的静态方法 top.yqingyu.common.utils.DecryptAES
-
解密key
- delete(FtpInfo, String, String) - 类中的方法 top.yqingyu.common.utils.SFtpUtil
-
删除文件
- deserializationObj(byte[], Class<T>) - 类中的静态方法 top.yqingyu.common.utils.IoUtil
- disassembly(Socket, Queue<QyMsg>, long) - 类中的静态方法 top.yqingyu.common.qymsg.MsgTransfer
- disassembly(SocketChannel, Queue<QyMsg>) - 类中的静态方法 top.yqingyu.common.qymsg.MsgTransfer
- doDelete(String, String, String, Map<String, String>, Map<String, String>) - 类中的静态方法 top.yqingyu.common.utils.HttpUtils
-
Delete
- doGet(String, String, String, Map<String, String>, Map<String, String>) - 类中的静态方法 top.yqingyu.common.utils.HttpUtils
-
get
- doPost(String, String, String, Map<String, String>, Map<String, String>, byte[]) - 类中的静态方法 top.yqingyu.common.utils.HttpUtils
-
Post stream
- doPost(String, String, String, Map<String, String>, Map<String, String>, String) - 类中的静态方法 top.yqingyu.common.utils.HttpUtils
-
Post String
- doPost(String, String, String, Map<String, String>, Map<String, String>, Map<String, String>) - 类中的静态方法 top.yqingyu.common.utils.HttpUtils
-
post form
- doPut(String, String, String, Map<String, String>, Map<String, String>, byte[]) - 类中的静态方法 top.yqingyu.common.utils.HttpUtils
-
Put stream
- doPut(String, String, String, Map<String, String>, Map<String, String>, String) - 类中的静态方法 top.yqingyu.common.utils.HttpUtils
-
Put String
- download(String, String) - 类中的方法 top.yqingyu.common.utils.SFtpUtil
-
下载文件
- download(FtpInfo, String, String, FileOutputStream) - 类中的静态方法 top.yqingyu.common.utils.FtpUtil
-
下载
- download(FtpInfo, String, String, String) - 类中的方法 top.yqingyu.common.utils.SFtpUtil
-
下载文件。
E
- encryptAES(String, String) - 类中的静态方法 top.yqingyu.common.utils.DecryptAES
-
AES加密 +base64
- encryptKeyByte(byte[]) - 类中的静态方法 top.yqingyu.common.utils.DecryptAES
-
加密key
- encryptKeyByte(String) - 类中的静态方法 top.yqingyu.common.utils.DecryptAES
-
加密key
- encryptKeyByte2(byte[]) - 类中的静态方法 top.yqingyu.common.utils.DecryptAES
-
加密key2
- encryptKeyByte2(QyMsg) - 类中的静态方法 top.yqingyu.common.utils.DecryptAES
-
加密key2
- encryptKeyByteBase64(String) - 类中的静态方法 top.yqingyu.common.utils.DecryptAES
-
加密key base64
- ensureCapacity(int) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Increases the capacity of this
ArrayListinstance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument. - entrySet() - 类中的方法 top.yqingyu.common.qydata.DataMap
-
Returns a
Setview of the mappings contained in this map. - equals(Object) - record class中的方法 top.yqingyu.common.bean.NioFile
-
指示某个其他对象是否“等于”此对象。
- equals(Object) - 类中的方法 top.yqingyu.common.qydata.DataList
- ERR_MSG - enum class 中的枚举常量 top.yqingyu.common.qymsg.MsgType
- error() - 类中的静态方法 top.yqingyu.common.response.R
- error(int) - 类中的静态方法 top.yqingyu.common.response.R
- error(int, String) - 类中的静态方法 top.yqingyu.common.response.R
- error(String) - 类中的静态方法 top.yqingyu.common.response.R
- error(String, String) - 类中的静态方法 top.yqingyu.common.response.R
- error(QyExceptionEnum) - 类中的静态方法 top.yqingyu.common.response.R
- ERROR_400 - enum class 中的枚举常量 top.yqingyu.common.exception.QyExceptionEnum
- ERROR_500 - enum class 中的枚举常量 top.yqingyu.common.exception.QyExceptionEnum
- errorCode - 异常错误中的变量 top.yqingyu.common.exception.QyException
-
错误码
- errorMsg - 异常错误中的变量 top.yqingyu.common.exception.QyException
-
错误信息
- eval(JSONPath) - 类中的方法 top.yqingyu.common.qydata.DataMap
F
- fileName() - record class中的方法 top.yqingyu.common.bean.NioFile
-
返回
fileName记录组件的值。 - filePermission() - record class中的方法 top.yqingyu.common.bean.NioFile
-
返回
filePermission记录组件的值。 - fillInStackTrace() - 异常错误中的方法 top.yqingyu.common.exception.QyException
- fluentAdd(Object) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Chained addition of elements
- fluentAddAll(Collection<?>) - 类中的方法 top.yqingyu.common.qydata.DataList
- fluentClear() - 类中的方法 top.yqingyu.common.qydata.DataList
- fluentPut(String, Object) - 类中的方法 top.yqingyu.common.qydata.DataMap
-
Chained addition of elements
- fluentRemove(int) - 类中的方法 top.yqingyu.common.qydata.DataList
- fluentRemove(Object) - 类中的方法 top.yqingyu.common.qydata.DataList
- fluentRemoveAll(Collection<?>) - 类中的方法 top.yqingyu.common.qydata.DataList
- fluentSet(int, Object) - 类中的方法 top.yqingyu.common.qydata.DataList
- forEach(BiConsumer<? super String, ? super Object>) - 类中的方法 top.yqingyu.common.qydata.DataMap
- forEach(Consumer<? super Object>) - 类中的方法 top.yqingyu.common.qydata.DataList
- FtpInfo - top.yqingyu.common.bean中的类
- FtpInfo() - 类的构造器 top.yqingyu.common.bean.FtpInfo
- FtpInfo(String, String, String, String) - 类的构造器 top.yqingyu.common.bean.FtpInfo
- FtpUtil - top.yqingyu.common.utils中的类
- FtpUtil() - 类的构造器 top.yqingyu.common.utils.FtpUtil
G
- gainMsg(QyMsg) - 类中的静态方法 top.yqingyu.common.qymsg.MsgHelper
- gainMsgOBJ(QyMsg, String) - 类中的静态方法 top.yqingyu.common.qymsg.MsgHelper
- gainMsgValue(QyMsg, String) - 类中的静态方法 top.yqingyu.common.qymsg.MsgHelper
- gainObjMsg(QyMsg) - 类中的静态方法 top.yqingyu.common.qymsg.MsgHelper
- get(int) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Returns the element at the specified position in this list.
- get(Object) - 类中的方法 top.yqingyu.common.qydata.DataMap
-
Returns the Object of the associated keys in this
DataMap. - get(String) - 类中的方法 top.yqingyu.common.qydata.DataMap
-
Returns the Object of the associated keys in this
DataMap. - getBigDecimal(int) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Returns the
BigDecimalat the specified location in thisDataList. - getBigDecimal(String) - 类中的方法 top.yqingyu.common.qydata.DataMap
-
Returns the
BigDecimalof the associated keys in thisDataMap. - getBigInteger(int) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Returns the
BigIntegerat the specified location in thisDataList. - getBigInteger(String) - 类中的方法 top.yqingyu.common.qydata.DataMap
-
Returns the
BigIntegerof the associated keys in thisDataMap. - getBoolean(int) - 类中的方法 top.yqingyu.common.qydata.DataList
- getBoolean(String) - 类中的方法 top.yqingyu.common.qydata.DataMap
- getBooleanValue(int) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Returns a boolean value at the specified location in this
DataList. - getBooleanValue(String) - 类中的方法 top.yqingyu.common.qydata.DataMap
-
Returns a boolean value of the associated key in this object.
- getBooleanValue(String, boolean) - 类中的方法 top.yqingyu.common.qydata.DataMap
-
Returns a boolean value of the associated key in this object.
- getByte(int) - 类中的方法 top.yqingyu.common.qydata.DataList
- getByte(String) - 类中的方法 top.yqingyu.common.qydata.DataMap
- getByteValue(int) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Returns a byte value at the specified location in this
DataList. - getByteValue(String) - 类中的方法 top.yqingyu.common.qydata.DataMap
-
Returns a byte value of the associated keys in this
DataMap. - getCfgData() - 类中的方法 top.yqingyu.common.utils.YamlUtil
- getCharSet(String) - 类中的方法 top.yqingyu.common.qydata.DataMap
- getCharSet(String, Charset) - 类中的方法 top.yqingyu.common.qydata.DataMap
- getCharSetDef2$UTF8(String, String) - 类中的方法 top.yqingyu.common.qydata.DataMap
- getChineseStringBytesSub(String, int, int) - 类中的静态方法 top.yqingyu.common.utils.StringUtil
-
根据给定的中文字节长度, 以及目标数据库所占字节数, 来截取string 防止将数据库字段撑爆
- getClassList(String, boolean) - 类中的静态方法 top.yqingyu.common.utils.ClazzUtil
-
description: 获取指定包名下的所有类
- getClassListByAnnotation(String, Class<? extends Annotation>) - 类中的静态方法 top.yqingyu.common.utils.ClazzUtil
- getConfigFileInner(String, String) - 类中的静态方法 top.yqingyu.common.utils.YamlUtil
- getConfigFileOuter(String, String, String) - 类中的静态方法 top.yqingyu.common.utils.YamlUtil
- getData(String) - 类中的方法 top.yqingyu.common.qydata.DataMap
- getDataList(int) - 类中的方法 top.yqingyu.common.qydata.DataList
- getDataList(String) - 类中的方法 top.yqingyu.common.qydata.DataMap
- getDataList(String) - 类中的方法 top.yqingyu.common.utils.YamlUtil
- getDataMap(int) - 类中的方法 top.yqingyu.common.qydata.DataList
- getDataMap(String) - 类中的方法 top.yqingyu.common.qydata.DataMap
- getDataMap(String) - 类中的方法 top.yqingyu.common.utils.YamlUtil
- getDate(int) - 类中的方法 top.yqingyu.common.qydata.DataList
- getDate(String) - 类中的方法 top.yqingyu.common.qydata.DataMap
- getDouble(int) - 类中的方法 top.yqingyu.common.qydata.DataList
- getDouble(String) - 类中的方法 top.yqingyu.common.qydata.DataMap
- getDoubleValue(int) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Returns a double value at the specified location in this
DataList. - getDoubleValue(String) - 类中的方法 top.yqingyu.common.qydata.DataMap
-
Returns a double value of the associated keys in this
DataMap. - getErrorCode() - 异常错误中的方法 top.yqingyu.common.exception.QyException
- getErrorMsg() - 异常错误中的方法 top.yqingyu.common.exception.QyException
- getFileAttributes(String, PosixFilePermission...) - record class中的静态方法 top.yqingyu.common.bean.NioFile
- getFloat(int) - 类中的方法 top.yqingyu.common.qydata.DataList
- getFloat(String) - 类中的方法 top.yqingyu.common.qydata.DataMap
- getFloatValue(int) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Returns a float value at the specified location in this
DataList. - getFloatValue(String) - 类中的方法 top.yqingyu.common.qydata.DataMap
-
Returns a float value of the associated keys in this
DataMap. - getInstant(int) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Returns the
Instantat the specified location in thisDataList. - getInstant(String) - 类中的方法 top.yqingyu.common.qydata.DataMap
-
Returns the
BigIntegerof the associated keys in thisDataMap. - getInteger(int) - 类中的方法 top.yqingyu.common.qydata.DataList
- getInteger(String) - 类中的方法 top.yqingyu.common.qydata.DataMap
- getIntValue(int) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Returns an int value at the specified location in this
DataList. - getIntValue(String) - 类中的方法 top.yqingyu.common.qydata.DataMap
-
Returns an int value of the associated keys in this
DataMap. - getIntValue(String, int) - 类中的方法 top.yqingyu.common.qydata.DataMap
-
Returns an int value of the associated keys in this
DataMap. - getIp() - 类中的方法 top.yqingyu.common.bean.FtpInfo
- getJSONArray(String) - 类中的方法 top.yqingyu.common.qydata.DataMap
-
Returns the
JSONArrayof the associated keys in thisJSONObject. - getJSONObject(String) - 类中的方法 top.yqingyu.common.qydata.DataMap
-
Returns the
JSONObjectof the associated keys in thisJSONObject. - getList(String, Class<T>, JSONReader.Feature...) - 类中的方法 top.yqingyu.common.qydata.DataMap
- getLong(int) - 类中的方法 top.yqingyu.common.qydata.DataList
- getLong(String) - 类中的方法 top.yqingyu.common.qydata.DataMap
- getLongValue(int) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Returns a long value at the specified location in this
DataList. - getLongValue(String) - 类中的方法 top.yqingyu.common.qydata.DataMap
-
Returns a long value of the associated keys in this
DataMap. - getLongValue(String, long) - 类中的方法 top.yqingyu.common.qydata.DataMap
-
Returns a long value of the associated keys in this
DataMap. - getMessage() - 异常错误中的方法 top.yqingyu.common.exception.QyException
- getObject(int, Class<T>, JSONReader.Feature...) - 类中的方法 top.yqingyu.common.qydata.DataList
- getObject(int, Type, JSONReader.Feature...) - 类中的方法 top.yqingyu.common.qydata.DataList
- getObject(int, Function<JSONObject, T>) - 类中的方法 top.yqingyu.common.qydata.DataList
- getObject(String) - 类中的方法 top.yqingyu.common.utils.YamlUtil
- getObject(String, TypeReference<?>, JSONReader.Feature...) - 类中的方法 top.yqingyu.common.qydata.DataMap
- getObject(String, Class<T>, JSONReader.Feature...) - 类中的方法 top.yqingyu.common.qydata.DataMap
- getObject(String, Type, JSONReader.Feature...) - 类中的方法 top.yqingyu.common.qydata.DataMap
- getObject(String, Function<JSONObject, T>) - 类中的方法 top.yqingyu.common.qydata.DataMap
- getOrDefault(Object, Object) - 类中的方法 top.yqingyu.common.qydata.DataMap
- getOrDefault(String, Object) - 类中的方法 top.yqingyu.common.qydata.DataMap
- getPort() - 类中的方法 top.yqingyu.common.bean.FtpInfo
- getPrivateKey() - 类中的方法 top.yqingyu.common.bean.FtpInfo
- getPwd() - 类中的方法 top.yqingyu.common.bean.FtpInfo
- getResultCode() - enum class中的方法 top.yqingyu.common.exception.QyExceptionEnum
- getResultMsg() - enum class中的方法 top.yqingyu.common.exception.QyExceptionEnum
- getShort(int) - 类中的方法 top.yqingyu.common.qydata.DataList
- getShort(String) - 类中的方法 top.yqingyu.common.qydata.DataMap
- getShortValue(int) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Returns a short value at the specified location in this
DataList. - getShortValue(String) - 类中的方法 top.yqingyu.common.qydata.DataMap
-
Returns a short value of the associated keys in this
DataMap. - getString(int) - 类中的方法 top.yqingyu.common.qydata.DataList
- getString(String) - 类中的方法 top.yqingyu.common.qydata.DataMap
- getString(String) - 类中的方法 top.yqingyu.common.utils.YamlUtil
- getString(String, String) - 类中的方法 top.yqingyu.common.qydata.DataMap
- getString2(String) - 类中的方法 top.yqingyu.common.qydata.DataMap
- getTimeUnit(String) - 类中的方法 top.yqingyu.common.qydata.DataMap
- getTimeUnit(String, TimeUnit) - 类中的方法 top.yqingyu.common.qydata.DataMap
- getUsername() - 类中的方法 top.yqingyu.common.bean.FtpInfo
- getYamlInner(String) - 类中的静态方法 top.yqingyu.common.utils.YamlUtil
- getYamlOuter(String) - 类中的静态方法 top.yqingyu.common.utils.YamlUtil
- getYamlOuter(String, String) - 类中的静态方法 top.yqingyu.common.utils.YamlUtil
H
- hashCode() - record class中的方法 top.yqingyu.common.bean.NioFile
-
返回此对象的哈希代码值。
- hashCode() - 类中的方法 top.yqingyu.common.qydata.DataList
- HEART_BEAT - enum class 中的枚举常量 top.yqingyu.common.qymsg.MsgType
- HttpUtils - top.yqingyu.common.utils中的类
- HttpUtils() - 类的构造器 top.yqingyu.common.utils.HttpUtils
I
- indexOf(Object) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
- init(int, int, ExecutorService) - 类中的静态方法 top.yqingyu.common.qymsg.MsgTransfer
- init(BlockingQueue<QyMsg>, BlockingQueue<QyMsg>, String, AtomicBoolean, int) - 类中的静态方法 top.yqingyu.common.qymsg.MsgHelper
- INNER - enum class 中的枚举常量 top.yqingyu.common.utils.YamlUtil.LoadType
- INTERNAL_SERVER_ERROR - enum class 中的枚举常量 top.yqingyu.common.exception.QyExceptionEnum
- invoke(Object, Method, Object[]) - 类中的方法 top.yqingyu.common.qydata.DataMap
- IoUtil - top.yqingyu.common.utils中的类
- IoUtil() - 类的构造器 top.yqingyu.common.utils.IoUtil
- IoUtil.ReadStreamFromOutputStream - top.yqingyu.common.utils中的类
-
从OutputStream 读取数据
- IoUtil.WriteStreamToInputStream - top.yqingyu.common.utils中的类
- isEmpty() - 类中的方法 top.yqingyu.common.qydata.DataList
-
Returns
trueif this list contains no elements. - isEmpty() - 类中的方法 top.yqingyu.common.qydata.DataMap
-
Returns
trueif this map contains no key-value mappings. - isValid(JSONSchema) - 类中的方法 top.yqingyu.common.qydata.DataList
- isValid(JSONSchema) - 类中的方法 top.yqingyu.common.qydata.DataMap
- iterator() - 类中的方法 top.yqingyu.common.qydata.DataList
-
Returns an iterator over the elements in this list in proper sequence.
J
K
- keySet() - 类中的方法 top.yqingyu.common.qydata.DataMap
-
Returns a
Setview of the keys contained in this map.
L
- lastIndexOf(Object) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
- listFiles(String) - 类中的方法 top.yqingyu.common.utils.SFtpUtil
-
列出目录下的文件
- listIterator() - 类中的方法 top.yqingyu.common.qydata.DataList
-
Returns a list iterator over the elements in this list (in proper sequence).
- listIterator(int) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
- loadYaml(String, String, YamlUtil.LoadType) - 类中的静态方法 top.yqingyu.common.utils.YamlUtil
- loadYaml(String, YamlUtil.LoadType) - 类中的静态方法 top.yqingyu.common.utils.YamlUtil
- login(FtpInfo) - 类中的方法 top.yqingyu.common.utils.SFtpUtil
-
连接sftp服务器
- logout() - 类中的方法 top.yqingyu.common.utils.SFtpUtil
-
关闭连接 server
M
- merge(String, Object, BiFunction<? super Object, ? super Object, ?>) - 类中的方法 top.yqingyu.common.qydata.DataMap
- MsgHelper - top.yqingyu.common.qymsg中的类
- MsgHelper(BlockingQueue<QyMsg>, BlockingQueue<QyMsg>, AtomicBoolean, int) - 类的构造器 top.yqingyu.common.qymsg.MsgHelper
- MsgTransfer - top.yqingyu.common.qymsg中的类
- MsgTransfer() - 类的构造器 top.yqingyu.common.qymsg.MsgTransfer
- MsgType - top.yqingyu.common.qymsg中的Enum Class
N
- name() - record class中的方法 top.yqingyu.common.bean.NioFile
-
Returns the attribute name.
- nameFilter(NameFilter) - 类中的方法 top.yqingyu.common.qydata.DataMap
- newThread(Runnable) - 类中的方法 top.yqingyu.common.utils.ThreadUtil.QyPoolNameFactory
- NioFile - top.yqingyu.common.bean中的Record Class
- NioFile(String, PosixFilePermission) - record class的构造器 top.yqingyu.common.bean.NioFile
-
创建
NioFile记录的实例。 - NORM_MSG - enum class 中的枚举常量 top.yqingyu.common.qymsg.MsgType
- NOT_FOUND - enum class 中的枚举常量 top.yqingyu.common.exception.QyExceptionEnum
O
- OBJECT - enum class 中的枚举常量 top.yqingyu.common.qymsg.DataType
- objToSerializBytes(Serializable) - 类中的静态方法 top.yqingyu.common.utils.IoUtil
- of() - 类中的静态方法 top.yqingyu.common.qydata.DataMap
- of(String, Object) - 类中的静态方法 top.yqingyu.common.qydata.DataMap
-
Pack a pair of key-values as
DataMap - of(String, Object, String, Object) - 类中的静态方法 top.yqingyu.common.qydata.DataMap
-
Pack two key-value pairs as
DataMap - of(String, Object, String, Object, String, Object) - 类中的静态方法 top.yqingyu.common.qydata.DataMap
-
Pack three key-value pairs as
DataMap - of(String, Object, String, Object, String, Object, String, Object) - 类中的静态方法 top.yqingyu.common.qydata.DataMap
-
Pack three key-value pairs as
DataMap - ok() - 类中的静态方法 top.yqingyu.common.response.R
- ok(Object) - 类中的静态方法 top.yqingyu.common.response.R
- ok(String) - 类中的静态方法 top.yqingyu.common.response.R
- ok(Map<String, Object>) - 类中的静态方法 top.yqingyu.common.response.R
- OUTER - enum class 中的枚举常量 top.yqingyu.common.utils.YamlUtil.LoadType
P
- parallelStream() - 类中的方法 top.yqingyu.common.qydata.DataList
-
Returns a possibly parallel
Streamwith this collection as its source. - parseObject(String) - 类中的静态方法 top.yqingyu.common.qydata.DataMap
-
See
DataMap.parseObject(java.lang.String, java.lang.Class<T>)for details - parseObject(String, TypeReference<?>, JSONReader.Feature...) - 类中的静态方法 top.yqingyu.common.qydata.DataMap
-
See
DataMap.parseObject(java.lang.String, java.lang.Class<T>)for details - parseObject(String, Class<T>) - 类中的静态方法 top.yqingyu.common.qydata.DataMap
-
See
DataMap.parseObject(java.lang.String, java.lang.Class<T>)for details - parseObject(String, Class<T>, JSONReader.Feature...) - 类中的静态方法 top.yqingyu.common.qydata.DataMap
-
See
DataMap.parseObject(java.lang.String, java.lang.Class<T>)for details - parseObject(String, Type, JSONReader.Feature...) - 类中的静态方法 top.yqingyu.common.qydata.DataMap
-
See
DataMap.parseObject(java.lang.String, java.lang.Class<T>)for details - percentFalse(double) - 类中的静态方法 top.yqingyu.common.utils.PercentUtil
- percentTrue(double) - 类中的静态方法 top.yqingyu.common.utils.PercentUtil
- PercentUtil - top.yqingyu.common.utils中的类
- PercentUtil() - 类的构造器 top.yqingyu.common.utils.PercentUtil
- popBlockingQueue(BlockingQueue<T>, int, int) - 类中的静态方法 top.yqingyu.common.utils.QueueUtil
-
取出
BlockingQueue<T>中的一定量的對象, 超最大值取最大值,不足最小值取最小值 date 2022/7/15 17:58 - popBlockingQueue(BlockingQueue<T>, int, int, long, TimeUnit) - 类中的静态方法 top.yqingyu.common.utils.QueueUtil
-
取出
BlockingQueue<T>中的一定量的對象, 超最大值取最大值,不足最小值取最小值 date 2022/7/15 17:58 - popQueue(Queue<T>, int) - 类中的静态方法 top.yqingyu.common.utils.QueueUtil
-
取出
Queue<T>中的一定量的對象, 不足最大值取出全部,超最大值取最大值 注意! - put(String, Object) - 类中的方法 top.yqingyu.common.qydata.DataMap
- put(String, Object) - 类中的方法 top.yqingyu.common.response.R
- putAll(Map) - 类中的方法 top.yqingyu.common.qydata.DataMap
- putIfAbsent(String, Object) - 类中的方法 top.yqingyu.common.qydata.DataMap
- putMsg(Object) - 类中的方法 top.yqingyu.common.qymsg.QyMsg
- putMsg(String) - 类中的方法 top.yqingyu.common.qymsg.QyMsg
- putMsgData(String, Object) - 类中的方法 top.yqingyu.common.qymsg.QyMsg
- putMsgData(String, String) - 类中的方法 top.yqingyu.common.qymsg.QyMsg
Q
- QueueUtil - top.yqingyu.common.utils中的类
- QueueUtil() - 类的构造器 top.yqingyu.common.utils.QueueUtil
- QyException - top.yqingyu.common.exception中的异常错误
-
description:
- QyException() - 异常错误的构造器 top.yqingyu.common.exception.QyException
- QyException(String) - 异常错误的构造器 top.yqingyu.common.exception.QyException
- QyException(String, String) - 异常错误的构造器 top.yqingyu.common.exception.QyException
- QyException(String, String, Throwable) - 异常错误的构造器 top.yqingyu.common.exception.QyException
- QyException(QyErrorInfoInterface) - 异常错误的构造器 top.yqingyu.common.exception.QyException
- QyException(QyErrorInfoInterface, Throwable) - 异常错误的构造器 top.yqingyu.common.exception.QyException
- QyExceptionEnum - top.yqingyu.common.exception中的Enum Class
-
description:
- QyMsg - top.yqingyu.common.qymsg中的类
- QyMsg(MsgType, DataType) - 类的构造器 top.yqingyu.common.qymsg.QyMsg
- QyPoolNameFactory() - 类的构造器 top.yqingyu.common.utils.ThreadUtil.QyPoolNameFactory
R
- R - top.yqingyu.common.response中的类
-
description: 发送数据
- R() - 类的构造器 top.yqingyu.common.response.R
- read() - 类中的方法 top.yqingyu.common.utils.IoUtil.WriteStreamToInputStream
- readBytes(InputStream, int) - 类中的静态方法 top.yqingyu.common.utils.IoUtil
-
description: 读取InputStream中的数据读到一定长度的 byte
- readBytes(InputStream, int, int) - 类中的静态方法 top.yqingyu.common.utils.IoUtil
-
description: 读取InputStream中的数据直至读到一定长度的 byte
- readBytes(SocketChannel, int) - 类中的静态方法 top.yqingyu.common.utils.IoUtil
-
description:读取SocketChannel中的数据直至读到一定长度的 byte
- readMessage(Socket) - 类中的静态方法 top.yqingyu.common.qymsg.MsgTransfer
-
description: 读取 Socket 中的杨氏消息体
- readMessage(Socket, int) - 类中的静态方法 top.yqingyu.common.qymsg.MsgTransfer
-
description: 读取 Socket 中的杨氏消息体
- readMessage(SocketChannel) - 类中的静态方法 top.yqingyu.common.qymsg.MsgTransfer
-
description: 读取 SocketChannel 中的杨氏消息体
- readMessage2(SocketChannel) - 类中的静态方法 top.yqingyu.common.qymsg.MsgTransfer
- readMsg(Socket) - 类中的静态方法 top.yqingyu.common.qymsg.MsgTransfer
- readMsg(Socket, int) - 类中的静态方法 top.yqingyu.common.qymsg.MsgTransfer
- readQyBytes(Socket) - 类中的静态方法 top.yqingyu.common.qymsg.MsgTransfer
- readQyBytes(Socket, int) - 类中的静态方法 top.yqingyu.common.qymsg.MsgTransfer
- readQyBytes(SocketChannel) - 类中的静态方法 top.yqingyu.common.qymsg.MsgTransfer
- readSerializable(Socket) - 类中的静态方法 top.yqingyu.common.qymsg.MsgTransfer
-
序列化读取
- readSerializable(SocketChannel) - 类中的静态方法 top.yqingyu.common.qymsg.MsgTransfer
-
序列化读取
- ReadStreamFromOutputStream(Queue<Integer>) - 类的构造器 top.yqingyu.common.utils.IoUtil.ReadStreamFromOutputStream
- remove(int) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Removes the element at the specified position in this list.
- remove(Object) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Removes the first occurrence of the specified element from this list, if it is present.
- remove(Object) - 类中的方法 top.yqingyu.common.qydata.DataMap
-
Removes the mapping for the specified key from this map if present.
- remove(Object, Object) - 类中的方法 top.yqingyu.common.qydata.DataMap
- removeAll(Collection<?>) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Removes from this list all of its elements that are contained in the specified collection.
- removeEldestEntry(Map.Entry<String, Object>) - 类中的方法 top.yqingyu.common.qydata.DataMap
-
Returns
trueif this map should remove its eldest entry. - removeIf(Predicate<? super Object>) - 类中的方法 top.yqingyu.common.qydata.DataList
- removeRange(int, int) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Removes from this list all of the elements whose index is between
fromIndex, inclusive, andtoIndex, exclusive. - replace(String, Object) - 类中的方法 top.yqingyu.common.qydata.DataMap
- replace(String, Object, Object) - 类中的方法 top.yqingyu.common.qydata.DataMap
- replaceAll(BiFunction<? super String, ? super Object, ?>) - 类中的方法 top.yqingyu.common.qydata.DataMap
- replaceAll(UnaryOperator<Object>) - 类中的方法 top.yqingyu.common.qydata.DataList
- REQUEST_MOTHERED_NOT_SUPPORTED - enum class 中的枚举常量 top.yqingyu.common.exception.QyExceptionEnum
- retainAll(Collection<?>) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Retains only the elements in this list that are contained in the specified collection.
- run() - 类中的方法 top.yqingyu.common.qymsg.MsgHelper
- run() - 类中的方法 top.yqingyu.common.utils.PercentUtil
S
- SendPercent - 类中的静态变量 top.yqingyu.common.utils.PercentUtil
- SERVER_BUSY - enum class 中的枚举常量 top.yqingyu.common.exception.QyExceptionEnum
- set(int, Object) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Replaces the element at the specified position with the specified element
- setErrorCode(String) - 异常错误中的方法 top.yqingyu.common.exception.QyException
- setErrorMsg(String) - 异常错误中的方法 top.yqingyu.common.exception.QyException
- setIp(String) - 类中的方法 top.yqingyu.common.bean.FtpInfo
- setPort(String) - 类中的方法 top.yqingyu.common.bean.FtpInfo
- setPrivateKey(String) - 类中的方法 top.yqingyu.common.bean.FtpInfo
- setPwd(String) - 类中的方法 top.yqingyu.common.bean.FtpInfo
- setResultCode(String) - enum class中的方法 top.yqingyu.common.exception.QyExceptionEnum
- setResultMsg(String) - enum class中的方法 top.yqingyu.common.exception.QyExceptionEnum
- setThisThreadName(String) - 类中的静态方法 top.yqingyu.common.utils.ThreadUtil
- setUsername(String) - 类中的方法 top.yqingyu.common.bean.FtpInfo
- SFtpUtil - top.yqingyu.common.utils中的类
- SFtpUtil() - 类的构造器 top.yqingyu.common.utils.SFtpUtil
- SIGN_TIMEOUT - enum class 中的枚举常量 top.yqingyu.common.exception.QyExceptionEnum
- SIGNATURE_NOT_EXIST - enum class 中的枚举常量 top.yqingyu.common.exception.QyExceptionEnum
- SIGNATURE_NOT_MATCH - enum class 中的枚举常量 top.yqingyu.common.exception.QyExceptionEnum
- SIGNATURE_TOKEN_IS_EMPTY - enum class 中的枚举常量 top.yqingyu.common.exception.QyExceptionEnum
- size() - 类中的方法 top.yqingyu.common.qydata.DataList
-
Returns the number of elements in this list.
- size() - 类中的方法 top.yqingyu.common.qydata.DataMap
-
Returns the number of key-value mappings in this map.
- sort(Comparator<? super Object>) - 类中的方法 top.yqingyu.common.qydata.DataList
- spliterator() - 类中的方法 top.yqingyu.common.qydata.DataList
-
Creates a late-binding and fail-fast
Spliteratorover the elements in this list. - stream() - 类中的方法 top.yqingyu.common.qydata.DataList
-
Returns a sequential
Streamwith this collection as its source. - STREAM - enum class 中的枚举常量 top.yqingyu.common.qymsg.DataType
- STRING - enum class 中的枚举常量 top.yqingyu.common.qymsg.DataType
- StringUtil - top.yqingyu.common.utils中的类
- StringUtil() - 类的构造器 top.yqingyu.common.utils.StringUtil
- subList(int, int) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Returns a view of the portion of this list between the specified
fromIndex, inclusive, andtoIndex, exclusive. - SUCCESS - enum class 中的枚举常量 top.yqingyu.common.exception.QyExceptionEnum
T
- ThreadUtil - top.yqingyu.common.utils中的类
- ThreadUtil() - 类的构造器 top.yqingyu.common.utils.ThreadUtil
- ThreadUtil.QyPoolNameFactory - top.yqingyu.common.utils中的类
- to(TypeReference<?>, JSONReader.Feature...) - 类中的方法 top.yqingyu.common.qydata.DataMap
-
Convert this
DataMapto the specified Object - to(Class<T>) - 类中的方法 top.yqingyu.common.qydata.DataList
- to(Class<T>, JSONReader.Feature...) - 类中的方法 top.yqingyu.common.qydata.DataMap
-
Convert this
DataMapto the specified Object - to(Type) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Convert this
DataListto the specified Object - to(Type, JSONReader.Feature...) - 类中的方法 top.yqingyu.common.qydata.DataMap
-
Convert this
DataMapto the specified Object - to(Function<JSONObject, T>) - 类中的方法 top.yqingyu.common.qydata.DataMap
- toArray() - 类中的方法 top.yqingyu.common.qydata.DataList
-
Returns an array containing all of the elements in this list in proper sequence (from first to last element).
- toArray(Class<T>, JSONReader.Feature...) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Convert all the members of this
DataListinto the specified Object. - toArray(IntFunction<T[]>) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Returns an array containing all of the elements in this collection, using the provided
generatorfunction to allocate the returned array. - toArray(T[]) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
- toJavaList(Class<T>, JSONReader.Feature...) - 类中的方法 top.yqingyu.common.qydata.DataList
-
已过时。
- toJavaObject(TypeReference<?>, JSONReader.Feature...) - 类中的方法 top.yqingyu.common.qydata.DataMap
-
已过时。since 2.0.4, please use
DataMap.to(Type, JSONReader.Feature...) - toJavaObject(Class<T>, JSONReader.Feature...) - 类中的方法 top.yqingyu.common.qydata.DataMap
-
已过时。since 2.0.4, please use
DataMap.to(Class, JSONReader.Feature...) - toJavaObject(Type) - 类中的方法 top.yqingyu.common.qydata.DataList
-
已过时。since 2.0.4, please use
DataList.to(Type) - toJavaObject(Type, JSONReader.Feature...) - 类中的方法 top.yqingyu.common.qydata.DataMap
-
已过时。since 2.0.4, please use
DataMap.to(Type, JSONReader.Feature...) - toJSONBBytes(JSONWriter.Feature...) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Serialize to JSONB bytes
- toJSONBBytes(JSONWriter.Feature...) - 类中的方法 top.yqingyu.common.qydata.DataMap
-
Serialize to JSONB bytes
- toJSONString(JSONWriter.Feature...) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Serialize to JSON
String - toJSONString(JSONWriter.Feature...) - 类中的方法 top.yqingyu.common.qydata.DataMap
-
Serialize to JSON
String - toList(Class<T>, JSONReader.Feature...) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Convert all the members of this
DataListinto the specified Object. - top.yqingyu.common.bean - 程序包 top.yqingyu.common.bean
- top.yqingyu.common.cfg - 程序包 top.yqingyu.common.cfg
- top.yqingyu.common.cors - 程序包 top.yqingyu.common.cors
- top.yqingyu.common.exception - 程序包 top.yqingyu.common.exception
- top.yqingyu.common.qydata - 程序包 top.yqingyu.common.qydata
- top.yqingyu.common.qymsg - 程序包 top.yqingyu.common.qymsg
- top.yqingyu.common.response - 程序包 top.yqingyu.common.response
- top.yqingyu.common.utils - 程序包 top.yqingyu.common.utils
- toString() - record class中的方法 top.yqingyu.common.bean.NioFile
-
返回此记录的字符串表示形式。
- toString() - 类中的方法 top.yqingyu.common.qydata.DataList
- toString() - 类中的方法 top.yqingyu.common.qydata.DataMap
- toString(JSONWriter.Feature...) - 类中的方法 top.yqingyu.common.qydata.DataList
-
Serialize to JSON
String - toString(JSONWriter.Feature...) - 类中的方法 top.yqingyu.common.qydata.DataMap
-
Serialize to JSON
String - transSocket(Socket, Socket, ThreadPoolExecutor, int) - 类中的静态方法 top.yqingyu.common.utils.IoUtil
-
socket 转发
- trimToSize() - 类中的方法 top.yqingyu.common.qydata.DataList
-
Trims the capacity of this
ArrayListinstance to be the list's current size.
U
- upload(FtpInfo, String, String, String) - 类中的静态方法 top.yqingyu.common.utils.FtpUtil
-
上传
- upload(FtpInfo, String, String, String, String) - 类中的方法 top.yqingyu.common.utils.SFtpUtil
-
将输入流的数据上传到sftp作为文件。
- USER_INFO_ALlREADY_IN_USE - enum class 中的枚举常量 top.yqingyu.common.exception.QyExceptionEnum
V
- value() - record class中的方法 top.yqingyu.common.bean.NioFile
-
Returns the attribute value.
- valueFilter(ValueFilter) - 类中的方法 top.yqingyu.common.qydata.DataMap
- valueOf(String) - enum class中的静态方法 top.yqingyu.common.exception.QyExceptionEnum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 top.yqingyu.common.qymsg.DataType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 top.yqingyu.common.qymsg.MsgType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 top.yqingyu.common.utils.YamlUtil.LoadType
-
Returns the enum constant of this class with the specified name.
- values() - enum class中的静态方法 top.yqingyu.common.exception.QyExceptionEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - 类中的方法 top.yqingyu.common.qydata.DataMap
-
Returns a
Collectionview of the values contained in this map. - values() - enum class中的静态方法 top.yqingyu.common.qymsg.DataType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 top.yqingyu.common.qymsg.MsgType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 top.yqingyu.common.utils.YamlUtil.LoadType
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- write(int) - 类中的方法 top.yqingyu.common.utils.IoUtil.ReadStreamFromOutputStream
- writeBytes(Socket, byte[]) - 类中的静态方法 top.yqingyu.common.qymsg.MsgTransfer
- writeBytes(SocketChannel, byte[]) - 类中的静态方法 top.yqingyu.common.qymsg.MsgTransfer
- writeMessage(Socket, String) - 类中的静态方法 top.yqingyu.common.qymsg.MsgTransfer
-
description: 通过 Socket 写出杨氏消息体
- writeMessage(Socket, QyMsg) - 类中的静态方法 top.yqingyu.common.qymsg.MsgTransfer
-
写出带有用户名的信息 date 2022/5/7 1:12 return void
- writeMessage(SocketChannel, String) - 类中的静态方法 top.yqingyu.common.qymsg.MsgTransfer
-
description: 通过 SocketChannel 写出杨氏消息体
- writeMessage(SocketChannel, String, String) - 类中的静态方法 top.yqingyu.common.qymsg.MsgTransfer
- writeQyBytes(Socket, byte[]) - 类中的静态方法 top.yqingyu.common.qymsg.MsgTransfer
- writeQyBytes(SocketChannel, byte[]) - 类中的静态方法 top.yqingyu.common.qymsg.MsgTransfer
- writeQyMsg(Socket, QyMsg) - 类中的静态方法 top.yqingyu.common.qymsg.MsgTransfer
- writeQyMsg(SocketChannel, QyMsg) - 类中的静态方法 top.yqingyu.common.qymsg.MsgTransfer
- writeSerializable(SocketChannel, QyMsg) - 类中的静态方法 top.yqingyu.common.qymsg.MsgTransfer
-
序列化写出
- writeSerializable$(Socket, QyMsg) - 类中的静态方法 top.yqingyu.common.qymsg.MsgTransfer
-
序列化写出
- WriteStreamToInputStream(List<Integer>) - 类的构造器 top.yqingyu.common.utils.IoUtil.WriteStreamToInputStream
Y
- YamlUtil - top.yqingyu.common.utils中的类
- YamlUtil.LoadType - top.yqingyu.common.utils中的Enum Class
All Classes and Interfaces|所有程序包|序列化表格
DataList.toList(Class, JSONReader.Feature...)