索引
All Classes and Interfaces|常量字段值|所有程序包|序列化表格
A
- AbstractArgumentsManager - com.walker.infrastructure.arguments中的类
-
抽象的参数管理器实现。
- AbstractArgumentsManager() - 类的构造器 com.walker.infrastructure.arguments.AbstractArgumentsManager
- AbstractDataImportor - com.walker.di中的类
- AbstractDataImportor() - 类的构造器 com.walker.di.AbstractDataImportor
- AbstractErrorWriter - com.walker.di中的类
- AbstractErrorWriter() - 类的构造器 com.walker.di.AbstractErrorWriter
- AbstractPager - com.walker.db.page中的类
- AbstractPager(int, int, long) - 类的构造器 com.walker.db.page.AbstractPager
- AbstractPushManager - com.walker.push中的类
- AbstractPushManager() - 类的构造器 com.walker.push.AbstractPushManager
- AbstractPushObject<T> - com.walker.push中的类
- AbstractPushObject() - 类的构造器 com.walker.push.AbstractPushObject
- AbstractQueueManager - com.walker.queue中的类
- AbstractQueueManager() - 类的构造器 com.walker.queue.AbstractQueueManager
- AbstractSmsPush - com.walker.push.support中的类
- AbstractSmsPush() - 类的构造器 com.walker.push.support.AbstractSmsPush
- AbstractTemplateGenerator<T> - com.walker.di中的类
- AbstractTemplateGenerator() - 类的构造器 com.walker.di.AbstractTemplateGenerator
- AbstractTimedTask - com.walker.infrastructure.scheduler中的类
-
抽象定时任务定义基类,子类实现具体执行任务,同时可以设置间隔时间和延时时间
- AbstractTimedTask() - 类的构造器 com.walker.infrastructure.scheduler.AbstractTimedTask
- AbstractTreeGenerator<T> - com.walker.infrastructure.tree中的类
-
前端展示树结构,生成器对象,业务需要继承该抽象类实现自己的实体树结构。
- AbstractTreeGenerator(String) - 类的构造器 com.walker.infrastructure.tree.AbstractTreeGenerator
-
默认构造函数,设置虚拟根节点名称,如果不需要则设置为
null - AbstractTreeStringGenerator<T> - com.walker.infrastructure.tree中的类
-
前端展示树结构,生成器对象,业务需要继承该抽象类实现自己的实体树结构。
- AbstractTreeStringGenerator(String) - 类的构造器 com.walker.infrastructure.tree.AbstractTreeStringGenerator
-
默认构造函数,设置虚拟根节点名称,如果不需要则设置为
null - access(Notification) - 接口中的方法 com.walker.push.Strategy
-
是否允许放行,如果返回:false表明未通过策略检查,不能发送。
- acquireEmailNotification(String, String, String, List<String>, String, boolean) - 类中的静态方法 com.walker.push.util.PushUtils
- acquireEmailNotificationOne(String, String, String, String, String) - 类中的静态方法 com.walker.push.util.PushUtils
- acquireErrorWriter(String, List<String>) - 类中的方法 com.walker.di.AbstractDataImportor
-
获取一个错误记录器实现对象。
- acquireFailedPushResult(String, String) - 类中的静态方法 com.walker.push.util.PushUtils
-
获得一个失败推送结果
- acquireImportBatch(BatchLoadListener, Object) - 类中的方法 com.walker.di.AbstractDataImportor
-
批量加载具体导入数据集合。
- acquireImportDataList(Object) - 类中的方法 com.walker.di.AbstractDataImportor
-
由子类加载具体导入数据集合。
- acquireNotification(String, String, String, List<String>, String, boolean, List<NotificationChannel>, boolean) - 类中的静态方法 com.walker.push.util.PushUtils
-
创建一个通用发送通知对象。
- acquireSmsNotification(String, String, String, String) - 类中的静态方法 com.walker.push.util.PushUtils
-
返回一个短信发送通知对象。
- acquireSmsNotification(String, String, List<String>, String, boolean) - 类中的静态方法 com.walker.push.util.PushUtils
- acquireSuccessPushResult() - 类中的静态方法 com.walker.push.util.PushUtils
- acquireWriteContent(Object) - 类中的方法 com.walker.di.AbstractTemplateGenerator
-
获取要写入模板的内容。
- add(Variable) - 类中的方法 com.walker.infrastructure.arguments.support.DefaultGroup
- addCallbackKey(String, String, SegmentReader.CallBack) - 类中的方法 com.walker.infrastructure.utils.SegmentReader
-
添加关键词,回调行为。
- addChild(C) - 类中的方法 com.walker.common.LinkedItem
-
增加子节点信息,
- addChild(TreeNode) - 类中的方法 com.walker.infrastructure.tree.TreeNode
- addChild(TreeNodeString) - 类中的方法 com.walker.infrastructure.tree.TreeNodeString
- addChildren(Collection<C>) - 类中的方法 com.walker.common.LinkedItem
-
将所有的childs增加到当前节点
- addEqualItem(String, Object) - 类中的方法 com.walker.common.QueryVo
-
增加一个等于查询条件
- addExcludeQueryVO(String, Object) - 类中的方法 com.walker.common.QueryVo
-
增加一个绑定变量值
- addGreaterItem(String, Object) - 类中的方法 com.walker.common.QueryVo
-
增加一个大于查询条件
- addIncludeItem(String, Object) - 类中的方法 com.walker.common.QueryVo
- addInsert(Map<String, Object>) - 类中的方法 com.walker.di.UpdateResult
- addKey(String, String) - 类中的方法 com.walker.infrastructure.utils.SegmentReader
-
添加默认的关键词,系统默认会返回解析的结果
- addLessItem(String, Object) - 类中的方法 com.walker.common.QueryVo
-
增加一个小于查询条件
- addLikeItem(String, Object) - 类中的方法 com.walker.common.QueryVo
-
增加一个like查询条件
- addMobile(String) - 类中的方法 com.walker.push.SmsMessage
- addMonth(long, int) - 类中的静态方法 com.walker.infrastructure.utils.LongCalendar
-
类名称:addMonth 类描述:通过参数日期及要加得月份得到一端时间后得时间 编 写 人: 编写日期:2002年11月16日10时52分 修 改 人: 修改日期: 修改内容: 版本: 目前不是很完善,需要进行修改
- addObjectToArray(Object[], Object) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Append the given Object to the given array, returning a new array consisting of the input array contents plus the given Object.
- addOneFailed(String) - 类中的方法 com.walker.push.PushResult
-
添加一个失败推送用户标识。
- addParam(String, String) - 类中的方法 com.walker.push.SmsMessage
- addQueryMap(String, Object) - 类中的方法 com.walker.common.QueryVo
-
增加一个绑定变量值
- addQueryMap(Map) - 类中的方法 com.walker.common.QueryVo
-
增加一组绑定变量值
- addRemoveKey(String, String) - 类中的方法 com.walker.infrastructure.utils.SegmentReader
-
添加关键词,删除行为。
- addReplaceKey(String, String, String) - 类中的方法 com.walker.infrastructure.utils.SegmentReader
-
添加关键词,替换行为。
- addResourcePathToPackagePath(Class<?>, String) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Return a path suitable for use with
ClassLoader.getResource(also suitable for use withClass.getResourceby prepending a slash ('/') to the return value). - addSeconds(long, long) - 类中的静态方法 com.walker.infrastructure.utils.LongDateHelper
-
功能: 在yyyyMMddhhmmss格式的long型日期上 加上数秒后得到新的时间
- addStrategy(Strategy) - 类中的方法 com.walker.push.AbstractPushManager
- addStrategy(Strategy) - 接口中的方法 com.walker.push.PushManager
- addStringToArray(String[], String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Append the given String to the given String array, returning a new array consisting of the input array contents plus the given String.
- addUnequalItem(String, Object) - 类中的方法 com.walker.common.QueryVo
-
增加一个不等于的变量
- addUpdate(Map<String, Object>) - 类中的方法 com.walker.di.UpdateResult
- afterPropertiesSet() - 类中的方法 com.walker.infrastructure.arguments.AbstractArgumentsManager
- afterSegment(String, String, String) - 接口中的方法 com.walker.infrastructure.utils.SegmentReader.CallBack
- appendExtSql(String) - 类中的方法 com.walker.common.QueryVo
-
增加一段自己定义的sql语句
- appendOrderBySql(String) - 类中的方法 com.walker.common.QueryVo
-
增加order by语句
- ApplicationBeanDestroied - com.walker.infrastructure.core中的接口
- ApplicationBeanInitialized - com.walker.infrastructure.core中的接口
- ApplicationCallback - com.walker.infrastructure中的接口
-
应用系统回调接口定义。
- ApplicationException - com.walker.infrastructure中的Exception Class
-
应用程序的基础异常定义,业务应用的所有特定异常必须继承该对象。
- ApplicationException() - exception class的构造器 com.walker.infrastructure.ApplicationException
- ApplicationException(String) - exception class的构造器 com.walker.infrastructure.ApplicationException
- ApplicationException(String, String) - exception class的构造器 com.walker.infrastructure.ApplicationException
- ApplicationException(String, String, Throwable) - exception class的构造器 com.walker.infrastructure.ApplicationException
- ApplicationException(String, Throwable) - exception class的构造器 com.walker.infrastructure.ApplicationException
- ApplicationRuntimeException - com.walker.infrastructure中的Exception Class
-
应用程序基础运行异常定义,任何业务相关的运行异常定义必须继承该对象。
- ApplicationRuntimeException() - exception class的构造器 com.walker.infrastructure.ApplicationRuntimeException
- ApplicationRuntimeException(String) - exception class的构造器 com.walker.infrastructure.ApplicationRuntimeException
- ApplicationRuntimeException(String, Throwable) - exception class的构造器 com.walker.infrastructure.ApplicationRuntimeException
- ApplicationRuntimeException(Throwable) - exception class的构造器 com.walker.infrastructure.ApplicationRuntimeException
- applyRelativePath(String, String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Apply the given relative path to the given path, assuming standard Java folder separation (i.e. "/" separators).
- ArgumentsException - com.walker.infrastructure.arguments中的Exception Class
- ArgumentsException() - exception class的构造器 com.walker.infrastructure.arguments.ArgumentsException
- ArgumentsException(String) - exception class的构造器 com.walker.infrastructure.arguments.ArgumentsException
- ArgumentsException(String, Throwable) - exception class的构造器 com.walker.infrastructure.arguments.ArgumentsException
- ArgumentsManager - com.walker.infrastructure.arguments中的接口
-
参数管理器定义
- ArgumentsManagerAware - com.walker.infrastructure.arguments中的接口
-
获得'可变参数管理器'的接口定义。
- ArgumentsManagerFactory - com.walker.infrastructure.arguments中的类
- ArgumentsManagerFactory() - 类的构造器 com.walker.infrastructure.arguments.ArgumentsManagerFactory
- ArgumentsManagerFactoryBean - com.walker.infrastructure.arguments中的类
-
可以通过各种方式(XML配置文件、数据库)等来生成系统配置选项管理对象。
- ArgumentsManagerFactoryBean() - 类的构造器 com.walker.infrastructure.arguments.ArgumentsManagerFactoryBean
- ArgumentsPostProcessor - com.walker.infrastructure.arguments中的类
-
发现并自动注入'应用程序参数配置'的后处理器实现。
- ArgumentsPostProcessor() - 类的构造器 com.walker.infrastructure.arguments.ArgumentsPostProcessor
- around(double, double) - 类中的方法 com.walker.location.GeoHashHelper
- ARRAY_SUFFIX - 类中的静态变量 com.walker.infrastructure.utils.ClassUtils
-
Suffix for array class names: "[]"
- arrayToCommaDelimitedString(Object[]) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Convenience method to return a String array as a CSV String.
- arrayToDelimitedString(Object[], String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Convenience method to return a String array as a delimited (e.g.
- arrayToList(Object) - 类中的静态方法 com.walker.infrastructure.utils.CollectionUtils
-
Convert the supplied array into a List.
- ASC() - 类中的静态方法 com.walker.db.Sorts
- asList(String[]) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
把字符串数组转换成List对象
- Assert - com.walker.infrastructure.utils中的类
-
Assertion utility class that assists in validating arguments.
- Assert() - 类的构造器 com.walker.infrastructure.utils.Assert
- AsyncBeanManager - com.walker.async中的类
- AsyncBeanManager() - 类的构造器 com.walker.async.AsyncBeanManager
- AsyncPushManager - com.walker.push.support中的类
-
异步任务执行的推送管理器实现。
- AsyncPushManager() - 类的构造器 com.walker.push.support.AsyncPushManager
B
- Base64 - com.walker.infrastructure.utils中的类
- Base64() - 类的构造器 com.walker.infrastructure.utils.Base64
- Base64Utils - com.walker.infrastructure.utils中的类
-
BASE64编码解码工具包
- Base64Utils() - 类的构造器 com.walker.infrastructure.utils.Base64Utils
- BatchLoadListener - com.walker.di中的接口
-
批量加载监听器,一批批加载,所以必须监听方式。
- beanTomap(Object) - 类中的静态方法 com.walker.common.util.ConvertUtil
-
把JavaBean转化为map
- Boolean - enum class 中的枚举常量 com.walker.infrastructure.arguments.VariableType
- BUFFER_SIZE - 类中的静态变量 com.walker.infrastructure.utils.FileCopyUtils
- build() - 类中的方法 com.walker.common.util.MapBuilder
-
生成Mapinvalid input: '<'String, Object>
- buildData() - 类中的方法 com.walker.db.page.AbstractPager
- buildData() - 类中的方法 com.walker.db.page.GenericPager
- buildData() - 类中的方法 com.walker.db.page.MapPager
- buildMessage(String, Throwable) - 类中的静态方法 com.walker.infrastructure.core.NestedExceptionUtils
-
Build a message for the given base message and root cause.
- BusinessImportException - com.walker.di中的Exception Class
-
业务保存导入数据时抛出该异常,说明保存错误,此时系统会终止导入。
- BusinessImportException(String, Throwable) - exception class的构造器 com.walker.di.BusinessImportException
- byte2int(byte, byte) - 类中的静态方法 com.walker.infrastructure.utils.ByteTools
-
2byte => 1int
- byte2int(byte, byte, byte, byte) - 类中的静态方法 com.walker.infrastructure.utils.ByteTools
-
4byte => 1int
- byteArrayToFile(byte[], String) - 类中的静态方法 com.walker.infrastructure.utils.Base64Utils
-
二进制数据写文件
- byteHEX(byte) - 类中的静态方法 com.walker.infrastructure.utils.ByteTools
-
将一个字节以两位16进制数字表示成字符串
- Bytes2HexString(byte[]) - 类中的静态方法 com.walker.infrastructure.utils.ByteTools
-
将byte[]转化为16进制字符串
- bytes2int(byte[]) - 类中的静态方法 com.walker.infrastructure.utils.ByteTools
-
byte[4] 转化为int
- bytes2ip(byte[]) - 类中的静态方法 com.walker.infrastructure.utils.ByteTools
-
4个字节的byte[]转变为IP地址
- ByteTools - com.walker.infrastructure.utils中的类
- ByteTools() - 类的构造器 com.walker.infrastructure.utils.ByteTools
C
- capitalize(String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Capitalize a
String, changing the first letter to upper case as perCharacter.toUpperCase(char). - CGLIB_CLASS_SEPARATOR - 类中的静态变量 com.walker.infrastructure.utils.ClassUtils
-
The CGLIB class separator character "$$"
- CHAR_AND - 类中的静态变量 com.walker.infrastructure.utils.StringUtils
- CHAR_EQUALS - 类中的静态变量 com.walker.infrastructure.utils.StringUtils
- CHAR_ONE - 类中的静态变量 com.walker.infrastructure.utils.StringUtils
- CHAR_PERCENT - 类中的静态变量 com.walker.infrastructure.utils.StringUtils
- CHAR_SPACE - 类中的静态变量 com.walker.infrastructure.utils.StringUtils
- CHAR_ZERO - 类中的静态变量 com.walker.infrastructure.utils.StringUtils
- characters(char[], int, int) - 类中的方法 com.walker.infrastructure.core.domx.DomContentHandler
- checkCalendar(long) - 类中的静态方法 com.walker.infrastructure.utils.LongCalendar
- checkDeployStatus(String) - 类中的静态方法 com.walker.infrastructure.utils.JarDeployer
-
检查部署情况,如果不存在classpath:walker-deploy.properties文件说明初始化,需要直接跳转到部署页面;
如果已经存在了,还需要检查lib下面的相关jar是否与文件中的对应,因为有可能会新添加文件; - checkDir(String) - 类中的静态方法 com.walker.infrastructure.utils.FileUtils
-
检查目录,如果不存在将会创建新目录,包括子目录。
- checkOption(Object) - 类中的方法 com.walker.di.AbstractTemplateGenerator
-
检测输入参数是否可用,子类可覆盖次方法。
- checkSource(Object) - 类中的方法 com.walker.di.support.InputStreamDataImportor
- cip2bytes(String) - 类中的静态方法 com.walker.infrastructure.utils.ByteTools
- CLASS_FILE_SUFFIX - 类中的静态变量 com.walker.infrastructure.utils.ClassUtils
-
The ".class" file suffix
- CLASSES_PATH - 类中的静态变量 com.walker.infrastructure.utils.JarDeployer
- classNamesToString(Class...) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Build a String that consists of the names of the classes/interfaces in the given array.
- classNamesToString(Collection<Class>) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Build a String that consists of the names of the classes/interfaces in the given collection.
- classPackageAsResourcePath(Class<?>) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Given an input class object, return a string which consists of the class's package name as a pathname, i.e., all dots ('.') are replaced by slashes ('/').
- classpathAbsolute - 类中的静态变量 com.walker.infrastructure.utils.JarDeployer
-
返回系统
classpath的根路径 如:d:/webapp/demo/WEB-INF/classes/ - ClassUtils - com.walker.infrastructure.utils中的类
-
Miscellaneous class utility methods.
- ClassUtils() - 类的构造器 com.walker.infrastructure.utils.ClassUtils
- cleanPath(String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Normalize the path by suppressing sequences like "path/.." and inner simple dots.
- clearCurrentPageIndex() - 类中的静态方法 com.walker.db.page.ListPageContext
- clearCurrentPageSize() - 类中的静态方法 com.walker.db.page.ListPageContext
- clearExcludeQueryVO() - 类中的方法 com.walker.common.QueryVo
- clearPageSearch() - 类中的静态方法 com.walker.db.page.ListPageContext
- clearQueueData(String) - 接口中的方法 com.walker.async.Producer
-
清空给定的队列数据
- cloneColumns(List<String>) - 类中的方法 com.walker.di.AbstractErrorWriter
- cloneProperties(TreeNode) - 类中的方法 com.walker.infrastructure.tree.TreeNode
- cloneProperties(TreeNodeString) - 类中的方法 com.walker.infrastructure.tree.TreeNodeString
- close() - 接口中的方法 com.walker.di.ErrorWriter
-
关闭操作,如:关闭文件流
- collectionToCommaDelimitedString(Collection<?>) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Convenience method to return a Collection as a CSV String.
- collectionToDelimitedString(Collection<?>, String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Convenience method to return a Collection as a delimited (e.g.
- collectionToDelimitedString(Collection<?>, String, String, String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Convenience method to return a Collection as a delimited (e.g.
- CollectionUtils - com.walker.infrastructure.utils中的类
-
Miscellaneous collection utility methods.
- CollectionUtils() - 类的构造器 com.walker.infrastructure.utils.CollectionUtils
- com.walker.api - 程序包 com.walker.api
- com.walker.api.client - 程序包 com.walker.api.client
- com.walker.async - 程序包 com.walker.async
- com.walker.common - 程序包 com.walker.common
- com.walker.common.util - 程序包 com.walker.common.util
- com.walker.db - 程序包 com.walker.db
- com.walker.db.page - 程序包 com.walker.db.page
- com.walker.di - 程序包 com.walker.di
- com.walker.di.support - 程序包 com.walker.di.support
- com.walker.di.util - 程序包 com.walker.di.util
- com.walker.infrastructure - 程序包 com.walker.infrastructure
- com.walker.infrastructure.arguments - 程序包 com.walker.infrastructure.arguments
- com.walker.infrastructure.arguments.support - 程序包 com.walker.infrastructure.arguments.support
- com.walker.infrastructure.core - 程序包 com.walker.infrastructure.core
- com.walker.infrastructure.core.domx - 程序包 com.walker.infrastructure.core.domx
- com.walker.infrastructure.core.io - 程序包 com.walker.infrastructure.core.io
- com.walker.infrastructure.json - 程序包 com.walker.infrastructure.json
- com.walker.infrastructure.scheduler - 程序包 com.walker.infrastructure.scheduler
- com.walker.infrastructure.time - 程序包 com.walker.infrastructure.time
- com.walker.infrastructure.tree - 程序包 com.walker.infrastructure.tree
- com.walker.infrastructure.utils - 程序包 com.walker.infrastructure.utils
- com.walker.location - 程序包 com.walker.location
- com.walker.push - 程序包 com.walker.push
- com.walker.push.support - 程序包 com.walker.push.support
- com.walker.push.util - 程序包 com.walker.push.util
- com.walker.queue - 程序包 com.walker.queue
- com.walker.spider - 程序包 com.walker.spider
- commaDelimitedListToSet(String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Convenience method to convert a CSV string list to a set.
- commaDelimitedListToStringArray(String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Convert a CSV list into an array of Strings.
- compareTo(Group) - 类中的方法 com.walker.infrastructure.arguments.support.DefaultGroup
- compareTo(TreeNode) - 类中的方法 com.walker.infrastructure.tree.TreeNode
- compareTo(TreeNodeString) - 类中的方法 com.walker.infrastructure.tree.TreeNodeString
- concatenateStringArrays(String[], String[]) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Concatenate the given String arrays into one, with overlapping array elements included twice.
- Constants - com.walker.di中的类
- Constants() - 类的构造器 com.walker.di.Constants
- consume(Object) - 接口中的方法 com.walker.async.Consumer
- consume(List<?>) - 接口中的方法 com.walker.async.Consumer
- Consumer - com.walker.async中的接口
-
异步队列消费者接口定义。
- ConsumerException - com.walker.async中的Exception Class
- ConsumerException(String) - exception class的构造器 com.walker.async.ConsumerException
- ConsumerException(String, Throwable) - exception class的构造器 com.walker.async.ConsumerException
- contains(Class<?>) - exception class中的方法 com.walker.infrastructure.core.NestedCheckedException
- contains(Class<?>) - exception class中的方法 com.walker.infrastructure.core.NestedRuntimeException
- contains(Enumeration, Object) - 类中的静态方法 com.walker.infrastructure.utils.CollectionUtils
-
Check whether the given Enumeration contains the given element.
- contains(Iterator, Object) - 类中的静态方法 com.walker.infrastructure.utils.CollectionUtils
-
Check whether the given Iterator contains the given element.
- containsAny(Collection, Collection) - 类中的静态方法 com.walker.infrastructure.utils.CollectionUtils
-
Return
trueif any element in 'candidates' is contained in 'source'; otherwise returnsfalse. - containsElement(Object[], Object) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Check whether the given array contains the given element.
- containsInstance(Collection, Object) - 类中的静态方法 com.walker.infrastructure.utils.CollectionUtils
-
Check whether the given Collection contains the given element instance.
- containsWhitespace(CharSequence) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Check whether the given CharSequence contains any whitespace characters.
- containsWhitespace(String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Check whether the given String contains any whitespace characters.
- convert(Object, Class<T>) - 类中的静态方法 com.walker.common.util.ConvertUtil
-
根据对象属性的类型转换value为目标对象
- convert(String...) - 类中的静态方法 com.walker.common.util.ConvertUtil
-
将多个业务信息转换为json数组
- convert(String, Class<T>) - 类中的静态方法 com.walker.common.util.ConvertUtil
-
根据对象属性的类型转换value为目标对象
- convert3(String...) - 类中的静态方法 com.walker.common.util.ConvertUtil
-
将多个业务信息转换为json数组
- convertClassNameToResourcePath(String) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Convert a "."
- convertKeyToLowerCase(Map<String, Object>) - 类中的静态方法 com.walker.common.util.ConvertUtil
-
将map的key转成小写
- convertNumberToTargetClass(Number, Class<T>) - 类中的静态方法 com.walker.infrastructure.utils.NumberUtils
-
Convert the given number into an instance of the given target class.
- convertResourcePathToClassName(String) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Convert a "/"-based resource path to a "."
- convertStrPropBlank(T) - 类中的静态方法 com.walker.common.util.ConvertUtil
-
将bean的Stirng类型赋值为""
- ConvertUtil - com.walker.common.util中的类
-
转换工具类
- ConvertUtil() - 类的构造器 com.walker.common.util.ConvertUtil
- copy(byte[], File) - 类中的静态方法 com.walker.infrastructure.utils.FileCopyUtils
-
Copy the contents of the given byte array to the given output File.
- copy(byte[], OutputStream) - 类中的静态方法 com.walker.infrastructure.utils.FileCopyUtils
-
Copy the contents of the given byte array to the given OutputStream.
- copy(File, File) - 类中的静态方法 com.walker.infrastructure.utils.FileCopyUtils
-
Copy the contents of the given input File to the given output File.
- copy(InputStream, OutputStream) - 类中的静态方法 com.walker.infrastructure.utils.FileCopyUtils
- copy(InputStream, OutputStream, boolean) - 类中的静态方法 com.walker.infrastructure.utils.FileCopyUtils
-
Copy the contents of the given InputStream to the given OutputStream.
- copy(Reader, Writer) - 类中的静态方法 com.walker.infrastructure.utils.FileCopyUtils
-
Copy the contents of the given Reader to the given Writer.
- copy(String, Writer) - 类中的静态方法 com.walker.infrastructure.utils.FileCopyUtils
-
Copy the contents of the given String to the given output Writer.
- COPYABLE_FIELDS - 类中的静态变量 com.walker.infrastructure.utils.ReflectionUtils
-
Pre-built FieldFilter that matches all non-static, non-final fields.
- copyProperties(Object, Object) - 类中的静态方法 com.walker.common.util.ConvertUtil
-
将源对象的属性拷贝到目标对象
- copyPropertiesIgnoreNull(Object, Object) - 类中的静态方法 com.walker.common.util.ConvertUtil
-
将源对象的属性拷贝到目标对象,忽略为空的属性
- copyRecursively(File, File) - 类中的静态方法 com.walker.infrastructure.utils.FileSystemUtils
-
Recursively copy the contents of the
srcfile/directory to thedestfile/directory. - copyToByteArray(File) - 类中的静态方法 com.walker.infrastructure.utils.FileCopyUtils
-
Copy the contents of the given input File into a new byte array.
- copyToByteArray(InputStream) - 类中的静态方法 com.walker.infrastructure.utils.FileCopyUtils
-
Copy the contents of the given InputStream into a new byte array.
- copyToString(Reader) - 类中的静态方法 com.walker.infrastructure.utils.FileCopyUtils
-
Copy the contents of the given Reader into a String.
- countOccurrencesOf(String, String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Count the occurrences of the substring in string s.
- create() - 类中的静态方法 com.walker.common.util.MapBuilder
-
创建一个MapBuilder
- createBigDecimal(Object) - 类中的静态方法 com.walker.common.util.ConvertUtil
-
将obj转换为BigDecimal
- createBoolean(Object) - 类中的静态方法 com.walker.common.util.ConvertUtil
-
将obj转换为Boolean
- createCompositeInterface(Class<?>[], ClassLoader) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Create a composite interface Class for the given interfaces, implementing the given interfaces in one single Class.
- createContentHandler(Node) - 类中的静态方法 com.walker.infrastructure.utils.DomUtils
-
Returns a SAX
ContentHandlerthat transforms callback calls to DOMNodes. - createDouble(Object) - 类中的静态方法 com.walker.common.util.ConvertUtil
-
将obj转换为Double
- createEmptyFile(String) - 类中的静态方法 com.walker.infrastructure.utils.FileUtils
-
创建空文件
- createEmptyFile(String) - 类中的静态方法 com.walker.infrastructure.utils.JarDeployer
-
创建空文件
- createEmptyGenericPager() - 类中的静态方法 com.walker.db.page.ListPageContext
- createGenericPager(int, int, int) - 类中的静态方法 com.walker.db.page.ListPageContext
- createGenericPager(List<T>, int, int) - 类中的静态方法 com.walker.db.page.ListPageContext
-
返回带泛型的分页对象
- createGenericPager(List<T>, int, int, int) - 类中的静态方法 com.walker.db.page.ListPageContext
-
返回带泛型的分页对象
- createInteger(Object) - 类中的静态方法 com.walker.common.util.ConvertUtil
-
将obj转换为Integer
- createLinkString(Map<String, String>) - 类中的静态方法 com.walker.infrastructure.utils.MD5
-
把数组所有元素,并按照“参数=参数值”的模式用“invalid input: '&'”字符拼接成字符串
- createLong(Object) - 类中的静态方法 com.walker.common.util.ConvertUtil
-
将obj转换为Long
- createMapPager(List<Map<String, Object>>, int, int) - 类中的静态方法 com.walker.db.page.ListPageContext
-
创建分页对象,业务类型为
Map<String, Object> - createMapPager(List<Map<String, Object>>, int, int, int) - 类中的静态方法 com.walker.db.page.ListPageContext
-
创建分页对象,业务类型为
Map<String, Object> - createPagerView(GenericPager<T>, String) - 类中的静态方法 com.walker.db.page.ListPageContext
-
创建UI层可用的分页展示对象
- createString(Object) - 类中的静态方法 com.walker.common.util.ConvertUtil
-
将obj转换为String
- createXmlArgumentsManager(String, boolean) - 类中的静态方法 com.walker.infrastructure.arguments.ArgumentsManagerFactory
-
创建xml方式配置的可变参数管理器对象。
- cutStringLaskComma(StringBuffer) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
删除掉字符串中最后拼接的逗号
D
- DAMENG - enum class 中的枚举常量 com.walker.db.DatabaseType
-
达梦数据库类型。
- DatabaseException - com.walker.db中的Exception Class
-
数据库操作异常定义
- DatabaseException(String) - exception class的构造器 com.walker.db.DatabaseException
- DatabaseException(String, Throwable) - exception class的构造器 com.walker.db.DatabaseException
- DatabaseExistException - com.walker.db中的Exception Class
- DatabaseExistException(String) - exception class的构造器 com.walker.db.DatabaseExistException
- DatabaseExistException(String, Throwable) - exception class的构造器 com.walker.db.DatabaseExistException
- DatabaseType - com.walker.db中的Enum Class
- DataImportException - com.walker.di中的Exception Class
- DataImportException(String, Throwable) - exception class的构造器 com.walker.di.DataImportException
- DataImportor - com.walker.di中的接口
-
数据导入器定义。
- datas - 类中的变量 com.walker.db.page.GenericPager
- DATE_SEPARATOR - 类中的静态变量 com.walker.infrastructure.utils.DateUtils
- DATE_SEPARATOR_OLD - 类中的静态变量 com.walker.infrastructure.utils.DateUtils
- DATE_TIME_TYPE_BEGIN - 类中的静态变量 com.walker.infrastructure.time.TimeConstants
- DATE_TIME_TYPE_END - 类中的静态变量 com.walker.infrastructure.time.TimeConstants
- DateObject - com.walker.infrastructure.utils中的类
-
日期对象自定义。
- DateObject() - 类的构造器 com.walker.infrastructure.utils.DateObject
-
使用当前时间作为输入日期
- DateObject(int) - 类的构造器 com.walker.infrastructure.utils.DateObject
-
构造函数输入日期数值,转换为日期对象
- DateObject(String) - 类的构造器 com.walker.infrastructure.utils.DateObject
-
创建日期对象
- DateUtils - com.walker.infrastructure.utils中的类
-
处理日期格式以及转换的工具类
- DateUtils() - 类的构造器 com.walker.infrastructure.utils.DateUtils
- declaresException(Method, Class<?>) - 类中的静态方法 com.walker.infrastructure.utils.ReflectionUtils
-
Determine whether the given method explicitly declares the given exception or one of its superclasses, which means that an exception of that type can be propagated as-is within a reflective invocation.
- decode(byte[]) - 类中的静态方法 com.walker.infrastructure.utils.Base64
- decode(String) - 类中的静态方法 com.walker.infrastructure.utils.Base64
- decode(String) - 类中的静态方法 com.walker.infrastructure.utils.Base64Utils
-
BASE64字符串解码为二进制数据
- decode(String) - 类中的静态方法 com.walker.infrastructure.utils.UrlUtils
-
转码前端通过URL提交的参数。
- decode(String, String) - 类中的静态方法 com.walker.infrastructure.utils.UrlUtils
- decode(String, Charset) - 类中的静态方法 com.walker.infrastructure.utils.UrlUtils
- decodeBase64(byte[]) - 类中的静态方法 com.walker.infrastructure.utils.Base64
- decodeToFile(String, String) - 类中的静态方法 com.walker.infrastructure.utils.Base64Utils
-
BASE64字符串转回文件
- decompress(String, String) - 类中的方法 com.walker.infrastructure.utils.JarDeployer
- decrypt(PrivateKey, byte[]) - 类中的静态方法 com.walker.infrastructure.utils.RSAUtil
- decryptByPrivateKey(byte[], String) - 类中的静态方法 com.walker.infrastructure.utils.RSAUtil
-
私钥解密
- decryptByPublicKey(byte[], String) - 类中的静态方法 com.walker.infrastructure.utils.RSAUtil
-
公钥解密
- DEF_BOOLEAN - enum class中的静态变量 com.walker.infrastructure.arguments.VariableType
- DEF_DOUBLE - enum class中的静态变量 com.walker.infrastructure.arguments.VariableType
- DEF_FLOAT - enum class中的静态变量 com.walker.infrastructure.arguments.VariableType
- DEF_INTEGER - enum class中的静态变量 com.walker.infrastructure.arguments.VariableType
- DEF_LONG - enum class中的静态变量 com.walker.infrastructure.arguments.VariableType
- DEF_STRING - enum class中的静态变量 com.walker.infrastructure.arguments.VariableType
- DEFAULT_ALGORITHM - 类中的静态变量 com.walker.infrastructure.utils.RSAUtil
- DEFAULT_CHARSET_UTF8 - 类中的静态变量 com.walker.infrastructure.utils.StringUtils
- DEFAULT_CONFIG_FILENAME - 类中的静态变量 com.walker.infrastructure.arguments.ArgumentsManagerFactoryBean
- DEFAULT_PAGE_COUNT - 接口中的静态变量 com.walker.db.page.Pager
- DEFAULT_PAGE_INDEX - 接口中的静态变量 com.walker.db.page.Pager
- DEFAULT_PAGE_SIZE - 类中的静态变量 com.walker.db.page.ListPageContext
- DEFAULT_PAGE_SIZE - 接口中的静态变量 com.walker.db.page.Pager
- DEFAULT_SPLIT_SEPARATOR - 类中的静态变量 com.walker.infrastructure.utils.StringUtils
- DEFAULT_TERMINATOR - 类中的静态变量 com.walker.infrastructure.utils.WaitConsoleInput
-
默认的输入终止符,默认为:exit
- DEFAULT_TOTAL_ROWS - 接口中的静态变量 com.walker.db.page.Pager
- defaultCharset() - 类中的静态方法 com.walker.infrastructure.utils.UrlUtils
- DefaultGroup - com.walker.infrastructure.arguments.support中的类
- DefaultGroup() - 类的构造器 com.walker.infrastructure.arguments.support.DefaultGroup
- DefaultVariable - com.walker.infrastructure.arguments.support中的类
- DefaultVariable() - 类的构造器 com.walker.infrastructure.arguments.support.DefaultVariable
- DefaultVariable(VariableType, Object, Object) - 类的构造器 com.walker.infrastructure.arguments.support.DefaultVariable
- Delayed - enum class 中的枚举常量 com.walker.push.TimeType
- delete(String, String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Delete all occurrences of the given substring.
- deleteAny(String, String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Delete any character in a given String.
- deleteFile(File) - 类中的静态方法 com.walker.infrastructure.utils.FileUtils
-
删除一个文件
- deleteRecursively(File) - 类中的静态方法 com.walker.infrastructure.utils.FileSystemUtils
-
Delete the supplied
File- for directories, recursively delete any nested directories or files as well. - delimitedListToStringArray(String, String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Take a String which is a delimited list and convert it to a String array.
- delimitedListToStringArray(String, String, String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Take a String which is a delimited list and convert it to a String array.
- deploy() - 类中的方法 com.walker.infrastructure.utils.JarDeployer
-
解压并部署文件
- deploy(String, String) - 类中的方法 com.walker.infrastructure.utils.JarDeployer
-
解压并部署文件
- DEPLOY_FILENAME - 类中的静态变量 com.walker.infrastructure.utils.JarDeployer
- DEPLOY_JAR_PREFIX - 类中的静态变量 com.walker.infrastructure.utils.JarDeployer
-
部署jar的前缀,有默认值,也可设置
- DEPLOY_WAIT_FILES - 类中的静态变量 com.walker.infrastructure.utils.JarDeployer
-
尚未部署的应用jar集合
- DEPLOYED_FILES - 类中的静态变量 com.walker.infrastructure.utils.JarDeployer
-
已经部署过的jar列表,key = jarName, value = 解压时间毫秒值
- DERBY - enum class 中的枚举常量 com.walker.db.DatabaseType
- DESC() - 类中的静态方法 com.walker.db.Sorts
- deserialize(JsonParser, DeserializationContext) - 类中的方法 com.walker.infrastructure.json.StringDeserializer
-
已过时。
- destroy() - 类中的方法 com.walker.infrastructure.arguments.AbstractArgumentsManager
- destroy() - 类中的静态方法 com.walker.infrastructure.arguments.ArgumentsManagerFactory
-
系统终止时,销毁所有已经创建的管理器。
- DIGIT_SIZE_TABLE - 类中的静态变量 com.walker.infrastructure.utils.NumberGenerator
- DistanceUtils - com.walker.location中的类
- DistanceUtils() - 类的构造器 com.walker.location.DistanceUtils
- distinctByKey(Function<? super T, ?>) - 类中的静态方法 com.walker.infrastructure.utils.StreamUtils
-
按某个指定字段去重
- doesNotContain(String, String) - 类中的静态方法 com.walker.infrastructure.utils.Assert
-
Assert that the given text does not contain the given substring.
- doesNotContain(String, String, String) - 类中的静态方法 com.walker.infrastructure.utils.Assert
-
Assert that the given text does not contain the given substring.
- doExecuteImport(List<Object[]>, List<String>) - 类中的方法 com.walker.di.AbstractDataImportor
-
执行一次导入保存操作,无论一次还是批量都调用该方法。
- doInput(String) - 接口中的方法 com.walker.infrastructure.utils.WaitConsoleInput.InputCallback
-
处理输入内容
- Dom4jParser - com.walker.infrastructure.core.domx中的类
- Dom4jParser() - 类的构造器 com.walker.infrastructure.core.domx.Dom4jParser
- DomContentHandler - com.walker.infrastructure.core.domx中的类
-
SAX
ContentHandlerthat transforms callback calls to DOMNodes. - DomContentHandler(Node) - 类的构造器 com.walker.infrastructure.core.domx.DomContentHandler
-
Creates a new instance of the
DomContentHandlerwith the given node. - DomParser<T> - com.walker.infrastructure.core中的接口
-
DOM对象转换器
- DomUtils - com.walker.infrastructure.utils中的类
-
Convenience methods for working with the DOM API, in particular for working with DOM Nodes and DOM Elements.
- DomUtils() - 类的构造器 com.walker.infrastructure.utils.DomUtils
- doPushContent(Notification, List<T>) - 类中的方法 com.walker.push.AbstractPushObject
-
执行具体推送的方法,由子类完成。
- Double - enum class 中的枚举常量 com.walker.infrastructure.arguments.VariableType
- doValidate(List<Object[]>) - 类中的方法 com.walker.di.AbstractDataImportor
- doWith(Field) - 接口中的方法 com.walker.infrastructure.utils.ReflectionUtils.FieldCallback
-
Perform an operation using the given field.
- doWith(Method) - 接口中的方法 com.walker.infrastructure.utils.ReflectionUtils.MethodCallback
-
Perform an operation using the given method.
- doWithFields(Class<?>, ReflectionUtils.FieldCallback) - 类中的静态方法 com.walker.infrastructure.utils.ReflectionUtils
-
Invoke the given callback on all fields in the target class, going up the class hierarchy to get all declared fields.
- doWithFields(Class<?>, ReflectionUtils.FieldCallback, ReflectionUtils.FieldFilter) - 类中的静态方法 com.walker.infrastructure.utils.ReflectionUtils
-
Invoke the given callback on all fields in the target class, going up the class hierarchy to get all declared fields.
- doWithMethods(Class<?>, ReflectionUtils.MethodCallback) - 类中的静态方法 com.walker.infrastructure.utils.ReflectionUtils
-
Perform the given callback operation on all matching methods of the given class and superclasses.
- doWithMethods(Class<?>, ReflectionUtils.MethodCallback, ReflectionUtils.MethodFilter) - 类中的静态方法 com.walker.infrastructure.utils.ReflectionUtils
-
Perform the given callback operation on all matching methods of the given class and superclasses (or given interface and super-interfaces).
E
- ElementNotFoundException - com.walker.infrastructure.arguments中的Exception Class
- ElementNotFoundException(String) - exception class的构造器 com.walker.infrastructure.arguments.ElementNotFoundException
- ElementNotFoundException(String, String) - exception class的构造器 com.walker.infrastructure.arguments.ElementNotFoundException
- EMPTY_STRING - 类中的静态变量 com.walker.infrastructure.utils.StringUtils
- encode(byte[]) - 类中的静态方法 com.walker.infrastructure.utils.Base64
- encode(byte[]) - 类中的静态方法 com.walker.infrastructure.utils.Base64Utils
-
二进制数据编码为BASE64字符串
- encode(double, double) - 类中的方法 com.walker.location.GeoHashHelper
- encodeBase64(byte[]) - 类中的静态方法 com.walker.infrastructure.utils.Base64
- encodeFile(String) - 类中的静态方法 com.walker.infrastructure.utils.Base64Utils
-
将文件编码为BASE64字符串
- encrypt(PublicKey, String) - 类中的静态方法 com.walker.infrastructure.utils.RSAUtil
- encryptByPrivateKey(byte[], String) - 类中的静态方法 com.walker.infrastructure.utils.RSAUtil
-
私钥加密
- encryptByPublicKey(byte[], String) - 类中的静态方法 com.walker.infrastructure.utils.RSAUtil
-
公钥加密
- encryption(String) - 类中的静态方法 com.walker.infrastructure.utils.MD5
-
MD5 32位转大写
- endDocument() - 类中的方法 com.walker.infrastructure.core.domx.DomContentHandler
- endElement(String, String, String) - 类中的方法 com.walker.infrastructure.core.domx.DomContentHandler
- endPrefixMapping(String) - 类中的方法 com.walker.infrastructure.core.domx.DomContentHandler
- endsWithIgnoreCase(String, String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Test if the given String ends with the specified suffix, ignoring upper/lower case.
- equals(Object) - 类中的方法 com.walker.infrastructure.arguments.support.DefaultGroup
- equals(Object) - 类中的方法 com.walker.infrastructure.arguments.support.DefaultVariable
- equals(Object) - 类中的方法 com.walker.infrastructure.tree.TreeNode
- equals(Object) - 类中的方法 com.walker.infrastructure.tree.TreeNodeString
- equals(Object) - 类中的方法 com.walker.push.AbstractPushObject
- ERROR_COLUMN_NAME - 类中的静态变量 com.walker.di.Constants
- ErrorWriter - com.walker.di中的接口
-
错误记录器定义,
- EXCEL_SHEET_NAME - 类中的静态变量 com.walker.di.Constants
- execute() - 类中的方法 com.walker.infrastructure.scheduler.AbstractTimedTask
- EXTENSION_SEPARATOR - 类中的静态变量 com.walker.infrastructure.utils.StringUtils
F
- FILE_SCHEMA_STD - 类中的静态变量 com.walker.infrastructure.utils.FileSystemUtils
- FILE_SCHEMA_WIN - 类中的静态变量 com.walker.infrastructure.utils.FileSystemUtils
- FILE_SEPARATOR - 类中的静态变量 com.walker.infrastructure.utils.FileUtils
- FileArgumentsManager - com.walker.infrastructure.arguments.support中的类
-
基于文件存储的配置参数管理器默认实现
- FileArgumentsManager() - 类的构造器 com.walker.infrastructure.arguments.support.FileArgumentsManager
- FileCopyUtils - com.walker.infrastructure.utils中的类
-
Simple utility methods for file and stream copying.
- FileCopyUtils() - 类的构造器 com.walker.infrastructure.utils.FileCopyUtils
- FileNotFoundException - com.walker.infrastructure.core中的Exception Class
- FileNotFoundException() - exception class的构造器 com.walker.infrastructure.core.FileNotFoundException
- FileNotFoundException(String, Throwable) - exception class的构造器 com.walker.infrastructure.core.FileNotFoundException
- FileNotFoundException(Throwable) - exception class的构造器 com.walker.infrastructure.core.FileNotFoundException
- FileSystemUtils - com.walker.infrastructure.utils中的类
-
Utility methods for working with the file system.
- FileSystemUtils() - 类的构造器 com.walker.infrastructure.utils.FileSystemUtils
- fileToByte(String) - 类中的静态方法 com.walker.infrastructure.utils.Base64Utils
-
文件转换为二进制数组
- FileUtils - com.walker.infrastructure.utils中的类
- FileUtils() - 类的构造器 com.walker.infrastructure.utils.FileUtils
- filterText(String) - 类中的静态方法 com.walker.infrastructure.utils.PasswordUtils
-
过滤校验特殊字符,在密码输入中,不能存在不支持的字符。
- findCommonElementType(Collection) - 类中的静态方法 com.walker.infrastructure.utils.CollectionUtils
-
Find the common element type of the given Collection, if any.
- findField(Class<?>, String) - 类中的静态方法 com.walker.infrastructure.utils.ReflectionUtils
- findField(Class<?>, String, Class<?>) - 类中的静态方法 com.walker.infrastructure.utils.ReflectionUtils
- findFirstMatch(Collection, Collection) - 类中的静态方法 com.walker.infrastructure.utils.CollectionUtils
-
Return the first element in '
candidates' that is contained in 'source'. - findMethod(Class<?>, String) - 类中的静态方法 com.walker.infrastructure.utils.ReflectionUtils
-
Attempt to find a
Methodon the supplied class with the supplied name and no parameters. - findMethod(Class<?>, String, Class<?>...) - 类中的静态方法 com.walker.infrastructure.utils.ReflectionUtils
-
Attempt to find a
Methodon the supplied class with the supplied name and parameter types. - findValueOfType(Collection<?>, Class<?>[]) - 类中的静态方法 com.walker.infrastructure.utils.CollectionUtils
-
Find a single value of one of the given types in the given Collection: searching the Collection for a value of the first type, then searching for a value of the second type, etc.
- findValueOfType(Collection<?>, Class<T>) - 类中的静态方法 com.walker.infrastructure.utils.CollectionUtils
-
Find a single value of the given type in the given Collection.
- Float - enum class 中的枚举常量 com.walker.infrastructure.arguments.VariableType
- FOLDER_SEPARATOR - 类中的静态变量 com.walker.infrastructure.utils.StringUtils
- forName(String) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
已过时。
- forName(String, ClassLoader) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Replacement for
Class.forName()that also returns Class instances for primitives (e.g." - FROM_MOBILE - 类中的静态变量 com.walker.push.util.PushUtils
G
- generalCharPattern - 类中的静态变量 com.walker.infrastructure.utils.StringUtils
- generate(Object) - 类中的方法 com.walker.di.AbstractTemplateGenerator
- generate(Object) - 接口中的方法 com.walker.di.TemplateGenerator
-
生成模板,并返回结果
- generateAndSql() - 类中的方法 com.walker.common.QueryVo
-
生成and格式的sql,默认不带where
- generateAndSql(boolean) - 类中的方法 com.walker.common.QueryVo
-
生成and格式的sql,可选择是否带where
- generateKey() - 类中的静态方法 com.walker.infrastructure.utils.RSAUtil
-
生成秘钥对
- generateRandomNumber(int) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
生成给定位数的随机数字串
- generatorHexUUID() - 类中的静态方法 com.walker.infrastructure.utils.NumberGenerator
-
产生32位随机字符串
- GenericPager<T> - com.walker.db.page中的类
- GenericPager(List<T>, int, int, int) - 类的构造器 com.walker.db.page.GenericPager
- GenericTypeUtils - com.walker.infrastructure.utils中的类
- GenericTypeUtils() - 类的构造器 com.walker.infrastructure.utils.GenericTypeUtils
- genKeyPair() - 类中的静态方法 com.walker.infrastructure.utils.RSAUtil
-
生成密钥对(公钥和私钥)
- GeoHashHelper - com.walker.location中的类
-
计算GeoHash工具类,该对象可创建单例。
- GeoHashHelper() - 类的构造器 com.walker.location.GeoHashHelper
- getAfterLongTime(long, int) - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
说明:返回指定时间之后的时间,可正可负,例如:给定20071201000000,减10天,得到新的日期 作者:时克英 时间:12 7, 2007
- getAfterLongTime(long, int) - 类中的静态方法 com.walker.infrastructure.utils.LongDateHelper
-
说明:返回指定时间之后的时间,可正可负,例如:给定20071201000000,减10天,得到新的日期 作者:时克英 时间:12 7, 2007
- getAllDeclaredMethods(Class<?>) - 类中的静态方法 com.walker.infrastructure.utils.ReflectionUtils
-
Get all declared methods on the leaf class and all superclasses.
- getAllInterfaces(Object) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Return all interfaces that the given instance implements as array, including ones implemented by superclasses.
- getAllInterfacesAsSet(Object) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Return all interfaces that the given instance implements as Set, including ones implemented by superclasses.
- getAllInterfacesForClass(Class<?>) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Return all interfaces that the given class implements as array, including ones implemented by superclasses.
- getAllInterfacesForClass(Class<?>, ClassLoader) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Return all interfaces that the given class implements as array, including ones implemented by superclasses.
- getAllInterfacesForClassAsSet(Class) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Return all interfaces that the given class implements as Set, including ones implemented by superclasses.
- getAllInterfacesForClassAsSet(Class, ClassLoader) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Return all interfaces that the given class implements as Set, including ones implemented by superclasses.
- getArgumentsManager(String) - 类中的静态方法 com.walker.infrastructure.arguments.ArgumentsManagerFactory
- getAsyncListener() - 类中的方法 com.walker.push.AbstractPushManager
- getAvgRowLen() - 类中的方法 com.walker.db.TableInfo
- getBatchError() - 接口中的方法 com.walker.di.DataImportor
-
返回批量加载错误,因为会多次持续执行,因此有可能整个过程执行完才能获得结果。
- getBatchSize() - 类中的方法 com.walker.di.AbstractDataImportor
-
返回批量加载导入数据的数量(每次)
- getBatchSize() - 接口中的方法 com.walker.di.DataImportor
-
返回批量加载的数量。
- getBlocks() - 类中的方法 com.walker.db.TableInfo
- getBooleanValue() - 类中的方法 com.walker.infrastructure.arguments.support.DefaultVariable
- getBooleanValue() - 接口中的方法 com.walker.infrastructure.arguments.Variable
- getBroadcast() - 类中的方法 com.walker.push.Notification
-
是否广播推送,对于广播方式对所有平台用户,无需设置具体接收人。
- getCalendarAfterDays(int) - 类中的静态方法 com.walker.infrastructure.utils.LongCalendar
-
类名称:getCalendarAfterDays 类描述:获得当前日期增加N天(可正可负)后的日期 编 写 人:刘国军 编写日期: 返回参数 : yyyy/MM/dd
- getCalendarAfterDays(long, int) - 类中的静态方法 com.walker.infrastructure.utils.LongCalendar
-
说明:获得给定日期增加N天(可正可负)后的日期 作者:时克英 时间:2007-4-27
- getCalendarByMonthAdd(long, int) - 类中的静态方法 com.walker.infrastructure.utils.LongCalendar
-
类名称:月份增加 类描述:月份增加 编 写 人:左靖宇 编写日期:
- getCalendarByYearAdd(long, int) - 类中的静态方法 com.walker.infrastructure.utils.LongCalendar
-
年份增加 编 写 人:彭业建
- getChannelList() - 类中的方法 com.walker.push.Notification
-
返回推送通道集合,支持同时多个通道发送,如:短信 + 公众号
- getChildElementByTagName(Element, String) - 类中的静态方法 com.walker.infrastructure.utils.DomUtils
-
Utility method that returns the first child element identified by its name.
- getChildElements(Element) - 类中的静态方法 com.walker.infrastructure.utils.DomUtils
-
Retrieve all child elements of the given DOM element
- getChildElementsByTagName(Element, String) - 类中的静态方法 com.walker.infrastructure.utils.DomUtils
-
Retrieve all child elements of the given DOM element that match the given element name.
- getChildElementsByTagName(Element, String[]) - 类中的静态方法 com.walker.infrastructure.utils.DomUtils
-
Retrieve all child elements of the given DOM element that match any of the given element names.
- getChildElementValueByTagName(Element, String) - 类中的静态方法 com.walker.infrastructure.utils.DomUtils
-
Utility method that returns the first child element value identified by its name.
- getChildren() - 类中的方法 com.walker.common.LinkedItem
- getChildren() - 接口中的方法 com.walker.infrastructure.arguments.Group
-
返回该分组下所有可变参数集合
- getChildren() - 类中的方法 com.walker.infrastructure.arguments.support.DefaultGroup
- getChildren() - 类中的方法 com.walker.infrastructure.tree.TreeNode
- getChildren() - 类中的方法 com.walker.infrastructure.tree.TreeNodeString
- getClassFileName(Class<?>) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Determine the name of the class file, relative to the containing package: e.g.
- getCode() - 接口中的方法 com.walker.api.client.ResponseData
-
已过时。
- getCode() - 类中的方法 com.walker.api.client.TextResponse
-
已过时。
- getCode() - exception class中的方法 com.walker.infrastructure.ApplicationException
- getCode() - 类中的方法 com.walker.infrastructure.tree.TreeNode
- getCode() - 类中的方法 com.walker.infrastructure.tree.TreeNodeString
- getCode() - 类中的方法 com.walker.push.PushResult
-
返回状态码:0 成功,其他值失败
- getConstructorIfAvailable(Class<T>, Class<?>...) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Determine whether the given class has a public constructor with the given signature, and return it if available (else return
null). - getConsumer(Class<?>) - 类中的静态方法 com.walker.async.AsyncBeanManager
- getConsumerMap() - 类中的静态方法 com.walker.async.AsyncBeanManager
- getContent() - 类中的方法 com.walker.push.Notification
-
推送内容
- getCreateTime() - 类中的方法 com.walker.push.Notification
-
创建时间,系统时间格式
- getCreator() - 类中的方法 com.walker.push.Notification
-
消息创建者唯一标识,一般为用户ID
- getCurrentDate() - 类中的静态方法 com.walker.infrastructure.utils.LongCalendar
-
编写人:刘琨 名称:getCurrentDate 功能:得到系统当前时间 输入参数: 返回参数:String:系统当前时间
- getCurrentDateForpage() - 类中的静态方法 com.walker.infrastructure.utils.LongCalendar
-
类名称:类描述:得到当前日期的格式化显示 编 写 人:彭业建 编写日期: 返回参数 : yyyy年MM月dd日
- getCurrentDateView() - 类中的静态方法 com.walker.infrastructure.utils.LongCalendar
-
编写人:张显达 名称:getCurrentDateView 功能:得到系统当前时间显示,格式:yyyy/mm/dd主要是为页面显示用 输入参数: 返回参数:String:系统当前时间
- getCurrentDateView(long) - 类中的静态方法 com.walker.infrastructure.utils.LongCalendar
-
编写人:张显达 名称:getCurrentDateView 功能:得到系统当前时间显示,格式:yyyy/mm/dd主要是为页面显示用 输入参数:long longCalendar 返回参数:String:系统当前时间
- getCurrentHour() - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
- getCurrentHourMinute(int) - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
返回当前小时:分钟
- getCurrentMinute() - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
- getCurrentMonth() - 类中的静态方法 com.walker.infrastructure.utils.LongCalendar
-
返回当前年月路径字符串,如:2014/3/
- getCurrentMonthEndDay() - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
- getCurrentMonthFirstDayEarly() - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
返回当月第一天最早的时间毫秒数,如:2014-03-01 00:00:00 毫秒数
- getCurrentMonthStartDay() - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
返回当前月份第一天的时间值
- getCurrentPage() - 类中的方法 com.walker.db.page.PagerView
- getCurrentPageIndex() - 类中的静态方法 com.walker.db.page.ListPageContext
-
从当前线程中返回当前页
- getCurrentPageSize() - 类中的静态方法 com.walker.db.page.ListPageContext
-
从当前线程中返回[每页记录数]
- getCurrentWeekdayValue() - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
返回当前日期是星期几
- getCurrentWeekStartDay() - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
获得本周第一天,格式:20230602000000
- getCurrentYear() - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
返回当前年份
- getCurrentYearEndDay() - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
- getCurrentYearInteger() - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
- getCurrentYearMonthDay() - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
返回当前年月日,放在数组中
- getCurrentYearMonthDay(int) - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
- getCurrentYearMonthDayHourMinute() - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
- getCurrentYearMonthDayHourMinute(int, int, int, int) - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
- getCurrentYearMonthDayHourMinuteSecond(int) - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
提供一个增加的秒数,计算之后的时间。
- getCurrentYearMonthForHuman() - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
返回当前年月信息,格式:2020-12
- getCurrentYearStartDay() - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
返回当前年份第一天时间值
- getDataMap(Object[]) - 类中的方法 com.walker.di.AbstractDataImportor
-
把加载的数据转换成 Map 对象,key = column_name, value = data_object
- getDatas() - 类中的方法 com.walker.db.page.GenericPager
-
得到泛型格式的数据集合
- getDatas() - 类中的方法 com.walker.db.page.PagerView
- getDatasObject() - 类中的方法 com.walker.db.page.AbstractPager
- getDatasObject() - 类中的方法 com.walker.db.page.GenericPager
- getDatasObject() - 接口中的方法 com.walker.db.page.Pager
-
返回业务对象集合
- getDate(String) - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
把字符串日期格式化成
java.util.Date对象。 - getDateAfterAddDateNum(long, int) - 类中的静态方法 com.walker.infrastructure.utils.LongCalendar
-
类名称:类描述:计算日期加上或减去某个数后的日期 编 写 人:彭业建 编写日期
- getDateForHuman(long) - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
把毫秒值格式化为可以识别的日期字符串,如:2013-11-21
- getDateLimit(String) - 类中的静态方法 com.walker.infrastructure.time.TimeRangeUtils
-
返回选择解析过的时间范围,该方法包含了多种范围定义。
- getDateLong(String) - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
返回字符串日期的毫秒时间值。
- getDateLongEarly(String) - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
返回给定日期,最早的毫秒值。
- getDateLongLate(String) - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
返回给定日期,最晚的毫秒值。
- getDateNumber(long) - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
返回给定毫秒数对应的日期数值,如:20131121
- getDateStringByLongDatetime(long) - 类中的静态方法 com.walker.infrastructure.utils.LongCalendar
-
类名称:由长整型时间变为字符 类描述:通过长整数变为时间格式,可以自动适应8位或16位(格式:2002年12月13日10时25分) 编 写 人: 编写日期:2002年12月13日10时25分
- getDateStringByLongDatetimeForPage(long) - 类中的静态方法 com.walker.infrastructure.utils.LongCalendar
- getDateTimeForHuman(long) - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
把毫秒值格式化为可以识别的日期字符串,如:2013-11-21 12:33:09
- getDateTimeNumber() - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
返回当前日期数值,如:20201220120130
- getDateTimeNumber(long) - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
返回给定毫秒数对应的日期数值,如:20201220120130
- getDateTimeNumber(String) - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
返回给定毫秒数对应的日期数值,如:20201220120130
- getDateTimeSecondForShow() - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
- getDateTimeSecondForShow(long) - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
返回显示时间字符串,如:20161202152028
- getDateValue() - 类中的方法 com.walker.infrastructure.utils.DateObject
-
返回日期6位数值,如:20181225
- getDay() - 类中的方法 com.walker.infrastructure.utils.DateObject
- getDays(String, String) - 类中的静态方法 com.walker.infrastructure.utils.LongCalendar
-
类名称:类描述:计算两个日期相差的天数,begin,end格式yyyMMdd 编 写 人:彭业建 编写日期:
- getDaysBetween(long, long) - 类中的静态方法 com.walker.infrastructure.utils.LongDateHelper
-
方法名称:getDadsBetween 功能描述:获取两个long型日期之间的天数 参数说明: begin:开始时间,时间格式应符合LongCalendar 即20040103或20040103125959 end: 结束时间 格式同begin 编写人:陈建新
- getDefalutSuffixItem() - 类中的方法 com.walker.common.QueryVo
- getDefaultClassLoader() - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Return the default ClassLoader to use: typically the thread context ClassLoader, if available; the ClassLoader that loaded the ClassUtils class will be used as fallback.
- getDefaultParentId() - 类中的方法 com.walker.infrastructure.tree.AbstractTreeGenerator
- getDefaultParentId() - 类中的方法 com.walker.infrastructure.tree.AbstractTreeStringGenerator
- getDefaultValue() - 类中的方法 com.walker.infrastructure.arguments.support.DefaultVariable
- getDefaultValue() - 接口中的方法 com.walker.infrastructure.arguments.Variable
-
返回默认设置的值,可以不设置,返回
null - getDelay() - 类中的方法 com.walker.infrastructure.scheduler.AbstractTimedTask
- getDelay() - 接口中的方法 com.walker.infrastructure.scheduler.TimedTask
- getDelayedTime() - 类中的方法 com.walker.push.Notification
-
当时间类型为:Delayed时,设置延时推送的时间,格式:20230421161500
- getDelimiter() - 类中的方法 com.walker.spider.KeyValueParse
- getDelimiter() - 接口中的方法 com.walker.spider.TextParse
-
返回数据分隔符
- getDeployedStatus() - 类中的静态方法 com.walker.infrastructure.utils.JarDeployer
-
返回部署状态,如果已经部署成功,返回
true - getDescription() - 类中的方法 com.walker.infrastructure.arguments.support.DefaultVariable
- getDescription() - 接口中的方法 com.walker.infrastructure.arguments.Variable
- getDescriptiveType(Object) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Return a descriptive name for the given object's type: usually simply the class name, but component type class name + "[]" for arrays, and an appended list of implemented interfaces for JDK proxies.
- getDestinationPath() - 类中的方法 com.walker.infrastructure.utils.JarDeployer
-
返回目的路径,即:要拷贝文件的路径
- getDisplayString(Object) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Return a content-based String representation if
objis notnull; otherwise returns an empty String. - getDistance(double, double, double, double) - 类中的静态方法 com.walker.location.DistanceUtils
-
返回两个坐标的球面距离。
- getDocumentFromStream(InputStream) - 接口中的方法 com.walker.infrastructure.core.DomParser
-
输入xml文件流,返回Dom对象,因为存在多种dom规范,所以返回指定的类型
- getDocumentFromStream(InputStream) - 类中的方法 com.walker.infrastructure.core.domx.Dom4jParser
- getDocumentFromStream(InputStream) - 类中的方法 com.walker.infrastructure.core.domx.JaxbDomParser
- getDocumentFromStream(InputStream) - 类中的方法 com.walker.infrastructure.core.domx.Jdom2Parser
- getDocumentFromXml(String) - 接口中的方法 com.walker.infrastructure.core.DomParser
-
输入xml字符串,返回Dom对象,因为存在多种dom规范,所以返回指定的类型
- getDocumentFromXml(String) - 类中的方法 com.walker.infrastructure.core.domx.Dom4jParser
- getDocumentFromXml(String) - 类中的方法 com.walker.infrastructure.core.domx.JaxbDomParser
- getDocumentFromXml(String) - 类中的方法 com.walker.infrastructure.core.domx.Jdom2Parser
- getDoubleValue() - 类中的方法 com.walker.infrastructure.arguments.support.DefaultVariable
- getDoubleValue() - 接口中的方法 com.walker.infrastructure.arguments.Variable
- getElement() - exception class中的方法 com.walker.infrastructure.arguments.ElementNotFoundException
- getEndRowIndexPage() - 类中的方法 com.walker.db.page.AbstractPager
-
返回本页最后一条记录索引值
- getEndRowIndexPage() - 接口中的方法 com.walker.db.page.Pager
- getEndTime() - 类中的方法 com.walker.infrastructure.time.TimeRange
- getEqualItem() - 类中的方法 com.walker.common.QueryVo
- getEqualItemValue(String) - 类中的方法 com.walker.common.QueryVo
-
获取一个equal变量
- getErrorFile() - 类中的方法 com.walker.di.AbstractDataImportor
-
返回错误文件路径,如: d:/file/12344566_error.csv
- getErrorFile() - 接口中的方法 com.walker.di.DataImportor
-
返回导入错误结果文件路径,如: d:/file/12344566_error.csv
- getExcludeQueryVO() - 类中的方法 com.walker.common.QueryVo
- getFailedList() - 类中的方法 com.walker.push.PushResult
-
返回推送失败的用户集合
- getField() - 接口中的方法 com.walker.db.Sorts.Sort
-
返回排序的字段名称
- getField(Field, Object) - 类中的静态方法 com.walker.infrastructure.utils.ReflectionUtils
-
Get the field represented by the supplied
field objecton the specifiedtarget object. - getFieldNames() - 类中的方法 com.walker.di.AbstractDataImportor
- getFieldNames() - 接口中的方法 com.walker.di.DataImportor
-
获取导入数据的列名字集合。
- getFieldValueByName(String, Object) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
根据对象属性名字,获取属性值,动态获取。
- getFileBytes(File) - 类中的静态方法 com.walker.infrastructure.utils.FileUtils
-
返回文件字节信息,通常适用于读取较小文件。
- getFileExt(String) - 类中的静态方法 com.walker.infrastructure.utils.FileUtils
-
返回文件名的扩展名,如果不存在返回
null,如: txt - getFileLines(String) - 类中的静态方法 com.walker.infrastructure.utils.FileUtils
-
读文本内容,按行读取,返回集合。
- getFilename() - exception class中的方法 com.walker.infrastructure.core.FileNotFoundException
- getFilename(String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Extract the filename from the given path, e.g.
- getFilenameExtension(String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Extract the filename extension from the given path, e.g.
- getFileNameWithoutPath(String) - 类中的静态方法 com.walker.infrastructure.utils.FileUtils
-
返回路径中文件名,如: d:/demo/file.txt --> file.txt
- getFileNameWithoutSuffix(String, String) - 类中的静态方法 com.walker.infrastructure.utils.FileUtils
-
从文件路径中,截取文件ID,文件用id命名。
- getFilePath() - 类中的方法 com.walker.infrastructure.arguments.support.FileArgumentsManager
-
返回文件的绝对路径
- getFilePathWithoutName(String) - 类中的静态方法 com.walker.infrastructure.utils.FileUtils
-
返回文件路径地址中的路径部分,如: d:/demo/file.txt --> d:/demo/
- getFileSystemRoot() - 类中的静态方法 com.walker.infrastructure.utils.FileUtils
- getFirstDateOfMonth() - 类中的静态方法 com.walker.infrastructure.utils.LongDateHelper
- getFirstDayOfMonth() - 类中的静态方法 com.walker.infrastructure.utils.LongDateHelper
-
返回当月第一天日期字符串,如:2014-03-01
- getFirstDayOfPremonth() - 类中的静态方法 com.walker.infrastructure.utils.LongDateHelper
- getFirstDayOfWeek(long) - 类中的静态方法 com.walker.infrastructure.utils.LongCalendar
-
根据输入的日期,返回所在周的第一天日期
- getFirstRowIndexInPage() - 类中的方法 com.walker.db.page.AbstractPager
-
返回分页对象中的第一条记录的索引值
- getFirstRowIndexInPage() - 接口中的方法 com.walker.db.page.Pager
-
返回当前页第一条数据索引值,第一页第一条记录为[0]
- getFlatDistance(double, double, double, double) - 类中的静态方法 com.walker.location.DistanceUtils
-
返回两点之间的平面距离,通过三角函数计算。
- getFloatValue() - 类中的方法 com.walker.infrastructure.arguments.support.DefaultVariable
- getFloatValue() - 接口中的方法 com.walker.infrastructure.arguments.Variable
- getFrom() - 类中的方法 com.walker.push.Notification
-
推送人,通常为发布者信息,如:发送手机号、发送的公众号主体名称
- getGreaterItem() - 类中的方法 com.walker.common.QueryVo
- getGroupList() - 类中的方法 com.walker.infrastructure.arguments.AbstractArgumentsManager
- getGroupList() - 接口中的方法 com.walker.infrastructure.arguments.ArgumentsManager
-
返回可变参数的所有分组信息,如果不存在返回
null - getHeadRowNumber() - 类中的方法 com.walker.di.AbstractDataImportor
-
返回表头有几行。
- getId() - 类中的方法 com.walker.di.AbstractDataImportor
- getId() - 接口中的方法 com.walker.di.DataImportor
-
导入唯一标识,由业务确定,在导入错误时,运行把错误结果重新导入
- getId() - 接口中的方法 com.walker.infrastructure.arguments.Group
- getId() - 类中的方法 com.walker.infrastructure.arguments.support.DefaultGroup
- getId() - 类中的方法 com.walker.infrastructure.arguments.support.DefaultVariable
- getId() - 接口中的方法 com.walker.infrastructure.arguments.Variable
- getId() - 类中的静态方法 com.walker.infrastructure.ServerId
- getId() - 类中的方法 com.walker.infrastructure.tree.TreeNode
- getId() - 类中的方法 com.walker.infrastructure.tree.TreeNodeString
- getId() - 类中的方法 com.walker.push.AbstractPushObject
- getId() - 类中的方法 com.walker.push.Notification
-
推送消息唯一编号。
- getId() - 接口中的方法 com.walker.push.Pushable
-
返回推送者ID,唯一
- getId() - 接口中的方法 com.walker.push.Strategy
-
唯一标识
- getId() - 类中的方法 com.walker.queue.AbstractQueueManager
- getId() - 接口中的方法 com.walker.queue.QueueManager
-
队列管理器唯一编号,也可用于多个时排序
- getID() - 类中的静态方法 com.walker.infrastructure.utils.ByteTools
-
获得主键
- getIdentityHexString(Object) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Return a hex String form of an object's identity hash code.
- getIgnoreRows() - 类中的方法 com.walker.di.AbstractDataImportor
-
返回忽略导入多少行数据。
- getImportFileSuffix() - 类中的方法 com.walker.di.AbstractDataImportor
-
获得导入文(以及错误结果)文件后缀名,如: error.csv | error.xlsx
- getIncludeItem() - 类中的方法 com.walker.common.QueryVo
- getIncludeItemValue(String) - 类中的方法 com.walker.common.QueryVo
-
获取一个include变量
- getIndex() - 类中的方法 com.walker.db.page.PagerView
-
返回当前页第一条记录的索引值
- getIndex() - enum class中的方法 com.walker.di.UpdateType
- getIndex() - enum class中的方法 com.walker.push.NotificationChannel
- getIndex() - enum class中的方法 com.walker.push.TimeType
- getInsertList() - 类中的方法 com.walker.di.UpdateResult
-
返回 写入数据集合。
- getIntegerValue() - 类中的方法 com.walker.infrastructure.arguments.support.DefaultVariable
- getIntegerValue() - 接口中的方法 com.walker.infrastructure.arguments.Variable
- getItem() - 类中的方法 com.walker.common.LinkedItem
- getJarRootResources(String, String) - 类中的静态方法 com.walker.infrastructure.utils.JarDeployer
-
返回给定jar包中特定属性文件的内容,可能会有多个,因此返回集合
- getJsMethod() - 类中的方法 com.walker.db.page.PagerView
- getKey() - 接口中的方法 com.walker.async.Consumer
- getKey() - 类中的方法 com.walker.infrastructure.utils.KeyValue
- getKey() - 类中的方法 com.walker.queue.MqBaseMessage
-
业务键,用于RocketMQ控制台查看消费情况
- getKeyValueList(Object[], List<String>) - 类中的方法 com.walker.di.AbstractDataImportor
- getLabel() - 类中的方法 com.walker.infrastructure.tree.TreeNode
- getLabel() - 类中的方法 com.walker.infrastructure.tree.TreeNodeString
- getLabelCount() - 类中的方法 com.walker.common.QueryVo
- getLastAnalyzed() - 类中的方法 com.walker.db.TableInfo
- getLastDayOfMonth() - 类中的静态方法 com.walker.infrastructure.utils.LongDateHelper
-
返回当月最后一天 时克英
- getLastDayOfMonth(int, int) - 类中的静态方法 com.walker.infrastructure.utils.LongCalendar
- getLastDayOfPremonth() - 类中的静态方法 com.walker.infrastructure.utils.LongDateHelper
- getLastDayOfWeek(long) - 类中的静态方法 com.walker.infrastructure.utils.LongCalendar
-
返回本周最后一天
- getLastMonthEndDay() - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
- getLastMonthStartDay() - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
返回上月第一天的时间值
- getLastYearEndDay() - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
- getLastYearStartDay() - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
返回上年份第一天时间值
- getLessItem() - 类中的方法 com.walker.common.QueryVo
- getLevel() - 类中的方法 com.walker.infrastructure.utils.KeyValue
-
对于树节点,该值代表处于那一层次级别
- getLevelPrefix() - 类中的方法 com.walker.infrastructure.utils.KeyValue
- getLikeItem() - 类中的方法 com.walker.common.QueryVo
- getLikeItemValue(String) - 类中的方法 com.walker.common.QueryVo
-
获取一个like变量
- getLimitStringForMysql(String, boolean) - 类中的静态方法 com.walker.db.page.PageUtils
- getLimitStringForOracle(String, boolean) - 类中的静态方法 com.walker.db.page.PageUtils
- getLimitStringForSQLServer(String, int, int) - 类中的静态方法 com.walker.db.page.PageUtils
- getLocalHostIp() - 类中的静态方法 com.walker.infrastructure.utils.NetworkUtils
-
获取本机正在使用的网卡IP地址。
- getLongCalendar() - 类中的静态方法 com.walker.infrastructure.utils.LongCalendar
-
返回格式例如:20070728 名称:获得当前长整形日期方法 功能:获得系统中使用长整形表示的日期 输入参数: 返回参数:long:表示的日期长整形值
- getLongSequenceId() - 类中的静态方法 com.walker.infrastructure.utils.NumberGenerator
-
返回纳秒值长整形数字,转为字符串。
- getLongSequenceNumber() - 类中的静态方法 com.walker.infrastructure.utils.NumberGenerator
-
返回15位的数值,这是根据系统纳秒数生成的。
- getLongSequenceNumberNano() - 类中的静态方法 com.walker.infrastructure.utils.NumberGenerator
- getLongTime() - 类中的静态方法 com.walker.infrastructure.utils.LongCalendar
-
类名称:长整形时间类 类描述:组合Calender,封装Calender的数字接口和方法 编 写 人:张显达 编写日期:2002年12月12日20时52分
- getLongValue() - 类中的方法 com.walker.infrastructure.arguments.support.DefaultVariable
- getLongValue() - 接口中的方法 com.walker.infrastructure.arguments.Variable
- getMatchDeployedJars(String) - 类中的静态方法 com.walker.infrastructure.utils.JarDeployer
-
返回找到的应用可部署的jar集合
- getMaxWorkerThread() - 类中的方法 com.walker.queue.AbstractQueueManager
- getMd5SignVeryfy(Map<String, Object>, String, String) - 类中的静态方法 com.walker.infrastructure.utils.MD5
-
根据反馈回来的信息,生成签名结果
- getMessage() - 接口中的方法 com.walker.api.client.ResponseData
-
已过时。返回调用结果描述
- getMessage() - 类中的方法 com.walker.api.client.TextResponse
-
已过时。
- getMessage() - exception class中的方法 com.walker.infrastructure.core.NestedCheckedException
- getMessage() - exception class中的方法 com.walker.infrastructure.core.NestedRuntimeException
- getMessageChannelNames() - 类中的方法 com.walker.push.AbstractPushManager
- getMessageChannelNames() - 接口中的方法 com.walker.push.PushManager
-
返回普通消息,推送的配置的通道索引集合。
- getMessageDigest(byte[]) - 类中的静态方法 com.walker.infrastructure.utils.MD5
-
生成MD5摘要信息,目前该方法微信支付使用
- getMessageId() - exception class中的方法 com.walker.push.PushException
- getMethodCountForName(Class<?>, String) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Return the number of methods with a given name (with any argument types), for the given class and/or its superclasses.
- getMethodIfAvailable(Class<?>, String, Class<?>...) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Determine whether the given class has a method with the given signature, and return it if available (else return
null). - getMobileList() - 类中的方法 com.walker.push.SmsMessage
- getMonth() - 类中的方法 com.walker.infrastructure.utils.DateObject
- getMonthFirstDay(long, int) - 类中的静态方法 com.walker.infrastructure.utils.LongDateHelper
-
名称:getMonthFirstDay 功能:得到给定日期的当月或下一个月的第一天。
- getMonthLastDay(long, int) - 类中的静态方法 com.walker.infrastructure.utils.LongDateHelper
-
已过时。
- getMostSpecificCause() - exception class中的方法 com.walker.infrastructure.core.NestedCheckedException
- getMostSpecificCause() - exception class中的方法 com.walker.infrastructure.core.NestedRuntimeException
- getMostSpecificMethod(Method, Class<?>) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Given a method, which may come from an interface, and a target class used in the current reflective invocation, find the corresponding target method if there is one.
- getName() - 类中的方法 com.walker.db.TableInfo
- getName() - 接口中的方法 com.walker.infrastructure.arguments.Group
- getName() - 类中的方法 com.walker.infrastructure.arguments.support.DefaultGroup
- getName() - 类中的方法 com.walker.push.AbstractPushObject
- getName() - enum class中的方法 com.walker.push.NotificationChannel
- getName() - 接口中的方法 com.walker.push.Pushable
-
返回推送者名称
- getName() - 类中的方法 com.walker.queue.AbstractQueueManager
- getName() - 接口中的方法 com.walker.queue.QueueManager
- getName(String) - 类中的静态方法 com.walker.infrastructure.utils.ByteTools
-
从一个路径得到文件名
- getNextDay(int, int, int, int) - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
返回给定日期的后续几天的日期值
- getNotificationChannel() - 接口中的方法 com.walker.push.Pushable
-
返回推送者支持的通道,只能一个。
- getNotificationChannel() - 类中的方法 com.walker.push.support.AbstractSmsPush
- getNotincludeItem() - 类中的方法 com.walker.common.QueryVo
- getNumbericType(String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
返回给定的字符串对象类型:Double | Long | String
- getObject() - 类中的方法 com.walker.infrastructure.arguments.ArgumentsManagerFactoryBean
- getObjectType() - 类中的方法 com.walker.infrastructure.arguments.ArgumentsManagerFactoryBean
- getOptionId() - 类中的方法 com.walker.push.Notification
-
消息对应的业务ID,由业务自己确定是否使用。
- getOptionType() - 类中的方法 com.walker.push.Notification
-
返回业务传入的额外数据,标识一个业务类型,如:公文流程待办通知等。
- getOrder() - 接口中的方法 com.walker.infrastructure.arguments.Group
- getOrder() - 类中的方法 com.walker.infrastructure.arguments.support.DefaultGroup
- getOrderAsc() - 类中的方法 com.walker.db.page.PageSearch
- getOrderBy() - 类中的方法 com.walker.db.page.PageSearch
- getOrderByColumn() - 类中的方法 com.walker.db.page.PageSearch
- getPackageName(Class<?>) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Determine the name of the package of the given class: e.g.
- getPageCount() - 类中的方法 com.walker.db.page.AbstractPager
- getPageCount() - 接口中的方法 com.walker.db.page.Pager
-
返回总页数
- getPageCount() - 类中的方法 com.walker.db.page.PagerView
- getPageIndex() - 类中的方法 com.walker.db.page.AbstractPager
- getPageIndex() - 接口中的方法 com.walker.db.page.Pager
-
当前页码
- getPageIndex() - 类中的方法 com.walker.db.page.PageSearch
- getPageSearch() - 类中的静态方法 com.walker.db.page.ListPageContext
- getPageSize() - 类中的方法 com.walker.db.page.AbstractPager
- getPageSize() - 接口中的方法 com.walker.db.page.Pager
-
每页显示多少记录
- getPageSize() - 类中的方法 com.walker.db.page.PagerView
- getPageSize() - 类中的方法 com.walker.db.page.PageSearch
- getParallel() - 类中的方法 com.walker.push.Notification
-
多个通道时,是否并行同时发送,true:并行,false:串行
- getParent() - 类中的方法 com.walker.common.LinkedItem
- getParentId() - 类中的方法 com.walker.infrastructure.tree.TreeNode
- getParentId() - 类中的方法 com.walker.infrastructure.tree.TreeNodeString
- getPeriod() - 类中的方法 com.walker.infrastructure.scheduler.AbstractTimedTask
- getPeriod() - 接口中的方法 com.walker.infrastructure.scheduler.TimedTask
- getPersistent() - 类中的方法 com.walker.push.Notification
-
推送消息是否支持持久化保存(到数据库)
- getPrivateKey(Map<String, Object>) - 类中的静态方法 com.walker.infrastructure.utils.RSAUtil
-
获取私钥
- getProducer(Class<?>) - 类中的静态方法 com.walker.async.AsyncBeanManager
- getProducerMap() - 类中的静态方法 com.walker.async.AsyncBeanManager
- getPublicKey(String) - 类中的静态方法 com.walker.infrastructure.utils.RSAUtil
- getPublicKey(Map<String, Object>) - 类中的静态方法 com.walker.infrastructure.utils.RSAUtil
-
获取公钥
- getPushList() - 类中的方法 com.walker.push.AbstractPushManager
- getPushList() - 接口中的方法 com.walker.push.PushManager
-
返回已注册的推送对象集合。
- getPushList(NotificationChannel) - 类中的方法 com.walker.push.AbstractPushManager
- getPushList(NotificationChannel) - 接口中的方法 com.walker.push.PushManager
-
根据通道类型,返回该类型下推送对象(集合),可能会存在多个。
- getPushObject(String) - 类中的方法 com.walker.push.AbstractPushManager
- getPushObject(String) - 接口中的方法 com.walker.push.PushManager
-
根据索引值,获取推送者对象。
- getPushStatusListener() - 类中的方法 com.walker.push.AbstractPushObject
- getPushStatusListener() - 接口中的方法 com.walker.push.Pushable
-
返回异步推送的监听器对象,如果同步则为空。
- getQualifiedMethodName(Method) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Return the qualified name of the given method, consisting of fully qualified interface/class name + "." + method name.
- getQualifiedName(Class<?>) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Return the qualified name of the given class: usually simply the class name, but component type class name + "[]" for arrays.
- getQueryMap() - 类中的方法 com.walker.common.QueryVo
-
获取sql查询用的参数Map("key","value")
- getQueueSize() - 接口中的方法 com.walker.async.Consumer
-
获得给定名字队列中,元素总数
- getQvSortName() - 类中的方法 com.walker.common.QueryVo
- getQvSortOrder() - 类中的方法 com.walker.common.QueryVo
- getRandomNum(int) - 类中的静态方法 com.walker.infrastructure.utils.ByteTools
-
生成指定长度的随机数字符串
- getReceiverList() - 类中的方法 com.walker.push.Notification
-
返回推送对象集合,一般是用户标识,由推送实现自己确定。
- getRequestMethod() - 接口中的方法 com.walker.api.client.RequestData
-
已过时。返回本次远程调用的方法名称(或局部URL),如:/request.do?
- getResultData() - 接口中的方法 com.walker.api.client.ResponseData
-
已过时。获得最终使用的业务对象,就是json中data的属性。
- getResultData() - 类中的方法 com.walker.api.client.TextResponse
-
已过时。
- getRetryTimes() - 类中的方法 com.walker.queue.MqBaseMessage
-
重试次数。
- getRootCause() - exception class中的方法 com.walker.infrastructure.core.NestedCheckedException
- getRootCause() - exception class中的方法 com.walker.infrastructure.core.NestedRuntimeException
- getRows() - 类中的方法 com.walker.db.TableInfo
-
表中记录数
- getSaveFileFolder() - 类中的方法 com.walker.di.AbstractDataImportor
- getSaveSizeOnce() - 类中的方法 com.walker.di.AbstractDataImportor
- getSendTime() - 类中的方法 com.walker.queue.MqBaseMessage
-
发送时间,格式:20230919155102
- getSequenceNumber() - 类中的静态方法 com.walker.infrastructure.utils.NumberGenerator
-
得到顺序数,此方法根据系统当前时间生成毫秒数。
- getSerializeQuery() - 类中的方法 com.walker.common.QueryVo
- getSerialVersionUID() - 类中的静态方法 com.walker.common.QueryVo
- getSfzsgd() - 类中的方法 com.walker.common.QueryVo
- getShortName(Class<?>) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Get the class name without the qualified package name.
- getShortName(String) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Get the class name without the qualified package name.
- getShortNameAsProperty(Class<?>) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Return the short string name of a Java class in uncapitalized JavaBeans property format.
- getShowDateAfterDays(int) - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
返回指定天数之后的日期时间,如:2018-03-29
- getShowDateTimeAfterDays(int) - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
返回指定天数之后的日期时间,如:2018-03-29 13:57:01
- getSleepMillSeconds() - 类中的方法 com.walker.di.AbstractDataImportor
-
返回批量导入时,每次保存数据,线程休息毫秒时间,如果0表示不休眠。
- getSolvedContent(String, String) - 类中的方法 com.walker.infrastructure.utils.SegmentReader
-
返回关键词对应的处理结果,
- getSolvedList(String, String) - 类中的方法 com.walker.infrastructure.utils.SegmentReader
-
根据关键词,返回该关键词包含的分析结果列表。
- getSource() - 类中的方法 com.walker.infrastructure.tree.TreeNode
- getSource() - 类中的方法 com.walker.infrastructure.tree.TreeNodeString
- getSource() - 类中的方法 com.walker.queue.MqBaseMessage
-
发送消息来源,用于排查问题
- getSourcePath() - 类中的方法 com.walker.infrastructure.utils.JarDeployer
-
返回原始目标路径,即:要读取JAR文件的路径
- getStartTime() - 类中的方法 com.walker.infrastructure.time.TimeRange
- getStaticMethod(Class<?>, String, Class<?>...) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Return a public static method of a class.
- getStatus() - 接口中的方法 com.walker.api.client.ResponseData
-
已过时。返回调用结果状态,成功为
true - getStatus() - 类中的方法 com.walker.api.client.TextResponse
-
已过时。
- getStatus() - 类中的方法 com.walker.db.TableInfo
- getStringValue() - 类中的方法 com.walker.infrastructure.arguments.support.DefaultVariable
- getStringValue() - 接口中的方法 com.walker.infrastructure.arguments.Variable
- getSuccessSize() - 类中的方法 com.walker.di.AbstractDataImportor
- getSuccessSize() - 接口中的方法 com.walker.di.DataImportor
-
返回已经成功导入数量。
- getSummary() - 类中的方法 com.walker.db.TableInfo
- getSuperClassGenericType(Class) - 类中的静态方法 com.walker.infrastructure.utils.GenericTypeUtils
-
返回给定对象的泛型类型,默认返回第一个泛型(可能存在多个)。
- getSuperClassGenericType(Class, int) - 类中的静态方法 com.walker.infrastructure.utils.GenericTypeUtils
- getTableSpace() - 类中的方法 com.walker.db.TableInfo
- getTaskList() - 类中的方法 com.walker.infrastructure.scheduler.SimpleScheduledTaskProvider
- getTaskList() - 接口中的方法 com.walker.infrastructure.scheduler.TimedTaskProvider
- getTemplateId() - 类中的方法 com.walker.push.SmsMessage
- getTemplateParam() - 类中的方法 com.walker.push.SmsMessage
- getText() - 类中的方法 com.walker.push.PushResult
-
返回失败内容描述
- getTextValue(Element) - 类中的静态方法 com.walker.infrastructure.utils.DomUtils
-
Extract the text value from the given DOM element, ignoring XML comments.
- getThumbNailsName(String) - 类中的静态方法 com.walker.infrastructure.utils.FileUtils
-
给定文件相对路径,返回缩略图路径,如:2014/3/aaa_123456_s.jpg
- getThumbNailsName(String, String) - 类中的静态方法 com.walker.infrastructure.utils.FileUtils
-
已过时。
- getTimeOfDate(long) - 类中的静态方法 com.walker.infrastructure.utils.LongDateHelper
-
名称:getTimeOfDate 功能:得到指定日期的毫秒数 输入参数: long:longDate:指定的日期 返回值: long:毫秒数 编写人:李彬 编写时间:2003年08月21日
- getTimeStringByLongTime(long) - 类中的静态方法 com.walker.infrastructure.utils.LongCalendar
-
类名称:由长整型时间变为字符 类描述:通过长整数变为时间格式,输入参数为6位的时间 编 写 人:左靖宇 编写日期:2003年3月6日
- getTimeStringByLongTime(long, boolean) - 类中的静态方法 com.walker.infrastructure.utils.LongCalendar
- getTimeType() - 类中的方法 com.walker.push.Notification
-
返回推送时间类型,参见:TimeType
- getTitle() - 类中的方法 com.walker.push.Notification
-
推送标题
- getTodayForHuman() - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
返回当天日期,如:2013-11-21
- getTodayLongEarly() - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
返回当天最早的毫秒数,即:当天00:00:00的毫秒值
- getTodayLongLate() - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
返回当天最晚的毫秒数,即:当天23:59:59的毫秒值
- getToggleColumnValue() - 类中的方法 com.walker.common.QueryVo
- getTopic() - 类中的方法 com.walker.queue.MqBaseMessage
-
返回消息主题,由发送方提供。
- getTotalRows() - 类中的方法 com.walker.db.page.AbstractPager
- getTotalRows() - 接口中的方法 com.walker.db.page.Pager
-
返回总记录数
- getTotalRows() - 类中的方法 com.walker.db.page.PagerView
- getTransDate(long, int, int) - 类中的方法 com.walker.infrastructure.utils.LongDateHelper
- getTreeRoot() - 类中的方法 com.walker.infrastructure.tree.AbstractTreeGenerator
- getTreeRoot() - 类中的方法 com.walker.infrastructure.tree.AbstractTreeStringGenerator
- getTreeRootList() - 类中的方法 com.walker.infrastructure.tree.AbstractTreeGenerator
- getTreeRootList() - 类中的方法 com.walker.infrastructure.tree.AbstractTreeStringGenerator
- getType() - 类中的方法 com.walker.infrastructure.arguments.support.DefaultVariable
- getType() - 接口中的方法 com.walker.infrastructure.arguments.Variable
- getType(int) - enum class中的静态方法 com.walker.db.DatabaseType
- getType(int) - enum class中的静态方法 com.walker.di.UpdateType
- getType(int) - enum class中的静态方法 com.walker.push.TimeType
- getType(String) - enum class中的静态方法 com.walker.infrastructure.arguments.VariableType
- getType(String) - enum class中的静态方法 com.walker.push.NotificationChannel
- getTypeIndex() - enum class中的方法 com.walker.db.DatabaseType
-
返回数据库类型的索引值,系统定义了常用数据库的索引值。
- getTypeName() - enum class中的方法 com.walker.infrastructure.arguments.VariableType
- getUnequalItem() - 类中的方法 com.walker.common.QueryVo
- getUpdateColumnNames() - 类中的方法 com.walker.di.UpdateResult
-
获得需要更新记录的字段名集合,如: set phone=?
- getUpdateList() - 类中的方法 com.walker.di.UpdateResult
-
返回 更新数据集合。
- getUpdateType() - 类中的方法 com.walker.di.AbstractDataImportor
-
判断数据更新类型,在需要检查数据是否存在时使用。
- getUserClass(Class<?>) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Return the user-defined class for the given class: usually simply the given class, but the original class in case of a CGLIB-generated subclass.
- getUserClass(Object) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Return the user-defined class for the given instance: usually simply the class of the given instance, but the original class in case of a CGLIB-generated subclass.
- getUserMobile(String) - 类中的方法 com.walker.push.support.AbstractSmsPush
-
获取用户手机号
- getValue() - 接口中的方法 com.walker.db.Sorts.Sort
-
获得排序顺序关键词,如:asc/desc
- getValue() - 类中的方法 com.walker.infrastructure.utils.KeyValue
- getVariable(String) - 类中的方法 com.walker.infrastructure.arguments.AbstractArgumentsManager
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 以下为系统提供的标准API ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- getVariable(String) - 接口中的方法 com.walker.infrastructure.arguments.ArgumentsManager
-
根据可变参数ID,返回该参数对象
- getVariableList(String) - 类中的方法 com.walker.infrastructure.arguments.AbstractArgumentsManager
- getVariableList(String) - 接口中的方法 com.walker.infrastructure.arguments.ArgumentsManager
-
返回某个分组下所有可变参数集合,如果不存在返回
null - getWebappLibInstance(String) - 类中的静态方法 com.walker.infrastructure.utils.JarDeployer
-
创建web项目发布者实现对象,从lib目录中找jar包,并解压到webroot中
- getWebLibPath() - 类中的静态方法 com.walker.infrastructure.utils.JarDeployer
-
返回WEB应用程序的lib目录的绝对路径
- getWhereColumnNames() - 类中的方法 com.walker.di.UpdateResult
-
获得要更新记录的条件字段名称集合,如: where card = ?
- getYear() - 类中的方法 com.walker.infrastructure.utils.DateObject
- getYearDate() - 类中的方法 com.walker.infrastructure.utils.DateObject
-
返回年月,如:201605
- getYearMonthCurrentValue() - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
返回当前年月字符串,如:201607
- getYearMonthDayArray(int) - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
返回当前年月日,可以增减天数
- getYearMonthValue(String) - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
输入日期(或时间)字符串,返回年月字符串。
- getZipFromHomephone(String) - 类中的静态方法 com.walker.infrastructure.utils.PhoneNumberUtils
-
获取固定号码号码中的区号
- Group - com.walker.infrastructure.arguments中的接口
-
可变参数,分组定义,可以分类管理这些配置参数。
H
- handleInvocationTargetException(InvocationTargetException) - 类中的静态方法 com.walker.infrastructure.utils.ReflectionUtils
-
Handle the given invocation target exception.
- handleReflectionException(Exception) - 类中的静态方法 com.walker.infrastructure.utils.ReflectionUtils
-
Handle the given reflection exception.
- hasAtLeastOneMethodWithName(Class<?>, String) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Does the given class or one of its superclasses at least have one or more methods with the supplied name (with any argument types)?
- hasConstructor(Class<?>, Class<?>...) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Determine whether the given class has a public constructor with the given signature.
- hashCode() - 类中的方法 com.walker.infrastructure.arguments.support.DefaultGroup
- hashCode() - 类中的方法 com.walker.infrastructure.arguments.support.DefaultVariable
- hashCode() - 类中的方法 com.walker.infrastructure.tree.TreeNode
- hashCode() - 类中的方法 com.walker.infrastructure.tree.TreeNodeString
- hashCode() - 类中的方法 com.walker.infrastructure.utils.KeyValue
- hashCode() - 类中的方法 com.walker.push.AbstractPushObject
- hashCode(boolean) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Return the same value as
.Boolean.hashCode() - hashCode(double) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Return the same value as
.Double.hashCode() - hashCode(float) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Return the same value as
.Float.hashCode() - hashCode(long) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Return the same value as
.Long.hashCode() - hasLength(CharSequence) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Check that the given CharSequence is neither
nullnor of length 0. - hasLength(String) - 类中的静态方法 com.walker.infrastructure.utils.Assert
-
Assert that the given String is not empty; that is, it must not be
nulland not the empty String. - hasLength(String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Check that the given String is neither
nullnor of length 0. - hasLength(String, String) - 类中的静态方法 com.walker.infrastructure.utils.Assert
-
Assert that the given String is not empty; that is, it must not be
nulland not the empty String. - hasMethod(Class<?>, String, Class<?>...) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Determine whether the given class has a method with the given signature.
- hasNextPage() - 类中的方法 com.walker.db.page.AbstractPager
- hasNextPage() - 接口中的方法 com.walker.db.page.Pager
-
是否还有下一页,如果有返回
true - hasPreviousPage() - 类中的方法 com.walker.db.page.AbstractPager
- hasPreviousPage() - 接口中的方法 com.walker.db.page.Pager
-
是否还有上一页,如果有返回
true - hasText(CharSequence) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Check whether the given CharSequence has actual text.
- hasText(String) - 类中的静态方法 com.walker.infrastructure.utils.Assert
-
Assert that the given String has valid text content; that is, it must not be
nulland must contain at least one non-whitespace character. - hasText(String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Check whether the given String has actual text.
- hasText(String, String) - 类中的静态方法 com.walker.infrastructure.utils.Assert
-
Assert that the given String has valid text content; that is, it must not be
nulland must contain at least one non-whitespace character. - hasUniqueObject(Collection) - 类中的静态方法 com.walker.infrastructure.utils.CollectionUtils
-
Determine whether the given Collection only contains a single unique object.
- hBytesToInt(byte[]) - 类中的静态方法 com.walker.infrastructure.utils.ByteTools
-
将高字节数组转换为int
- hexDigits - 类中的静态变量 com.walker.infrastructure.utils.MD5
- hexStr2byteArr(String) - 类中的静态方法 com.walker.infrastructure.utils.ByteTools
-
16进制字符串转换为byte []
I
- identityToString(Object) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Return a String representation of an object's overall identity.
- ignorableWhitespace(char[], int, int) - 类中的方法 com.walker.infrastructure.core.domx.DomContentHandler
- Ignore - enum class 中的枚举常量 com.walker.di.UpdateType
- IMAGE_JPG - 类中的静态变量 com.walker.infrastructure.utils.ImageUtils
- ImageUtils - com.walker.infrastructure.utils中的类
- ImageUtils() - 类的构造器 com.walker.infrastructure.utils.ImageUtils
- IMPORT_ERROR_FILE_TEMPLATE - 类中的静态变量 com.walker.di.Constants
-
导入错误文件模板,所有错误文件都需要拷贝模板而来,保证格式统一。
- IMPORT_ERROR_SUFFIX_CSV - 类中的静态变量 com.walker.di.Constants
-
生成每个业务导入错误文件后缀。
- IMPORT_ERROR_SUFFIX_XLSX - 类中的静态变量 com.walker.di.Constants
- increaseImportSize(long) - 类中的方法 com.walker.di.AbstractDataImportor
-
增加导入数量,表示已经成功导入数据量。
- INDEX_DELAYED - enum class中的静态变量 com.walker.push.TimeType
- INDEX_IGNORE - enum class中的静态变量 com.walker.di.UpdateType
- INDEX_MAIL - enum class中的静态变量 com.walker.push.NotificationChannel
- INDEX_NONE - enum class中的静态变量 com.walker.push.TimeType
- INDEX_OVERRIDE - enum class中的静态变量 com.walker.di.UpdateType
- INDEX_SMS - enum class中的静态变量 com.walker.push.NotificationChannel
- INDEX_SYSTEM - enum class中的静态变量 com.walker.push.NotificationChannel
- INDEX_TCP - enum class中的静态变量 com.walker.push.NotificationChannel
- INDEX_THIRD_PARTY - enum class中的静态变量 com.walker.push.NotificationChannel
- INDEX_WEB_SOCKET - enum class中的静态变量 com.walker.push.NotificationChannel
- INDEX_WX - enum class中的静态变量 com.walker.push.NotificationChannel
- initIncludeItem(String, Object) - 类中的方法 com.walker.common.QueryVo
- InputStreamDataImportor - com.walker.di.support中的类
- InputStreamDataImportor() - 类的构造器 com.walker.di.support.InputStreamDataImportor
- insert(List<Object[]>) - 类中的方法 com.walker.infrastructure.arguments.AbstractArgumentsManager
- insert(List<Object[]>) - 接口中的方法 com.walker.infrastructure.arguments.ArgumentsManager
-
加入新的参数集合,集合中是数组对象,Object[]{group, variable} 如果已经存在该参数,则不再创建。
- insertVariables(List<Object[]>) - 类中的方法 com.walker.infrastructure.arguments.AbstractArgumentsManager
-
加入新的参数集合,集合中是数组对象,Object[]{group, variable} 如果已经存在该参数,则不再创建。
- insertVariables(List<Object[]>) - 类中的方法 com.walker.infrastructure.arguments.support.XmlArgumentsManager
- int2bytes(int) - 类中的静态方法 com.walker.infrastructure.utils.ByteTools
-
int 转换为 byte 数组
- int2bytes2(int) - 类中的静态方法 com.walker.infrastructure.utils.ByteTools
- Integer - enum class 中的枚举常量 com.walker.infrastructure.arguments.VariableType
- InvokeException - com.walker.api中的Exception Class
- InvokeException() - exception class的构造器 com.walker.api.InvokeException
- InvokeException(String) - exception class的构造器 com.walker.api.InvokeException
- InvokeException(String, Throwable) - exception class的构造器 com.walker.api.InvokeException
- invokeJdbcMethod(Method, Object) - 类中的静态方法 com.walker.infrastructure.utils.ReflectionUtils
-
Invoke the specified JDBC API
Methodagainst the supplied target object with no arguments. - invokeJdbcMethod(Method, Object, Object...) - 类中的静态方法 com.walker.infrastructure.utils.ReflectionUtils
-
Invoke the specified JDBC API
Methodagainst the supplied target object with the supplied arguments. - invokeMethod(Method, Object) - 类中的静态方法 com.walker.infrastructure.utils.ReflectionUtils
-
Invoke the specified
Methodagainst the supplied target object with no arguments. - invokeMethod(Method, Object, Object...) - 类中的静态方法 com.walker.infrastructure.utils.ReflectionUtils
-
Invoke the specified
Methodagainst the supplied target object with the supplied arguments. - invokePush(Pushable, Notification) - 类中的方法 com.walker.push.AbstractPushManager
- ip2bytes(String) - 类中的静态方法 com.walker.infrastructure.utils.ByteTools
- IS_ASC - 类中的静态变量 com.walker.db.page.PageSearch
-
排序的方向 "desc" 或者 "asc".
- isArray(Object) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Determine whether the given object is an array: either an Object array or a primitive array.
- isAsc() - 接口中的方法 com.walker.db.Sorts.Sort
- isAssignable(Class<?>, Class<?>) - 类中的静态方法 com.walker.infrastructure.utils.Assert
-
Assert that
superType.isAssignableFrom(subType)istrue. - isAssignable(Class<?>, Class<?>) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Check if the right-hand side type may be assigned to the left-hand side type, assuming setting by reflection.
- isAssignable(Class<?>, Class<?>, String) - 类中的静态方法 com.walker.infrastructure.utils.Assert
-
Assert that
superType.isAssignableFrom(subType)istrue. - isAssignableValue(Class<?>, Object) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Determine if the given type is assignable from the given value, assuming setting by reflection.
- isBatchSupport() - 类中的方法 com.walker.di.AbstractDataImportor
- isBatchSupport() - 接口中的方法 com.walker.di.DataImportor
-
是否支持批量导入,对于大数据量导入会提高效率。
- isBrokenContinue() - 类中的方法 com.walker.di.AbstractDataImportor
- isBrokenContinue() - 接口中的方法 com.walker.di.DataImportor
-
是否支持断点续传(导入),如果支持,引擎会记录导入位置,并在下次重新导入时,从该位置开始。
- isCacheSafe(Class<?>, ClassLoader) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Check whether the given class is cache-safe in the given context, i.e. whether it is loaded by the given ClassLoader or a parent of it.
- isCellPhoneNumber(String) - 类中的静态方法 com.walker.infrastructure.utils.PhoneNumberUtils
-
判断是否为手机号码
- isCheckedException(Throwable) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Return whether the given throwable is a checked exception: that is, neither a RuntimeException nor an Error.
- isCompatibleWithThrowsClause(Throwable, Class<?>[]) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Check whether the given exception is compatible with the exceptions declared in a throws clause.
- isContainValue(String[], String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
查找给定的数组中是否包含指定的内容
- isContentIncludeKey() - 类中的方法 com.walker.infrastructure.utils.SegmentReader
- isEmpty() - 类中的方法 com.walker.db.page.AbstractPager
- isEmpty() - 接口中的方法 com.walker.db.page.Pager
- isEmpty(Object[]) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Determine whether the given array is empty: i.e.
- isEmpty(String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
- isEmpty(Collection<?>) - 类中的静态方法 com.walker.infrastructure.utils.CollectionUtils
-
Return
trueif the supplied Collection isnullor empty. - isEmpty(Map<?, ?>) - 类中的静态方法 com.walker.infrastructure.utils.CollectionUtils
-
Return
trueif the supplied Map isnullor empty. - isEmptyList(List<?>) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
判断一个集合是否存在
- isEmptyObject(JsonNode) - 类中的静态方法 com.walker.infrastructure.utils.JsonUtils
-
判断
JsonNode是否空对象,因为存在 'null' 字符串的情况。 - isEqualsMethod(Method) - 类中的静态方法 com.walker.infrastructure.utils.ReflectionUtils
-
Determine whether the given method is an "equals" method.
- isExist(String) - 类中的静态方法 com.walker.infrastructure.utils.FileUtils
-
文件夹或文件是否存在。
- isFixedPhoneNumber(String) - 类中的静态方法 com.walker.infrastructure.utils.PhoneNumberUtils
-
判断给定号码是否为固定号码
- isHashCodeMethod(Method) - 类中的静态方法 com.walker.infrastructure.utils.ReflectionUtils
-
Determine whether the given method is a "hashCode" method.
- isHttpLink(String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
判断给定的一个地址,是否以 http 或 https 开头。
- isIdentifier(String) - 类中的静态方法 com.walker.infrastructure.utils.ByteTools
- isInstanceOf(Class<?>, Object) - 类中的静态方法 com.walker.infrastructure.utils.Assert
-
Assert that the provided object is an instance of the provided class.
- isInstanceOf(Class<?>, Object, String) - 类中的静态方法 com.walker.infrastructure.utils.Assert
-
Assert that the provided object is an instance of the provided class.
- isIPv4(String) - 类中的静态方法 com.walker.infrastructure.utils.ByteTools
-
判断字符串是否是IPv4地址
- isKeyCaseSensitive() - 类中的方法 com.walker.infrastructure.utils.SegmentReader
- isLeapYear(int) - 类中的静态方法 com.walker.infrastructure.utils.LongCalendar
- isMessageParallel() - 类中的方法 com.walker.push.AbstractPushManager
- isMessageParallel() - 接口中的方法 com.walker.push.PushManager
-
对于普通消息推送,存在多通道时,是否支持并行(全部推送),
如果为否,则表示:只要一个通道完成即可。 - isNormalChar(String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
判断是否正常的字符A~Z
- isNotEmpty(String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
- isNull(Object) - 类中的静态方法 com.walker.infrastructure.utils.Assert
-
Assert that an object is
null. - isNull(Object, String) - 类中的静态方法 com.walker.infrastructure.utils.Assert
-
Assert that an object is
null. - isNumeric(String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
- isNumericSpace(String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
- isPresent(String) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
已过时。as of Spring 2.5, in favor of
ClassUtils.isPresent(String, ClassLoader) - isPresent(String, ClassLoader) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Determine whether the
Classidentified by the supplied name is present and can be loaded. - isPrimitiveArray(Class<?>) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Check if the given class represents an array of primitives, i.e. boolean, byte, char, short, int, long, float, or double.
- isPrimitiveOrWrapper(Class<?>) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Check if the given class represents a primitive (i.e. boolean, byte, char, short, int, long, float, or double) or a primitive wrapper (i.e.
- isPrimitiveWrapper(Class<?>) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Check if the given class represents a primitive wrapper, i.e.
- isPrimitiveWrapperArray(Class<?>) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Check if the given class represents an array of primitive wrappers, i.e.
- isPublicStaticFinal(Field) - 类中的静态方法 com.walker.infrastructure.utils.ReflectionUtils
-
Determine whether the given field is a "public static final" constant.
- isShowError() - 类中的方法 com.walker.di.AbstractDataImportor
- isSingleton() - 类中的方法 com.walker.infrastructure.arguments.ArgumentsManagerFactoryBean
- isSuccess() - 类中的方法 com.walker.push.PushResult
- isSupported(Class<Object>) - 接口中的方法 com.walker.infrastructure.core.DomParser
-
是否支持给定的类型
- isSupported(Class<Object>) - 类中的方法 com.walker.infrastructure.core.domx.Dom4jParser
- isSupported(Class<Object>) - 类中的方法 com.walker.infrastructure.core.domx.JaxbDomParser
- isSupported(Class<Object>) - 类中的方法 com.walker.infrastructure.core.domx.Jdom2Parser
- isToStringMethod(Method) - 类中的静态方法 com.walker.infrastructure.utils.ReflectionUtils
-
Determine whether the given method is a "toString" method.
- isTrue(boolean) - 类中的静态方法 com.walker.infrastructure.utils.Assert
-
Assert a boolean expression, throwing
IllegalArgumentExceptionif the test result isfalse. - isTrue(boolean, String) - 类中的静态方法 com.walker.infrastructure.utils.Assert
-
Assert a boolean expression, throwing
IllegalArgumentExceptionif the test result isfalse. - isVisible(Class<?>, ClassLoader) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Check whether the given class is visible in the given ClassLoader.
- isWindows() - 类中的静态方法 com.walker.infrastructure.utils.FileUtils
J
- JarDeployer - com.walker.infrastructure.utils中的类
-
JAR自定义组件部署者
- javaObjectToObjectNode(Object) - 类中的静态方法 com.walker.infrastructure.utils.JsonUtils
-
把java对象转成Json格式的'ObjectNode'。
- JaxbDomParser - com.walker.infrastructure.core.domx中的类
- JaxbDomParser() - 类的构造器 com.walker.infrastructure.core.domx.JaxbDomParser
- Jdom2Parser - com.walker.infrastructure.core.domx中的类
- Jdom2Parser() - 类的构造器 com.walker.infrastructure.core.domx.Jdom2Parser
- jsonStringToList(String, Class<T>) - 类中的静态方法 com.walker.infrastructure.utils.JsonUtils
-
把JSON字符串转换成集合对象。
- jsonStringToObject(String, Class<T>) - 类中的静态方法 com.walker.infrastructure.utils.JsonUtils
- jsonStringToObjectNode(String) - 类中的静态方法 com.walker.infrastructure.utils.JsonUtils
- JsonTransfer - com.walker.api.client中的接口
-
转换成json字符串的接口定义。
- JsonUtils - com.walker.infrastructure.utils中的类
- JsonUtils() - 类的构造器 com.walker.infrastructure.utils.JsonUtils
K
- key - 类中的变量 com.walker.queue.MqBaseMessage
-
业务键,用于RocketMQ控制台查看消费情况
- KEY_ALGORITHM - 类中的静态变量 com.walker.infrastructure.utils.RSAUtil
-
加密算法RSA
- KEY_CODE - 接口中的静态变量 com.walker.api.client.ResponseData
-
已过时。
- KEY_DATA - 接口中的静态变量 com.walker.api.client.ResponseData
-
已过时。
- KEY_DATAS - 接口中的静态变量 com.walker.api.client.ResponseData
-
已过时。
- KEY_ENCRYPT - 接口中的静态变量 com.walker.api.client.ResponseData
-
已过时。
- KEY_MESSAGE - 接口中的静态变量 com.walker.api.client.ResponseData
-
已过时。
- KEY_PAGE - 类中的静态变量 com.walker.db.page.PageSearch
-
使用新前端的分页参数定义,电商。
- KEY_PAGE_LIMIT - 类中的静态变量 com.walker.db.page.PageSearch
- KEY_RESULT - 接口中的静态变量 com.walker.api.client.ResponseData
-
已过时。
- KEY_RESULT_LENGTH - 接口中的静态变量 com.walker.api.client.ResponseData
-
已过时。返回结果数据(datas)压缩之前的原始长度
- KEY_SINGLE_RESULT - 接口中的静态变量 com.walker.api.client.ResponseData
-
已过时。业务返回单个字符串结果,属性名称定义
- keyExcludedCharSet - 类中的静态变量 com.walker.infrastructure.utils.SegmentReader
- KeyValue<k,
v> - com.walker.infrastructure.utils中的类 -
描述:能显示key、value的对象定义
- KeyValue() - 类的构造器 com.walker.infrastructure.utils.KeyValue
- KeyValue(k, v) - 类的构造器 com.walker.infrastructure.utils.KeyValue
- KeyValueParse - com.walker.spider中的类
-
可以解析出key、value形式的数据解析器。
- KeyValueParse() - 类的构造器 com.walker.spider.KeyValueParse
L
- LEVEL_01_LOW - 类中的静态变量 com.walker.infrastructure.utils.PasswordUtils
- LEVEL_02_MEDIUM - 类中的静态变量 com.walker.infrastructure.utils.PasswordUtils
- LEVEL_03_HIGH - 类中的静态变量 com.walker.infrastructure.utils.PasswordUtils
- LEVEL_04_VERY_HIGH - 类中的静态变量 com.walker.infrastructure.utils.PasswordUtils
- LinkedItem<I,
P, C> - com.walker.common中的类 -
通用上下级关系对象
- LinkedItem() - 类的构造器 com.walker.common.LinkedItem
-
默认构造函数
- LinkedItem(I) - 类的构造器 com.walker.common.LinkedItem
-
根据当前节点构造对象
- LinkedItem(I, P) - 类的构造器 com.walker.common.LinkedItem
-
根据当前节点和父节点构造对象
- LinkedItem(I, P, List<C>) - 类的构造器 com.walker.common.LinkedItem
-
根据当前节点、父节点、子节点信息构造对象
- ListPageContext - com.walker.db.page中的类
-
可对集合数据分页的上下文对象定义
- ListPageContext() - 类的构造器 com.walker.db.page.ListPageContext
- load() - 类中的方法 com.walker.di.AbstractDataImportor
- load() - 接口中的方法 com.walker.di.DataImportor
-
加载并导入数据,业务调用该方法完成导入具体操作。
- load(Object) - 类中的方法 com.walker.infrastructure.arguments.AbstractArgumentsManager
-
加载具体的参数数据,并返回分组集合信息,分组中包含了可变参数数据。
- load(Object) - 类中的方法 com.walker.infrastructure.arguments.support.FileArgumentsManager
- loadFile(InputStream) - 类中的方法 com.walker.infrastructure.arguments.support.FileArgumentsManager
-
从文件系统加载配置文件
- loadFile(InputStream) - 类中的方法 com.walker.infrastructure.arguments.support.XmlArgumentsManager
- logger - 类中的变量 com.walker.di.AbstractDataImportor
- logger - 类中的变量 com.walker.di.AbstractErrorWriter
- logger - 类中的变量 com.walker.di.AbstractTemplateGenerator
- logger - 类中的变量 com.walker.infrastructure.arguments.AbstractArgumentsManager
- logger - exception class中的变量 com.walker.infrastructure.core.domx.XmlParseException
- logger - 类中的变量 com.walker.infrastructure.scheduler.AbstractTimedTask
- logger - 类中的变量 com.walker.infrastructure.tree.AbstractTreeGenerator
- logger - 类中的变量 com.walker.infrastructure.tree.AbstractTreeStringGenerator
- logger - 类中的静态变量 com.walker.infrastructure.utils.ImageUtils
- logger - 类中的变量 com.walker.push.AbstractPushManager
- logger - 类中的变量 com.walker.push.AbstractPushObject
- logger - 类中的变量 com.walker.queue.AbstractQueueManager
- logger - 类中的变量 com.walker.spider.KeyValueParse
- Long - enum class 中的枚举常量 com.walker.infrastructure.arguments.VariableType
- LongCalendar - com.walker.infrastructure.utils中的类
-
类名称:长整形日期类 类描述:组合Calender,封装Calender的数字接口和方法 编 写 人: 编写日期:2002年11月16日10时52分 修 改 人:祝捷 修改日期:2002年11月29日20时50分 修改内容:由于取得的月份是从00月到11月,所以在取得的当前月份再加一 才是实际的月份 修 改 人:祝捷 修改日期:2002年12月14日16时50分 修改内容:在函数getLongTime中把时间转换为24小时制,
- LongCalendar() - 类的构造器 com.walker.infrastructure.utils.LongCalendar
- longCalender(String, String) - 类中的静态方法 com.walker.infrastructure.utils.LongCalendar
- LongDateHelper - com.walker.infrastructure.utils中的类
-
类名称:LongDateHelper 类描述:long类型的日期的处理帮助类 功能表述:实现long类型的日期的几种辅助处理 1、得到给定日期的当月或者下一月的第一天。
- LongDateHelper() - 类的构造器 com.walker.infrastructure.utils.LongDateHelper
- LongToString(long) - 类中的静态方法 com.walker.infrastructure.utils.ByteTools
-
由long转化为IP形式的字符串
M
- Mail - enum class 中的枚举常量 com.walker.push.NotificationChannel
- main(String[]) - 类中的静态方法 com.walker.db.page.GenericPager
- main(String[]) - 类中的静态方法 com.walker.db.Sorts
- main(String[]) - 类中的静态方法 com.walker.infrastructure.arguments.support.XmlArgumentsManager
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- main(String[]) - 类中的静态方法 com.walker.infrastructure.core.domx.Dom4jParser
- main(String[]) - 类中的静态方法 com.walker.infrastructure.core.domx.JaxbDomParser
- main(String[]) - 类中的静态方法 com.walker.infrastructure.utils.Base64
- main(String[]) - 类中的静态方法 com.walker.infrastructure.utils.DateObject
- main(String[]) - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
- main(String[]) - 类中的静态方法 com.walker.infrastructure.utils.FileSystemUtils
- main(String[]) - 类中的静态方法 com.walker.infrastructure.utils.FileUtils
- main(String[]) - 类中的静态方法 com.walker.infrastructure.utils.JarDeployer
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ test code ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- main(String[]) - 类中的静态方法 com.walker.infrastructure.utils.LongCalendar
- main(String[]) - 类中的静态方法 com.walker.infrastructure.utils.LongDateHelper
- main(String[]) - 类中的静态方法 com.walker.infrastructure.utils.MD5
- main(String[]) - 类中的静态方法 com.walker.infrastructure.utils.NumberGenerator
- main(String[]) - 类中的静态方法 com.walker.infrastructure.utils.SegmentReader
- main(String[]) - 类中的静态方法 com.walker.location.DistanceUtils
- makeAccessible(Constructor<?>) - 类中的静态方法 com.walker.infrastructure.utils.ReflectionUtils
-
Make the given constructor accessible, explicitly setting it accessible if necessary.
- makeAccessible(Field) - 类中的静态方法 com.walker.infrastructure.utils.ReflectionUtils
-
Make the given field accessible, explicitly setting it accessible if necessary.
- makeAccessible(Method) - 类中的静态方法 com.walker.infrastructure.utils.ReflectionUtils
-
Make the given method accessible, explicitly setting it accessible if necessary.
- map(String, Object) - 类中的静态方法 com.walker.common.util.MapBuilder
-
生成Mapinvalid input: '<'String, Object>
- MapBuilder - com.walker.common.util中的类
-
Map生成工具。
- MapPager - com.walker.db.page中的类
-
带
Map类型的分页实现,业务数据为Map集合。 - MapPager(List<Map<String, Object>>, int, int, int) - 类的构造器 com.walker.db.page.MapPager
- mapT(String, T) - 类中的静态方法 com.walker.common.util.MapBuilder
-
生成Mapinvalid input: '<'String, T>
- mapToBean(Map<String, Object>, Class<?>) - 类中的静态方法 com.walker.common.util.ConvertUtil
-
把Map转化为JavaBean
- mapToObjectNode(Map<String, Object>) - 类中的静态方法 com.walker.infrastructure.utils.JsonUtils
- MapTransfer - com.walker.api.client中的接口
- maskMobile(String) - 类中的静态方法 com.walker.infrastructure.utils.PhoneNumberUtils
-
手机号脱敏处理
- matches(Field) - 接口中的方法 com.walker.infrastructure.utils.ReflectionUtils.FieldFilter
-
Determine whether the given field matches.
- matches(Method) - 接口中的方法 com.walker.infrastructure.utils.ReflectionUtils.MethodFilter
-
Determine whether the given method matches.
- matchesTypeName(Class<?>, String) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Check whether the given class matches the user-specified type name.
- MAX_BATCH_SIZE - 类中的静态变量 com.walker.di.AbstractDataImportor
- Max_Lat - 类中的变量 com.walker.location.GeoHashHelper
- Max_Lng - 类中的变量 com.walker.location.GeoHashHelper
- maxWorkerThread - 类中的变量 com.walker.queue.AbstractQueueManager
- MD5 - com.walker.infrastructure.utils中的类
-
功能:支付宝MD5签名处理核心文件,不需要修改 版本:3.3 修改日期:2012-08-17 说明: 以下代码只是为了方便商户测试而提供的样例代码,商户可以根据自己网站的需要,按照技术文档编写,并非一定要使用该代码。
- MD5() - 类的构造器 com.walker.infrastructure.utils.MD5
- MD5_NAME - 类中的静态变量 com.walker.infrastructure.utils.MD5
- mergeArrayIntoCollection(Object, Collection) - 类中的静态方法 com.walker.infrastructure.utils.CollectionUtils
-
Merge the given array into the given Collection.
- mergePropertiesIntoMap(Properties, Map) - 类中的静态方法 com.walker.infrastructure.utils.CollectionUtils
-
Merge the given Properties instance into the given Map, copying all properties (key-value pairs) over.
- mergeStringArrays(String[], String[]) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Merge the given String arrays into one, with overlapping array elements only included once.
- Min_Lat - 类中的变量 com.walker.location.GeoHashHelper
- Min_Lng - 类中的变量 com.walker.location.GeoHashHelper
- MoneyUtils - com.walker.infrastructure.utils中的类
- MoneyUtils() - 类的构造器 com.walker.infrastructure.utils.MoneyUtils
- MqBaseMessage - com.walker.queue中的类
-
消息实体,所有队列消息都需要继承此类。
- MqBaseMessage() - 类的构造器 com.walker.queue.MqBaseMessage
- MYSQL - enum class 中的枚举常量 com.walker.db.DatabaseType
N
- NAME_ASC - 类中的静态变量 com.walker.db.Sorts
- NAME_DAMENG - enum class中的静态变量 com.walker.db.DatabaseType
- NAME_DERBY - enum class中的静态变量 com.walker.db.DatabaseType
- NAME_DESC - 类中的静态变量 com.walker.db.Sorts
- NAME_HTTP - 类中的静态变量 com.walker.infrastructure.utils.StringUtils
- NAME_HTTPS - 类中的静态变量 com.walker.infrastructure.utils.StringUtils
- NAME_MAIL - enum class中的静态变量 com.walker.push.NotificationChannel
- NAME_MYSQL - enum class中的静态变量 com.walker.db.DatabaseType
- NAME_ORACLE - enum class中的静态变量 com.walker.db.DatabaseType
- NAME_POSTGRES - enum class中的静态变量 com.walker.db.DatabaseType
- NAME_POSTGRESQL - enum class中的静态变量 com.walker.db.DatabaseType
- NAME_SIGN_2 - 类中的静态变量 com.walker.infrastructure.utils.MD5
- NAME_SMS - enum class中的静态变量 com.walker.push.NotificationChannel
- NAME_SQLITE - enum class中的静态变量 com.walker.db.DatabaseType
- NAME_SQLSERVER - enum class中的静态变量 com.walker.db.DatabaseType
- NAME_SYSTEM - enum class中的静态变量 com.walker.push.NotificationChannel
- NAME_TCP - enum class中的静态变量 com.walker.push.NotificationChannel
- NAME_THIRD_PARTY - enum class中的静态变量 com.walker.push.NotificationChannel
- NAME_WEB_SOCKET - enum class中的静态变量 com.walker.push.NotificationChannel
- NAME_WX - enum class中的静态变量 com.walker.push.NotificationChannel
- NamedThreadLocal<T> - com.walker.infrastructure.core中的类
-
ThreadLocalsubclass that exposes a specified name asNamedThreadLocal.toString()result (allowing for introspection). - NamedThreadLocal(String) - 类的构造器 com.walker.infrastructure.core.NamedThreadLocal
-
Create a new NamedThreadLocal with the given name.
- NANO_SIZE - 类中的静态变量 com.walker.infrastructure.utils.NumberGenerator
- NestedCheckedException - com.walker.infrastructure.core中的Exception Class
- NestedCheckedException(String) - exception class的构造器 com.walker.infrastructure.core.NestedCheckedException
- NestedCheckedException(String, Throwable) - exception class的构造器 com.walker.infrastructure.core.NestedCheckedException
- NestedExceptionUtils - com.walker.infrastructure.core中的类
-
Helper class for implementing exception classes which are capable of holding nested exceptions.
- NestedExceptionUtils() - 类的构造器 com.walker.infrastructure.core.NestedExceptionUtils
- NestedRuntimeException - com.walker.infrastructure.core中的Exception Class
- NestedRuntimeException(String) - exception class的构造器 com.walker.infrastructure.core.NestedRuntimeException
- NestedRuntimeException(String, Throwable) - exception class的构造器 com.walker.infrastructure.core.NestedRuntimeException
- NetworkUtils - com.walker.infrastructure.utils中的类
- NetworkUtils() - 类的构造器 com.walker.infrastructure.utils.NetworkUtils
- nodeNameEquals(Node, String) - 类中的静态方法 com.walker.infrastructure.utils.DomUtils
-
Namespace-aware equals comparison.
- NON_BRIDGED_METHODS - 类中的静态变量 com.walker.infrastructure.utils.ReflectionUtils
-
Pre-built MethodFilter that matches all non-bridge methods.
- None - enum class 中的枚举常量 com.walker.push.TimeType
- noNullElements(Object[]) - 类中的静态方法 com.walker.infrastructure.utils.Assert
-
Assert that an array has no null elements.
- noNullElements(Object[], String) - 类中的静态方法 com.walker.infrastructure.utils.Assert
-
Assert that an array has no null elements.
- NORMAL_SET - 类中的静态变量 com.walker.infrastructure.utils.StringUtils
- notEmpty(Object[]) - 类中的静态方法 com.walker.infrastructure.utils.Assert
-
Assert that an array has elements; that is, it must not be
nulland must have at least one element. - notEmpty(Object[], String) - 类中的静态方法 com.walker.infrastructure.utils.Assert
-
Assert that an array has elements; that is, it must not be
nulland must have at least one element. - notEmpty(Collection<?>) - 类中的静态方法 com.walker.infrastructure.utils.Assert
-
Assert that a collection has elements; that is, it must not be
nulland must have at least one element. - notEmpty(Collection<?>, String) - 类中的静态方法 com.walker.infrastructure.utils.Assert
-
Assert that a collection has elements; that is, it must not be
nulland must have at least one element. - notEmpty(Map<?, ?>) - 类中的静态方法 com.walker.infrastructure.utils.Assert
-
Assert that a Map has entries; that is, it must not be
nulland must have at least one entry. - notEmpty(Map<?, ?>, String) - 类中的静态方法 com.walker.infrastructure.utils.Assert
-
Assert that a Map has entries; that is, it must not be
nulland must have at least one entry. - Notification - com.walker.push中的类
-
通知消息对象定义。
- Notification() - 类的构造器 com.walker.push.Notification
- NotificationChannel - com.walker.push中的Enum Class
-
推送通道定义。
- notNull(Object) - 类中的静态方法 com.walker.infrastructure.utils.Assert
-
Assert that an object is not
null. - notNull(Object, String) - 类中的静态方法 com.walker.infrastructure.utils.Assert
-
Assert that an object is not
null. - NULL_STRING - 类中的静态变量 com.walker.infrastructure.utils.StringUtils
- nullSafeClassName(Object) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Determine the class name for the given object.
- nullSafeEquals(Object, Object) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Determine if the given objects are equal, returning
trueif both arenullorfalseif only one isnull. - nullSafeHashCode(boolean[]) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(byte[]) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(char[]) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(double[]) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(float[]) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(int[]) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(long[]) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(short[]) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(Object) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Return as hash code for the given object; typically the value of
.Object.hashCode() - nullSafeHashCode(Object[]) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeToString(boolean[]) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(byte[]) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(char[]) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(double[]) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(float[]) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(int[]) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(long[]) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(short[]) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(Object) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Return a String representation of the specified Object.
- nullSafeToString(Object[]) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Return a String representation of the contents of the specified array.
- NUMBER_SET - 类中的静态变量 com.walker.infrastructure.utils.StringUtils
- NumberFormatUtils - com.walker.infrastructure.utils中的类
-
数值格式工具类。
- NumberFormatUtils() - 类的构造器 com.walker.infrastructure.utils.NumberFormatUtils
- NumberGenerator - com.walker.infrastructure.utils中的类
- NumberGenerator() - 类的构造器 com.walker.infrastructure.utils.NumberGenerator
- NumberUtils - com.walker.infrastructure.utils中的类
-
Miscellaneous utility methods for number conversion and parsing.
- NumberUtils() - 类的构造器 com.walker.infrastructure.utils.NumberUtils
O
- objectMapper - 类中的静态变量 com.walker.infrastructure.utils.JsonUtils
- ObjectStreamUtils - com.walker.infrastructure.utils中的类
- ObjectStreamUtils() - 类的构造器 com.walker.infrastructure.utils.ObjectStreamUtils
- objectToBytes(Object) - 类中的静态方法 com.walker.infrastructure.utils.JsonUtils
- objectToJsonString(Object) - 类中的静态方法 com.walker.infrastructure.utils.JsonUtils
-
把java对象转换为JSON字符串
- ObjectUtils - com.walker.infrastructure.utils中的类
-
Miscellaneous object utility methods.
- ObjectUtils() - 类的构造器 com.walker.infrastructure.utils.ObjectUtils
- OfficialAccount - enum class 中的枚举常量 com.walker.push.NotificationChannel
- onBatchLoad(Map<String, List<String>>, String[], int) - 接口中的方法 com.walker.di.BatchLoadListener
-
当批量加载时触发该方法。
- onException(Notification, String, NotificationChannel) - 接口中的方法 com.walker.push.PushStatusListener
-
当调用异常时
- onSuccess(Notification, Object, NotificationChannel) - 接口中的方法 com.walker.push.PushStatusListener
-
当调用成功时
- ORACLE - enum class 中的枚举常量 com.walker.db.DatabaseType
- ORDER_BY_COLUMN - 类中的静态变量 com.walker.db.page.PageSearch
-
已过时。
- OS_NAME - 类中的静态变量 com.walker.infrastructure.utils.FileUtils
- OS_WINDOWS_NAME - 类中的静态变量 com.walker.infrastructure.utils.FileUtils
- Override - enum class 中的枚举常量 com.walker.di.UpdateType
- overrideThreadContextClassLoader(ClassLoader) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Override the thread context ClassLoader with the environment's bean ClassLoader if necessary, i.e. if the bean ClassLoader is not equivalent to the thread context ClassLoader already.
P
- PAGE_NUM - 类中的静态变量 com.walker.db.page.PageSearch
-
已过时。
- PAGE_SIZE - 类中的静态变量 com.walker.db.page.PageSearch
-
已过时。
- Pager - com.walker.db.page中的接口
-
可分页的规范定义
- PagerView<T> - com.walker.db.page中的类
-
UI层使用的分页对象
- PagerView(Pager, String) - 类的构造器 com.walker.db.page.PagerView
- PagerView(String) - 类的构造器 com.walker.db.page.PagerView
- PageSearch - com.walker.db.page中的类
-
前端分页搜索条件对象使用。
- PageSearch() - 类的构造器 com.walker.db.page.PageSearch
- PageUtils - com.walker.db.page中的类
-
描述:分页工具,根据不同数据库生成不同sql分页语句
- PageUtils() - 类的构造器 com.walker.db.page.PageUtils
- PARAM_NAME_PAGE_INDEX - 类中的静态变量 com.walker.db.page.ListPageContext
-
当前页-参数名称
- PARAM_NAME_PAGE_SIZE - 类中的静态变量 com.walker.db.page.ListPageContext
-
每页显示条数-参数名称
- parse(Object, List<String>) - 类中的方法 com.walker.spider.KeyValueParse
- parse(Object, K) - 接口中的方法 com.walker.spider.TextParse
-
解析分析方法
- parseLocaleString(String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Parse the given
localeStringinto aLocale. - parseNumber(String, Class<T>) - 类中的静态方法 com.walker.infrastructure.utils.NumberUtils
-
Parse the given text into a number instance of the given target class, using the corresponding
decode/valueOfmethods. - parseNumber(String, Class<T>, NumberFormat) - 类中的静态方法 com.walker.infrastructure.utils.NumberUtils
-
Parse the given text into a number instance of the given target class, using the given NumberFormat.
- partition(List<T>, int) - 类中的静态方法 com.walker.common.util.ConvertUtil
-
将list 按 chunkSize 切片
- PasswordUtils - com.walker.infrastructure.utils中的类
- PasswordUtils() - 类的构造器 com.walker.infrastructure.utils.PasswordUtils
- pathEquals(String, String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Compare two paths after normalization of them.
- persist(String, Object) - 类中的方法 com.walker.infrastructure.arguments.AbstractArgumentsManager
- persist(String, Object) - 接口中的方法 com.walker.infrastructure.arguments.ArgumentsManager
-
持久化一个变量值,也就是更新一个现有的变量。
- persist(String, String, Object) - 类中的方法 com.walker.infrastructure.arguments.AbstractArgumentsManager
- persist(String, String, Object) - 接口中的方法 com.walker.infrastructure.arguments.ArgumentsManager
-
持久化一个变量值,也就是更新一个现有的变量。
- persist(List<Object[]>) - 类中的方法 com.walker.infrastructure.arguments.AbstractArgumentsManager
- persist(List<Object[]>) - 接口中的方法 com.walker.infrastructure.arguments.ArgumentsManager
-
持久化批量参数更新,集合中是数组对象,Object[]{groupId, variableId, value}
- persistent(Notification, List<String>, NotificationChannel) - 类中的方法 com.walker.push.AbstractPushManager
-
持久化保存推送数据(到数据库)
- persistentFailed(Notification, List<String>, NotificationChannel) - 类中的方法 com.walker.push.AbstractPushManager
-
持久化推送失败的记录
- PhoneNumberUtils - com.walker.infrastructure.utils中的类
- PhoneNumberUtils() - 类的构造器 com.walker.infrastructure.utils.PhoneNumberUtils
- popList(long, long) - 接口中的方法 com.walker.async.Consumer
-
从队列弹出指定数量消息,如果全部,end = -1
- POSTGRES - enum class 中的枚举常量 com.walker.db.DatabaseType
- postProcessAfterInitialization(Object, String) - 类中的方法 com.walker.async.AsyncBeanManager
- postProcessAfterInitialization(Object, String) - 类中的方法 com.walker.infrastructure.arguments.ArgumentsPostProcessor
- postProcessBeforeInitialization(Object, String) - 类中的方法 com.walker.async.AsyncBeanManager
- postProcessBeforeInitialization(Object, String) - 类中的方法 com.walker.infrastructure.arguments.ArgumentsPostProcessor
- privateKeyPath - 类中的静态变量 com.walker.infrastructure.utils.RSAUtil
- processingInstruction(String, String) - 类中的方法 com.walker.infrastructure.core.domx.DomContentHandler
- ProduceException - com.walker.async中的Exception Class
- ProduceException(String) - exception class的构造器 com.walker.async.ProduceException
- ProduceException(String, Throwable) - exception class的构造器 com.walker.async.ProduceException
- Producer - com.walker.async中的接口
-
生产者接口定义,对于想异步处理发送、接收数据的场景可以使用该方式。
- product(String, Object, Object) - 接口中的方法 com.walker.async.Producer
-
已过时。
- publicKeyPath - 类中的静态变量 com.walker.infrastructure.utils.RSAUtil
- push(Notification) - 类中的方法 com.walker.push.AbstractPushObject
- push(Notification) - 接口中的方法 com.walker.push.Pushable
-
推送方法。
- push(Notification, String) - 类中的方法 com.walker.push.AbstractPushManager
- push(Notification, String) - 接口中的方法 com.walker.push.PushManager
-
推送通知,当指定了推送者id时,优先使用。
- push(String, Object, Object) - 接口中的方法 com.walker.queue.QueueManager
-
把数据传送到队列中,以便于异步处理。
- push(String, String, Object) - 接口中的方法 com.walker.async.Producer
- push(String, List<String>, Object) - 接口中的方法 com.walker.async.Producer
-
批量向redis发送数据集合
- push(List<Notification>) - 类中的方法 com.walker.push.AbstractPushManager
- push(List<Notification>) - 接口中的方法 com.walker.push.PushManager
- Pushable<T> - com.walker.push中的接口
-
推送者定义。
- PushException - com.walker.push中的Exception Class
-
推送异常定义。
- PushException(String, String, Throwable) - exception class的构造器 com.walker.push.PushException
- PushManager - com.walker.push中的接口
-
推送管理器定义,负责推送处理,外部调用该对象。
- pushOnce(List<Pushable>, Notification) - 类中的方法 com.walker.push.AbstractPushManager
-
一次完整推送调用,默认同步实现,子类可以使用异步方式。
- pushOnce(List<Pushable>, Notification) - 类中的方法 com.walker.push.support.AsyncPushManager
- PushResult - com.walker.push中的类
-
推送结果定义,当推送完成时,会返回结果,包含:未成功推送等信息。
- PushResult() - 类的构造器 com.walker.push.PushResult
- pushSms(Notification) - 接口中的方法 com.walker.push.PushManager
-
推送短信接口单独定义,因为平台业务中需要重新实现,包装。
- PushStatusListener - com.walker.push中的接口
-
推送状态监听器定义,让调用方可以在接收到状态时处理业务。
- PushUtils - com.walker.push.util中的类
- PushUtils() - 类的构造器 com.walker.push.util.PushUtils
- put(String, boolean) - 类中的方法 com.walker.common.util.MapBuilder
-
增加键值对
- put(String, double) - 类中的方法 com.walker.common.util.MapBuilder
-
增加键值对
- put(String, float) - 类中的方法 com.walker.common.util.MapBuilder
-
增加键值对
- put(String, int) - 类中的方法 com.walker.common.util.MapBuilder
-
增加键值对
- put(String, long) - 类中的方法 com.walker.common.util.MapBuilder
-
增加键值对
- put(String, Object) - 类中的方法 com.walker.common.util.MapBuilder
-
增加键值对
- put(String, T, boolean) - 类中的方法 com.walker.common.util.MapBuilder
-
增加键值对
Q
- QueryVo - com.walker.common中的类
-
该类有两个用处,一是绑定页面查询条件,二是生成and形式的查询条件。
- QueryVo() - 类的构造器 com.walker.common.QueryVo
- QueueException - com.walker.queue中的Exception Class
- QueueException(String) - exception class的构造器 com.walker.queue.QueueException
- QueueException(String, Throwable) - exception class的构造器 com.walker.queue.QueueException
- QueueManager - com.walker.queue中的接口
-
队列管理器定义
- quote(String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Quote the given String with single quotes.
- quoteIfString(Object) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Turn the given Object into a String with single quotes if it is a String; keeping the Object as-is else.
R
- randomByte() - 类中的静态方法 com.walker.infrastructure.utils.ByteTools
-
生成一个唯一的16位的字符串——16进制byte
- read(String) - 类中的方法 com.walker.infrastructure.utils.SegmentReader
-
读取给定的语句,组件准备分析
- readObjectFromFile(String) - 类中的静态方法 com.walker.infrastructure.utils.ObjectStreamUtils
-
从文件读出对象,完成后把文件删除
- ReflectionUtils - com.walker.infrastructure.utils中的类
-
Simple utility class for working with the reflection API and handling reflection exceptions.
- ReflectionUtils() - 类的构造器 com.walker.infrastructure.utils.ReflectionUtils
- ReflectionUtils.FieldCallback - com.walker.infrastructure.utils中的接口
-
Callback interface invoked on each field in the hierarchy.
- ReflectionUtils.FieldFilter - com.walker.infrastructure.utils中的接口
-
Callback optionally used to filter fields to be operated on by a field callback.
- ReflectionUtils.MethodCallback - com.walker.infrastructure.utils中的接口
-
Action to take on each method.
- ReflectionUtils.MethodFilter - com.walker.infrastructure.utils中的接口
-
Callback optionally used to method fields to be operated on by a method callback.
- REGEX_FIXEDPHONE - 类中的静态变量 com.walker.infrastructure.utils.PhoneNumberUtils
- REGEX_MOBILE_MASK - 类中的静态变量 com.walker.infrastructure.utils.PhoneNumberUtils
- REGEX_MOBILE_REPLACE - 类中的静态变量 com.walker.infrastructure.utils.PhoneNumberUtils
- REGEX_MOBILEPHONE - 类中的静态变量 com.walker.infrastructure.utils.PhoneNumberUtils
- REGEX_ONLY_DIGIT - 类中的静态变量 com.walker.infrastructure.utils.PasswordUtils
- REGEX_ONLY_LOW_CASE - 类中的静态变量 com.walker.infrastructure.utils.PasswordUtils
- REGEX_ONLY_SPECIAL_CHAR - 类中的静态变量 com.walker.infrastructure.utils.PasswordUtils
- REGEX_ONLY_UPPER_CASE - 类中的静态变量 com.walker.infrastructure.utils.PasswordUtils
- REGEX_ZIPCODE - 类中的静态变量 com.walker.infrastructure.utils.PhoneNumberUtils
- register(Pushable) - 类中的方法 com.walker.push.AbstractPushManager
- register(Pushable) - 接口中的方法 com.walker.push.PushManager
- releaseSource(Object) - 类中的方法 com.walker.di.support.InputStreamDataImportor
-
释放加载的原始导入文件流。
- removeBefore(String, String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
删除字符串中分隔符之前的内容,包括分隔符
- removeDuplicateStrings(String[]) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Remove duplicate Strings from the given array.
- replace(String, String, String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Replace all occurences of a substring within a string with another string.
- RequestData - com.walker.api.client中的接口
-
已过时。
- resolveClassName(String, ClassLoader) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Resolve the given class name into a Class instance.
- resolvePrimitiveClassName(String) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Resolve the given class name as primitive class, if appropriate, according to the JVM's naming rules for primitive classes.
- resolvePrimitiveIfNecessary(Class<?>) - 类中的静态方法 com.walker.infrastructure.utils.ClassUtils
-
Resolve the given class if it is a primitive class, returning the corresponding primitive wrapper type instead.
- resourceInJar() - 接口中的方法 com.walker.infrastructure.core.io.ResourceLocate
-
返回资源文件是否在JAR包中,如果是为TRUE
- ResourceLocate - com.walker.infrastructure.core.io中的接口
- ResponseData<T> - com.walker.api.client中的接口
-
已过时。
- RESULT_MODE_CALLBACK - 类中的静态变量 com.walker.infrastructure.utils.SegmentReader
-
关键词分析后的结果处理模式: 通过回调接口来处理
- RESULT_MODE_REMOVE - 类中的静态变量 com.walker.infrastructure.utils.SegmentReader
-
关键词分析后的结果处理模式: 删除
- RESULT_MODE_REPLACE - 类中的静态变量 com.walker.infrastructure.utils.SegmentReader
-
关键词分析后的结果处理模式: 替换内容
- RESULT_MODE_STORE - 类中的静态变量 com.walker.infrastructure.utils.SegmentReader
-
关键词分析后的结果处理模式: 存储
- rethrowException(Throwable) - 类中的静态方法 com.walker.infrastructure.utils.ReflectionUtils
-
Rethrow the given
exception, which is presumably the target exception of anInvocationTargetException. - rethrowRuntimeException(Throwable) - 类中的静态方法 com.walker.infrastructure.utils.ReflectionUtils
-
Rethrow the given
exception, which is presumably the target exception of anInvocationTargetException. - retryTimes - 类中的变量 com.walker.queue.MqBaseMessage
-
重试次数,用于判断重试次数,超过重试次数发送异常警告
- RETURN_AND_NEWLINE - 类中的静态变量 com.walker.infrastructure.utils.StringUtils
- RSAUtil - com.walker.infrastructure.utils中的类
- RSAUtil() - 类的构造器 com.walker.infrastructure.utils.RSAUtil
- run() - 类中的方法 com.walker.infrastructure.scheduler.AbstractTimedTask
S
- saveBrokenInfo(long) - 类中的方法 com.walker.di.AbstractDataImportor
-
保存断点信息,后续重新导入需要使用。
- saveImportData(List<Object[]>, List<String>) - 类中的方法 com.walker.di.AbstractDataImportor
-
保存导入的数据集合。
- saveVariable(String, String, Object) - 类中的方法 com.walker.infrastructure.arguments.AbstractArgumentsManager
-
由子类来实现具体的更新介质中的参数,如:数据库、配置文件等。
- saveVariable(String, String, Object) - 类中的方法 com.walker.infrastructure.arguments.support.XmlArgumentsManager
- saveVariables(List<Object[]>) - 类中的方法 com.walker.infrastructure.arguments.AbstractArgumentsManager
-
子类实现持久化更新参数信息到介质中,如:数据库、配置文件等。
- saveVariables(List<Object[]>) - 类中的方法 com.walker.infrastructure.arguments.support.XmlArgumentsManager
- scaleAccuracy2(double) - 类中的静态方法 com.walker.infrastructure.utils.NumberFormatUtils
-
给定数值保留2位小数。
- scaleImage4Jpg(String, double) - 类中的静态方法 com.walker.infrastructure.utils.ImageUtils
-
按指定的比例缩放图片
- scaleRoundToInt(double) - 类中的静态方法 com.walker.infrastructure.utils.NumberFormatUtils
-
把精度小数,按四舍五入方式,转成整数。
- scaleYuan2Accuracy(long) - 类中的静态方法 com.walker.infrastructure.utils.MoneyUtils
-
把金额(分)转成元,并强制保留2位小数。
- SEARCH_DATE_DAY - 类中的静态变量 com.walker.infrastructure.time.TimeConstants
-
搜索日期-今天
- SEARCH_DATE_LATELY_30 - 类中的静态变量 com.walker.infrastructure.time.TimeConstants
-
搜索日期-最近30天
- SEARCH_DATE_LATELY_7 - 类中的静态变量 com.walker.infrastructure.time.TimeConstants
-
搜索日期-最近7天
- SEARCH_DATE_MONTH - 类中的静态变量 com.walker.infrastructure.time.TimeConstants
-
搜索日期-本月
- SEARCH_DATE_PRE_MONTH - 类中的静态变量 com.walker.infrastructure.time.TimeConstants
-
搜索日期-上月
- SEARCH_DATE_PRE_WEEK - 类中的静态变量 com.walker.infrastructure.time.TimeConstants
-
搜索日期-上周
- SEARCH_DATE_PRE_YEAR - 类中的静态变量 com.walker.infrastructure.time.TimeConstants
-
搜索日期-上一年
- SEARCH_DATE_WEEK - 类中的静态变量 com.walker.infrastructure.time.TimeConstants
-
搜索日期-本周
- SEARCH_DATE_YEAR - 类中的静态变量 com.walker.infrastructure.time.TimeConstants
-
搜索日期-年
- SEARCH_DATE_YESTERDAY - 类中的静态变量 com.walker.infrastructure.time.TimeConstants
-
搜索日期-昨天
- secondsBetween(long, long) - 类中的静态方法 com.walker.infrastructure.utils.LongDateHelper
-
得到两个时间点之间相差的秒数
- SegmentReader - com.walker.infrastructure.utils中的类
-
语句分段读取器,它能根据关键词分段读出中间的内容。
- SegmentReader() - 类的构造器 com.walker.infrastructure.utils.SegmentReader
- SegmentReader.CallBack - com.walker.infrastructure.utils中的接口
-
分段语句处理回调函数,用户可以自定义实现系统分析后的结果
- sendTime - 类中的变量 com.walker.queue.MqBaseMessage
-
发送时间
- SEPARATOR_COLON - 类中的静态变量 com.walker.infrastructure.utils.StringUtils
- SEPARATOR_SEMI_COLON - 类中的静态变量 com.walker.infrastructure.utils.StringUtils
- ServerId - com.walker.infrastructure中的类
-
集群中主机服务ID编号,在集群中唯一。
- ServerId() - 类的构造器 com.walker.infrastructure.ServerId
- setArgumentManager(ArgumentsManager) - 接口中的方法 com.walker.infrastructure.arguments.ArgumentsManagerAware
-
获得'可变参数管理器',这样可以获得应用系统提供的配置参数。
- setArgumentsManager(ArgumentsManager) - 类中的方法 com.walker.infrastructure.arguments.ArgumentsPostProcessor
- setAsyncListener(PushStatusListener) - 类中的方法 com.walker.push.AbstractPushManager
- setAsyncListener(PushStatusListener) - 接口中的方法 com.walker.push.PushManager
-
设置异步推送者需要的监听器。
- setAvgRowLen(long) - 类中的方法 com.walker.db.TableInfo
- setBatchEnabled() - 类中的方法 com.walker.di.AbstractDataImportor
- setBatchEnabled() - 接口中的方法 com.walker.di.DataImportor
-
设置允许批量导入,使用默认参数。
- setBatchLoadListener(BatchLoadListener) - 类中的方法 com.walker.di.AbstractDataImportor
- setBatchSize(long) - 类中的方法 com.walker.di.AbstractDataImportor
- setBatchSize(long) - 接口中的方法 com.walker.di.DataImportor
-
设置批量导入的数量,默认不能超过:512
- setBatchSleepMills(long) - 类中的方法 com.walker.di.AbstractDataImportor
- setBatchSleepMills(long) - 接口中的方法 com.walker.di.DataImportor
-
设置批量导入时,每次保存间隔线程休眠时间,如果为0表示不休息。
- setBlocks(long) - 类中的方法 com.walker.db.TableInfo
- setBroadcast(boolean) - 类中的方法 com.walker.push.Notification
- setBrokenContinue(boolean) - 类中的方法 com.walker.di.AbstractDataImportor
- setBrokenContinue(boolean) - 接口中的方法 com.walker.di.DataImportor
-
设置是否支持断点续传(导入)
- setBrokenId(String) - 类中的方法 com.walker.di.AbstractDataImportor
- setBrokenId(String) - 接口中的方法 com.walker.di.DataImportor
-
设置断点续传的标识,用于告知引擎需要使用该功能。
- setChannelList(List<NotificationChannel>) - 类中的方法 com.walker.push.Notification
- setChildren(List<C>) - 类中的方法 com.walker.common.LinkedItem
- setChildren(List<Variable>) - 类中的方法 com.walker.infrastructure.arguments.support.DefaultGroup
- setChildren(List<TreeNode>) - 类中的方法 com.walker.infrastructure.tree.TreeNode
- setChildren(List<TreeNodeString>) - 类中的方法 com.walker.infrastructure.tree.TreeNodeString
- setClasspathFileName(String) - 类中的方法 com.walker.infrastructure.arguments.support.FileArgumentsManager
-
设置文件名称,使用
classpath下的文件名,即:文件必须维护类路径中。 - setCode(int) - 类中的方法 com.walker.push.PushResult
- setCode(String) - 类中的方法 com.walker.api.client.TextResponse
-
已过时。
- setCode(String) - 类中的方法 com.walker.infrastructure.tree.TreeNode
- setCode(String) - 类中的方法 com.walker.infrastructure.tree.TreeNodeString
- setConsumers(List<Consumer>) - 类中的方法 com.walker.queue.AbstractQueueManager
- setConsumers(List<Consumer>) - 接口中的方法 com.walker.queue.QueueManager
- setContent(String) - 类中的方法 com.walker.push.Notification
- setContentIncludeKey(boolean) - 类中的方法 com.walker.infrastructure.utils.SegmentReader
- setCreateTime(long) - 类中的方法 com.walker.push.Notification
- setCreator(String) - 类中的方法 com.walker.push.Notification
- setCurrentPageIndex(int) - 类中的静态方法 com.walker.db.page.ListPageContext
-
保存当前页信息到线程中
- setCurrentPageSize(int) - 类中的静态方法 com.walker.db.page.ListPageContext
-
保存分页条数到线程中
- setDatas(List<Map<String, Object>>) - 类中的方法 com.walker.db.page.MapPager
- setDatas(List<T>) - 类中的方法 com.walker.db.page.GenericPager
- setDay(long, long) - 类中的方法 com.walker.infrastructure.utils.LongDateHelper
- setDefalutSuffixItem(Map<String, Object>) - 类中的方法 com.walker.common.QueryVo
- setDefaultParentId(long) - 类中的方法 com.walker.infrastructure.tree.AbstractTreeGenerator
-
设置默认父节点值,如:代码表中父节点为特定值的(代码表)才是根节点。
- setDefaultParentId(String) - 类中的方法 com.walker.infrastructure.tree.AbstractTreeStringGenerator
-
设置默认父节点值,如:代码表中父节点为特定值的(代码表)才是根节点。
- setDefaultValue(Object) - 类中的方法 com.walker.infrastructure.arguments.support.DefaultVariable
- setDelay(long) - 类中的方法 com.walker.infrastructure.scheduler.AbstractTimedTask
- setDelay(long) - 接口中的方法 com.walker.infrastructure.scheduler.TimedTask
-
设置任务启动之前的延时时间,单位毫秒
- setDelayedTime(long) - 类中的方法 com.walker.push.Notification
- setDelimiter(String) - 类中的方法 com.walker.spider.KeyValueParse
- setDescription(String) - 类中的方法 com.walker.infrastructure.arguments.support.DefaultVariable
- setDocumentLocator(Locator) - 类中的方法 com.walker.infrastructure.core.domx.DomContentHandler
- setEndTime(Long) - 类中的方法 com.walker.infrastructure.time.TimeRange
- setEntityList(List<T>) - 类中的方法 com.walker.infrastructure.tree.AbstractTreeGenerator
-
设置数据实体集合,通过此方法可以组织树结构。
- setEntityList(List<T>) - 类中的方法 com.walker.infrastructure.tree.AbstractTreeStringGenerator
-
设置数据实体集合,通过此方法可以组织树结构。
- setEqualItem(Map<String, Object>) - 类中的方法 com.walker.common.QueryVo
- setFailedList(List<String>) - 类中的方法 com.walker.push.PushResult
- setField(Field, Object, Object) - 类中的静态方法 com.walker.infrastructure.utils.ReflectionUtils
-
Set the field represented by the supplied
field objecton the specifiedtarget objectto the specifiedvalue. - setField(String) - 接口中的方法 com.walker.db.Sorts.Sort
- setFieldNames(List<String>) - 类中的方法 com.walker.di.AbstractDataImportor
- setFieldNames(List<String>) - 接口中的方法 com.walker.di.DataImportor
-
设置导入数据列名字
- setFilename(String) - 类中的方法 com.walker.infrastructure.arguments.ArgumentsManagerFactoryBean
-
对于使用xml文件作为存储配置信息时,可以设置classpath下面的文件名, 应用配置参数会被持久到此文件中。
- setFileSystemFileName(String) - 类中的方法 com.walker.infrastructure.arguments.support.FileArgumentsManager
-
设置可变参数文件的绝对文件名,如:d:/files/config.xml
- setFrom(String) - 类中的方法 com.walker.push.Notification
- setGreaterItem(Map<String, Object>) - 类中的方法 com.walker.common.QueryVo
- setHeadRowNumber(int) - 类中的方法 com.walker.di.AbstractDataImportor
- setHeadRowNumber(int) - 接口中的方法 com.walker.di.DataImportor
-
设置导入数据中,表头有几行,支持多行表头。
- setId(int) - 类中的方法 com.walker.queue.AbstractQueueManager
- setId(long) - 类中的方法 com.walker.infrastructure.tree.TreeNode
- setId(String) - 类中的方法 com.walker.di.AbstractDataImportor
- setId(String) - 接口中的方法 com.walker.di.DataImportor
- setId(String) - 类中的方法 com.walker.infrastructure.arguments.support.DefaultGroup
- setId(String) - 类中的方法 com.walker.infrastructure.arguments.support.DefaultVariable
- setId(String) - 类中的静态方法 com.walker.infrastructure.ServerId
- setId(String) - 类中的方法 com.walker.infrastructure.tree.TreeNodeString
- setId(String) - 类中的方法 com.walker.push.AbstractPushObject
- setId(String) - 类中的方法 com.walker.push.Notification
- setIgnoreRows(int) - 类中的方法 com.walker.di.AbstractDataImportor
- setIgnoreRows(int) - 接口中的方法 com.walker.di.DataImportor
-
设置导入数据时,忽略的行数。
- setIncludeItem(Map<String, Object>) - 类中的方法 com.walker.common.QueryVo
- setInsertList(List<Map<String, Object>>) - 类中的方法 com.walker.di.UpdateResult
- setItem(I) - 类中的方法 com.walker.common.LinkedItem
- setJarName(String) - 类中的方法 com.walker.infrastructure.utils.JarDeployer
- setKey(String) - 类中的方法 com.walker.queue.MqBaseMessage
- setKey(k) - 类中的方法 com.walker.infrastructure.utils.KeyValue
- setKeyCaseSensitive(boolean) - 类中的方法 com.walker.infrastructure.utils.SegmentReader
- setLabel(String) - 类中的方法 com.walker.infrastructure.tree.TreeNode
- setLabel(String) - 类中的方法 com.walker.infrastructure.tree.TreeNodeString
- setLabelCount(List<Map<String, Object>>) - 类中的方法 com.walker.common.QueryVo
- setLastAnalyzed(String) - 类中的方法 com.walker.db.TableInfo
- setLessItem(Map<String, Object>) - 类中的方法 com.walker.common.QueryVo
- setLevel(int) - 类中的方法 com.walker.infrastructure.utils.KeyValue
- setLikeItem(Map<String, Object>) - 类中的方法 com.walker.common.QueryVo
- setLocation(String) - 接口中的方法 com.walker.infrastructure.core.io.ResourceLocate
-
设置配置资源文件的路径
- setMaxWorkerThread(int) - 类中的方法 com.walker.queue.AbstractQueueManager
-
设置工作线程最大数量,默认:8个
- setMessageChannelNames(List<String>) - 类中的方法 com.walker.push.AbstractPushManager
- setMessageParallel(boolean) - 类中的方法 com.walker.push.AbstractPushManager
- setMobileList(List<String>) - 类中的方法 com.walker.push.SmsMessage
- setMultiRoot(boolean) - 类中的方法 com.walker.infrastructure.tree.AbstractTreeGenerator
- setMultiRoot(boolean) - 类中的方法 com.walker.infrastructure.tree.AbstractTreeStringGenerator
- setName(String) - 类中的方法 com.walker.db.TableInfo
- setName(String) - 类中的方法 com.walker.infrastructure.arguments.support.DefaultGroup
- setName(String) - 类中的方法 com.walker.push.AbstractPushObject
- setName(String) - 类中的方法 com.walker.queue.AbstractQueueManager
- setNotincludeItem(Map<String, Object>) - 类中的方法 com.walker.common.QueryVo
- setOpenClasspath(boolean) - 类中的方法 com.walker.infrastructure.arguments.ArgumentsManagerFactoryBean
- setOptionId(String) - 类中的方法 com.walker.push.Notification
- setOptionType(String) - 类中的方法 com.walker.push.Notification
- setOrder(int) - 类中的方法 com.walker.infrastructure.arguments.support.DefaultGroup
- setOrderAsc(String) - 类中的方法 com.walker.db.page.PageSearch
-
已过时。
- setOrderByColumn(String) - 类中的方法 com.walker.db.page.PageSearch
- setPageIndex(int) - 类中的方法 com.walker.db.page.AbstractPager
- setPageIndex(int) - 类中的方法 com.walker.db.page.PageSearch
- setPager(Pager) - 类中的方法 com.walker.db.page.PagerView
- setPageSearch(PageSearch) - 类中的静态方法 com.walker.db.page.ListPageContext
- setPageSize(int) - 类中的方法 com.walker.db.page.AbstractPager
- setPageSize(int) - 类中的方法 com.walker.db.page.PageSearch
- setParallel(boolean) - 类中的方法 com.walker.push.Notification
- setParent(P) - 类中的方法 com.walker.common.LinkedItem
- setParentId(long) - 类中的方法 com.walker.infrastructure.tree.TreeNode
- setParentId(String) - 类中的方法 com.walker.infrastructure.tree.TreeNodeString
- setPeriod(long) - 类中的方法 com.walker.infrastructure.scheduler.AbstractTimedTask
- setPeriod(long) - 接口中的方法 com.walker.infrastructure.scheduler.TimedTask
-
设置定时任务的执行间隔时间,单位毫秒
- setPersistent(boolean) - 类中的方法 com.walker.push.Notification
- setPushStatusListener(PushStatusListener) - 类中的方法 com.walker.push.AbstractPushObject
- setPushStatusListener(PushStatusListener) - 接口中的方法 com.walker.push.Pushable
-
在异步任务中,设置回调机制,当推送者是异步调用时必须传递该对象。
- setQvSortName(String) - 类中的方法 com.walker.common.QueryVo
- setQvSortOrder(String) - 类中的方法 com.walker.common.QueryVo
- setReceiverList(List<String>) - 类中的方法 com.walker.push.Notification
- setResourceInJar(boolean) - 接口中的方法 com.walker.infrastructure.core.io.ResourceLocate
-
设置资源文件是否在JAR包中
- setResultMessage(String) - 类中的方法 com.walker.api.client.TextResponse
-
已过时。
- setResultStatus(boolean) - 类中的方法 com.walker.api.client.TextResponse
-
已过时。
- setRetryTimes(int) - 类中的方法 com.walker.queue.MqBaseMessage
- setRows(long) - 类中的方法 com.walker.db.TableInfo
- setSaveFileFolder(String) - 类中的方法 com.walker.di.AbstractDataImportor
- setSaveFileFolder(String) - 接口中的方法 com.walker.di.DataImportor
-
设置保存文件的文件夹路径,如: d:/file/
- setSaveSizeOnce(long) - 类中的方法 com.walker.di.AbstractDataImportor
-
设置每次保存记录的数量,通常持久化到数据库中是一批次操作,系统默认:200
- setSendTime(long) - 类中的方法 com.walker.queue.MqBaseMessage
- setSerializeQuery(String) - 类中的方法 com.walker.common.QueryVo
- setSfzsgd(Integer) - 类中的方法 com.walker.common.QueryVo
- setShowError(boolean) - 类中的方法 com.walker.di.AbstractDataImportor
- setShowError(boolean) - 接口中的方法 com.walker.di.DataImportor
-
设置'是否显示错误结果文件',如果显示则会为用户提供导入错误的结果文件。
- setSource(Object) - 类中的方法 com.walker.di.AbstractDataImportor
-
设置加载数据的原始参数,可能是文件路径、表名等。
- setSource(Object) - 类中的方法 com.walker.infrastructure.arguments.AbstractArgumentsManager
- setSource(Object) - 接口中的方法 com.walker.infrastructure.arguments.ArgumentsManager
-
设置可变参数加载的原始信息,如:文件名、数据源地址等。
- setSource(Object) - 类中的方法 com.walker.infrastructure.tree.TreeNode
- setSource(Object) - 类中的方法 com.walker.infrastructure.tree.TreeNodeString
- setSource(String) - 类中的方法 com.walker.queue.MqBaseMessage
- setStartTime(Long) - 类中的方法 com.walker.infrastructure.time.TimeRange
- setStatus(String) - 类中的方法 com.walker.db.TableInfo
- setSuffix(String) - 类中的方法 com.walker.infrastructure.arguments.ArgumentsManagerFactoryBean
-
设置app_variable.xml后缀名,防止多个相同项目部署出现配置不一致问题
- setSummary(String) - 类中的方法 com.walker.db.TableInfo
- setSupportAsync(boolean) - 类中的方法 com.walker.push.AbstractPushObject
- setTableSpace(String) - 类中的方法 com.walker.db.TableInfo
- setTaskList(List<TimedTask>) - 类中的方法 com.walker.infrastructure.scheduler.SimpleScheduledTaskProvider
- setTaskList(List<TimedTask>) - 接口中的方法 com.walker.infrastructure.scheduler.TimedTaskProvider
- setTemplateId(String) - 类中的方法 com.walker.push.SmsMessage
- setTemplateParam(Map<String, String>) - 类中的方法 com.walker.push.SmsMessage
- setText(String) - 类中的方法 com.walker.push.PushResult
- setThreadPoolTaskExecutor(ThreadPoolTaskExecutor) - 类中的方法 com.walker.push.support.AsyncPushManager
- setTimeType(TimeType) - 类中的方法 com.walker.push.Notification
- setTitle(String) - 类中的方法 com.walker.push.Notification
- setToggleColumnValue(String) - 类中的方法 com.walker.common.QueryVo
- setTopic(String) - 类中的方法 com.walker.queue.MqBaseMessage
- setTotalRows(long) - 类中的方法 com.walker.db.page.AbstractPager
- setTotalRows(long) - 接口中的方法 com.walker.db.page.Pager
-
设置总记录数
- setType(VariableType) - 类中的方法 com.walker.infrastructure.arguments.support.DefaultVariable
- setUnequalItem(Map<String, Object>) - 类中的方法 com.walker.common.QueryVo
- setUpdateColumnNames(List<String>) - 类中的方法 com.walker.di.UpdateResult
- setUpdateList(List<Map<String, Object>>) - 类中的方法 com.walker.di.UpdateResult
- setUpdateType(UpdateType) - 类中的方法 com.walker.di.AbstractDataImportor
- setUpdateType(UpdateType) - 接口中的方法 com.walker.di.DataImportor
-
设置数据更新方式,如果在导入时需要判断数据是否存在,则可以设置该更新策略。
- setValue(Object) - 类中的方法 com.walker.infrastructure.arguments.support.DefaultVariable
- setValue(v) - 类中的方法 com.walker.infrastructure.utils.KeyValue
- setWhereColumnNames(List<String>) - 类中的方法 com.walker.di.UpdateResult
- shallowCopyFieldState(Object, Object) - 类中的静态方法 com.walker.infrastructure.utils.ReflectionUtils
-
Given the source object and the destination, which must be the same class or a subclass, copy all fields, including inherited fields.
- shuffle(List<?>) - 类中的静态方法 com.walker.infrastructure.utils.CollectionUtils
- shuffleLittle(List<?>, int) - 类中的静态方法 com.walker.infrastructure.utils.CollectionUtils
-
小规模抖动,
- shutdown() - 接口中的方法 com.walker.infrastructure.core.ApplicationBeanDestroied
- shutdown() - 类中的方法 com.walker.infrastructure.scheduler.SimpleScheduledTaskProvider
- sign(byte[], String) - 类中的静态方法 com.walker.infrastructure.utils.RSAUtil
-
用私钥对信息生成数字签名
- sign(String, String, String) - 类中的静态方法 com.walker.infrastructure.utils.MD5
-
签名字符串
- SIGNATURE_ALGORITHM - 类中的静态变量 com.walker.infrastructure.utils.RSAUtil
-
签名算法
- SIGNaTURE_ALGORITHM_SHA1_RSA - 类中的静态变量 com.walker.infrastructure.utils.RSAUtil
- signJson(String, String) - 类中的静态方法 com.walker.infrastructure.utils.MD5
-
已过时。
- signJsonFast(String, String) - 类中的静态方法 com.walker.infrastructure.utils.MD5
-
快速生成签名,通过fastjson直接生成序列化字符串,它可以按照a~z字母排序。
- signWithSha1Rsa(String, String) - 类中的静态方法 com.walker.infrastructure.utils.RSAUtil
-
签名算法,使用SHA1WithRSA,目前支付宝使用。
- SimpleScheduledTaskProvider - com.walker.infrastructure.scheduler中的类
-
简单的定时任务提供者
- SimpleScheduledTaskProvider() - 类的构造器 com.walker.infrastructure.scheduler.SimpleScheduledTaskProvider
- SINGLE_QUOTATION - 类中的静态变量 com.walker.infrastructure.utils.StringUtils
- skippedEntity(String) - 类中的方法 com.walker.infrastructure.core.domx.DomContentHandler
- Sms - enum class 中的枚举常量 com.walker.push.NotificationChannel
- SmsMessage - com.walker.push中的类
-
通用短信消息定义,一般现在都要求使用模板发送。
- SmsMessage() - 类的构造器 com.walker.push.SmsMessage
- Sorts - com.walker.db中的类
-
数据库字段排序对象
- Sorts() - 类的构造器 com.walker.db.Sorts
- Sorts.Sort - com.walker.db中的接口
- sortStringArray(String[]) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Turn given source String array into sorted array.
- source - 类中的变量 com.walker.queue.MqBaseMessage
-
发送消息来源,用于排查问题
- split(String, String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Split a String at the first occurrence of the delimiter.
- splitArrayElementsIntoProperties(String[], String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Take an array Strings and split each element based on the given delimiter.
- splitArrayElementsIntoProperties(String[], String, String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Take an array Strings and split each element based on the given delimiter.
- SQLITE - enum class 中的枚举常量 com.walker.db.DatabaseType
- SQLSERVER - enum class 中的枚举常量 com.walker.db.DatabaseType
- startDocument() - 类中的方法 com.walker.infrastructure.core.domx.DomContentHandler
- startElement(String, String, String, Attributes) - 类中的方法 com.walker.infrastructure.core.domx.DomContentHandler
- startPrefixMapping(String, String) - 类中的方法 com.walker.infrastructure.core.domx.DomContentHandler
- startsWithIgnoreCase(String, String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Test if the given String starts with the specified prefix, ignoring upper/lower case.
- startup() - 接口中的方法 com.walker.infrastructure.core.ApplicationBeanInitialized
- startup() - 类中的方法 com.walker.infrastructure.scheduler.SimpleScheduledTaskProvider
- state(boolean) - 类中的静态方法 com.walker.infrastructure.utils.Assert
-
Assert a boolean expression, throwing
IllegalStateExceptionif the test result isfalse. - state(boolean, String) - 类中的静态方法 com.walker.infrastructure.utils.Assert
-
Assert a boolean expression, throwing
IllegalStateExceptionif the test result isfalse. - stop() - 类中的方法 com.walker.infrastructure.utils.WorkingTimeTester
- Strategy - com.walker.push中的接口
-
推送策略定义,通过策略实现消息的频率或过滤等内容。
- StreamUtils - com.walker.infrastructure.utils中的类
- StreamUtils() - 类的构造器 com.walker.infrastructure.utils.StreamUtils
- String - enum class 中的枚举常量 com.walker.infrastructure.arguments.VariableType
- STRING_AT - 类中的静态变量 com.walker.infrastructure.utils.StringUtils
- STRING_DOUBLE_MARK - 类中的静态变量 com.walker.infrastructure.utils.StringUtils
- STRING_QUESTION_MARK - 类中的静态变量 com.walker.infrastructure.utils.StringUtils
- STRING_RANDOM_CHAR - 类中的静态变量 com.walker.infrastructure.utils.StringUtils
- STRING_UNDERLINE - 类中的静态变量 com.walker.infrastructure.utils.StringUtils
- string2File(String, String) - 类中的静态方法 com.walker.infrastructure.utils.ByteTools
-
将字符串写入指定文件(当指定的父路径中文件夹不存在时,会最大限度去创建,以保证保存成功!)
- StringDeserializer - com.walker.infrastructure.json中的类
-
已过时。
- StringDeserializer() - 类的构造器 com.walker.infrastructure.json.StringDeserializer
-
已过时。
- stringToArray(String, String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
把字符串分割成字符串数组
- StringToLong(String) - 类中的静态方法 com.walker.infrastructure.utils.ByteTools
-
由IP形式的字符串转化为long
- StringUtils - com.walker.infrastructure.utils中的类
-
Miscellaneous
Stringutility methods. - StringUtils() - 类的构造器 com.walker.infrastructure.utils.StringUtils
- stripFilenameExtension(String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Strip the filename extension from the given path, e.g.
- substring(String, int, int) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
截取字符串
- substringMatch(CharSequence, int, CharSequence) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Test whether the given string matches the given substring at the given index.
- supportAsync() - 类中的方法 com.walker.push.AbstractPushObject
- supportAsync() - 接口中的方法 com.walker.push.Pushable
-
推送者是否支持异步执行,如果支持则在保存时需要重写回调方法。
- supportMultiple() - 接口中的方法 com.walker.infrastructure.ApplicationCallback
-
是否支持多个实现对象。
- SYMBOL_DOT - 类中的静态变量 com.walker.infrastructure.utils.StringUtils
- SYMBOL_SEMICOLON - 类中的静态变量 com.walker.infrastructure.utils.StringUtils
-
分号常量
- System - enum class 中的枚举常量 com.walker.push.NotificationChannel
-
该类型并不推送,需要前端主动查询。
T
- TableInfo - com.walker.db中的类
-
数据库中表基本信息定义
- TableInfo() - 类的构造器 com.walker.db.TableInfo
- Tcp - enum class 中的枚举常量 com.walker.push.NotificationChannel
- TemplateException - com.walker.di中的Exception Class
- TemplateException(String, Throwable) - exception class的构造器 com.walker.di.TemplateException
- TemplateGenerator<T> - com.walker.di中的接口
-
模板生成器,并不限于模板,任何文件都可生成。
- TEXT_DATE - 类中的静态变量 com.walker.infrastructure.utils.DateUtils
- TEXT_DATE_START - 类中的静态变量 com.walker.infrastructure.utils.DateUtils
- TEXT_DATE_TIME - 类中的静态变量 com.walker.infrastructure.utils.DateUtils
- TEXT_DATE_TIME_WITH_LINE - 类中的静态变量 com.walker.infrastructure.utils.DateUtils
- TEXT_DATE_WITH_LINE - 类中的静态变量 com.walker.infrastructure.utils.DateUtils
- TEXT_MONTH_END - 类中的静态变量 com.walker.infrastructure.utils.DateUtils
- TEXT_MONTH_START - 类中的静态变量 com.walker.infrastructure.utils.DateUtils
- TEXT_YEAR_END - 类中的静态变量 com.walker.infrastructure.utils.DateUtils
- TEXT_YEAR_START - 类中的静态变量 com.walker.infrastructure.utils.DateUtils
- TextParse<T,
K> - com.walker.spider中的接口 -
文本解析器定义。
- TextResponse - com.walker.api.client中的类
-
已过时。
- TextResponse() - 类的构造器 com.walker.api.client.TextResponse
-
已过时。
- ThirdParty - enum class 中的枚举常量 com.walker.push.NotificationChannel
- THUMB_SUFFIX - 类中的静态变量 com.walker.infrastructure.utils.FileUtils
-
缩略图文件名的后缀:_s 表示小图
- TimeConstants - com.walker.infrastructure.time中的类
- TimeConstants() - 类的构造器 com.walker.infrastructure.time.TimeConstants
- TimedTask - com.walker.infrastructure.scheduler中的接口
-
定时任务定义
- TimedTaskProvider - com.walker.infrastructure.scheduler中的接口
- TimeRange - com.walker.infrastructure.time中的类
-
时间范围检索条件。
- TimeRange(Long, Long) - 类的构造器 com.walker.infrastructure.time.TimeRange
- TimeRangeUtils - com.walker.infrastructure.time中的类
- TimeRangeUtils() - 类的构造器 com.walker.infrastructure.time.TimeRangeUtils
- TimeType - com.walker.push中的Enum Class
-
推送时间类型。
- toArray(String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
把字符串分割成字符串数组,默认分隔符为英文逗号(,) 如果需要自定义分隔符,请使用
stringToArray方法。 - toArray(List<Long>) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
- toBoolean(Object) - 类中的静态方法 com.walker.common.util.ConvertUtil
-
obj转换为 boolean, 默认值为false
- toBoolean(Object, boolean) - 类中的静态方法 com.walker.common.util.ConvertUtil
-
obj转换为 boolean, 默认值为defaultValue
- toBytes(String) - 类中的静态方法 com.walker.infrastructure.utils.RSAUtil
- toDate(long) - 类中的静态方法 com.walker.infrastructure.utils.LongCalendar
- toDateTime(long) - 类中的静态方法 com.walker.infrastructure.utils.LongCalendar
- toDayOfWeek(long) - 类中的静态方法 com.walker.infrastructure.utils.LongCalendar
- toDouble(Object) - 类中的静态方法 com.walker.common.util.ConvertUtil
-
obj转换为 double, 默认值为Double.MIN_VALUE
- toDouble(Object, double) - 类中的静态方法 com.walker.common.util.ConvertUtil
-
obj转换为 double, 默认值为defaultValue
- toHexString(byte[]) - 类中的静态方法 com.walker.infrastructure.utils.RSAUtil
- toInt(Object) - 类中的静态方法 com.walker.common.util.ConvertUtil
-
obj转换为 int, 默认值为Integer.MIN_VALUE
- toInt(Object, int) - 类中的静态方法 com.walker.common.util.ConvertUtil
-
obj转换为 int, 默认值为defaultValue
- toIntegerDate(String) - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
把显示的日期格式转化成整型值。
- toIntegerDateTime(String) - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
- toIterator(Enumeration<E>) - 类中的静态方法 com.walker.infrastructure.utils.CollectionUtils
-
Adapts an enumeration to an iterator.
- toJsonArray(String) - 类中的静态方法 com.walker.infrastructure.utils.JsonUtils
- toJsonArray(List<ObjectNode>) - 类中的静态方法 com.walker.infrastructure.utils.JsonUtils
-
把Json集合对象转换成json array 字符串。
- toJsonString() - 接口中的方法 com.walker.api.client.JsonTransfer
-
把对象序列化成Json字符串格式
- tokenizeToStringArray(String, String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Tokenize the given String into a String array via a StringTokenizer.
- tokenizeToStringArray(String, String, boolean, boolean) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Tokenize the given String into a String array via a StringTokenizer.
- toKeyValueList(Map<String, String>) - 类中的静态方法 com.walker.di.util.TranslateUtils
- toLanguageTag(Locale) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Determine the RFC 3066 compliant language tag, as used for the HTTP "Accept-Language" header.
- toList(List<?>, Class<T>) - 类中的静态方法 com.walker.common.util.ConvertUtil
-
将源对象列表转化为目标对象列表
- toLong(Object) - 类中的静态方法 com.walker.common.util.ConvertUtil
-
obj转换为 long, 默认值为Long.MIN_VALUE
- toLong(Object, long) - 类中的静态方法 com.walker.common.util.ConvertUtil
-
obj转换为 long, 默认值为defaultValue
- toLongCalendar(String, String) - 类中的静态方法 com.walker.infrastructure.utils.LongCalendar
- toLongDateTime(String) - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
把显示的日期格式转化成整型值。
- toMap() - 接口中的方法 com.walker.api.client.MapTransfer
- toMap(List<KeyValue<String, String>>) - 类中的方法 com.walker.di.AbstractErrorWriter
-
把一行数据(使用 KeyValue 对象表示)转换成普通 Map
- toMillSeconds(long) - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
把数值可视化时间转换成毫秒值,如:20140829102501 --> 毫秒值
- toObject(Object, Class<T>) - 类中的静态方法 com.walker.common.util.ConvertUtil
-
将源对象转化为targetClass类型的目标对象
- toObjectArray(Object) - 类中的静态方法 com.walker.infrastructure.utils.ObjectUtils
-
Convert the given array (which may be a primitive array) to an object array (if necessary of primitive wrapper objects).
- toObjectFromJson(String) - 接口中的方法 com.walker.api.client.ResponseData
-
已过时。把响应的Json字符串转换成结果对象。
- toObjectFromJson(String) - 类中的方法 com.walker.api.client.TextResponse
-
已过时。
- TOP_PATH - 类中的静态变量 com.walker.infrastructure.utils.StringUtils
- topic - 类中的变量 com.walker.queue.MqBaseMessage
- toShowDate(int) - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
把8位整形数值,转换成日期显示格式。
- toShowDate(long) - 类中的静态方法 com.walker.infrastructure.utils.DateUtils
-
把14位整形数值,转换成日期显示格式。
- toString() - enum class中的方法 com.walker.db.DatabaseType
- toString() - 类中的方法 com.walker.db.page.AbstractPager
- toString() - 类中的方法 com.walker.db.TableInfo
- toString() - 类中的方法 com.walker.infrastructure.arguments.support.DefaultGroup
- toString() - 类中的方法 com.walker.infrastructure.arguments.support.DefaultVariable
- toString() - 类中的方法 com.walker.infrastructure.arguments.support.XmlArgumentsManager
- toString() - 类中的方法 com.walker.infrastructure.core.NamedThreadLocal
- toString() - 类中的方法 com.walker.infrastructure.time.TimeRange
- toString() - 类中的方法 com.walker.infrastructure.tree.TreeNode
- toString() - 类中的方法 com.walker.infrastructure.tree.TreeNodeString
- toString() - 类中的方法 com.walker.infrastructure.utils.DateObject
- toString() - 类中的方法 com.walker.infrastructure.utils.KeyValue
- toString() - 类中的方法 com.walker.push.Notification
- toString() - 类中的方法 com.walker.push.PushResult
- toString() - 类中的方法 com.walker.push.SmsMessage
- toString() - 类中的方法 com.walker.queue.MqBaseMessage
- toString(long) - 类中的静态方法 com.walker.infrastructure.utils.LongCalendar
-
把数值转换成带格式的日期,默认为"/"
- toString(long, String) - 类中的静态方法 com.walker.infrastructure.utils.LongCalendar
- toStringArray(Collection<String>) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Copy the given Collection into a String array.
- toStringArray(Enumeration<String>) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Copy the given Enumeration into a String array.
- toTimeLineTime(long) - 类中的静态方法 com.walker.infrastructure.utils.LongCalendar
- toTimeLineTime(String) - 类中的静态方法 com.walker.infrastructure.utils.LongCalendar
- toTreeNode(T) - 类中的方法 com.walker.infrastructure.tree.AbstractTreeGenerator
- toTreeNode(T) - 类中的方法 com.walker.infrastructure.tree.AbstractTreeStringGenerator
- toUnderScoreCase(String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
驼峰转下划线命名
- transferCamelName2Underline(String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
把驼峰字符串转换成数据库带下划线的字段名字。
- transferUnderlineName2Camel(String, boolean) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
把带下划线的字符串,转换成JAVA驼峰式字符串。
- translateToTarget(Notification) - 接口中的方法 com.walker.push.Pushable
-
把通知对象转换成目标可用的数据对象
- translateToTarget(Notification) - 类中的方法 com.walker.push.support.AbstractSmsPush
- TranslateUtils - com.walker.di.util中的类
- TranslateUtils() - 类的构造器 com.walker.di.util.TranslateUtils
- TreeNode - com.walker.infrastructure.tree中的类
- TreeNode(long, String, List<TreeNode>, long) - 类的构造器 com.walker.infrastructure.tree.TreeNode
- TreeNode(long, String, List<TreeNode>, long, String) - 类的构造器 com.walker.infrastructure.tree.TreeNode
- TreeNodeString - com.walker.infrastructure.tree中的类
-
ID采用字符串形式。
- TreeNodeString(String, String, List<TreeNodeString>, String) - 类的构造器 com.walker.infrastructure.tree.TreeNodeString
- TreeNodeString(String, String, List<TreeNodeString>, String, String) - 类的构造器 com.walker.infrastructure.tree.TreeNodeString
- trimAllWhitespace(String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Trim all whitespace from the given String: leading, trailing, and inbetween characters.
- trimArrayElements(String[]) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Trim the elements of the given String array, calling
String.trim()on each of them. - trimFileSchema(String) - 类中的静态方法 com.walker.infrastructure.utils.FileSystemUtils
-
去掉文件路径中的协议信息,如:
- trimLeadingCharacter(String, char) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Trim all occurences of the supplied leading character from the given String.
- trimLeadingWhitespace(String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Trim leading whitespace from the given String.
- trimTrailingCharacter(String, char) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Trim all occurences of the supplied trailing character from the given String.
- trimTrailingWhitespace(String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Trim trailing whitespace from the given String.
- trimWhitespace(String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Trim leading and trailing whitespace from the given String.
U
- uncapitalize(String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Uncapitalize a
String, changing the first letter to lower case as perCharacter.toLowerCase(char). - UNDERLINE - 类中的静态变量 com.walker.infrastructure.utils.StringUtils
- unqualify(String) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Unqualify a string qualified by a '.' dot character.
- unqualify(String, char) - 类中的静态方法 com.walker.infrastructure.utils.StringUtils
-
Unqualify a string qualified by a separator character.
- updateDeployedJarTimestamp() - 类中的静态方法 com.walker.infrastructure.utils.JarDeployer
-
更新jar部署包的时间戳,并记录到文件。
- UpdateResult - com.walker.di中的类
-
数据更新结果对象,里面包含: 要写入和更新的数据,分开好处理。
- UpdateResult() - 类的构造器 com.walker.di.UpdateResult
- UpdateType - com.walker.di中的Enum Class
-
更新类型,在导入数据时,对于已有数据使用的更新策略。
- UrlUtils - com.walker.infrastructure.utils中的类
- UrlUtils() - 类的构造器 com.walker.infrastructure.utils.UrlUtils
- USER_DECLARED_METHODS - 类中的静态变量 com.walker.infrastructure.utils.ReflectionUtils
-
Pre-built MethodFilter that matches all non-bridge methods which are not declared on
java.lang.Object. - UTF8 - 类中的静态变量 com.walker.infrastructure.utils.RSAUtil
V
- validateComplex(String, int) - 类中的静态方法 com.walker.infrastructure.utils.PasswordUtils
-
校验密码安全等级
- validateData(Map<String, String>) - 类中的方法 com.walker.di.AbstractDataImportor
-
判断一条数据是否符合验证,由业务实现。
- valueOf(String) - enum class中的静态方法 com.walker.db.DatabaseType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 com.walker.di.UpdateType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 com.walker.infrastructure.arguments.VariableType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 com.walker.push.NotificationChannel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 com.walker.push.TimeType
-
Returns the enum constant of this class with the specified name.
- values() - enum class中的静态方法 com.walker.db.DatabaseType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 com.walker.di.UpdateType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 com.walker.infrastructure.arguments.VariableType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 com.walker.push.NotificationChannel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 com.walker.push.TimeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- Variable - com.walker.infrastructure.arguments中的接口
-
可变参数定义
- VariableType - com.walker.infrastructure.arguments中的Enum Class
-
可变参数类型定义,系统支持常用的几种格式,与
JAVA系统类似。 - verify(byte[], String, String) - 类中的静态方法 com.walker.infrastructure.utils.RSAUtil
-
校验数字签名
- verify(String, String, String, String) - 类中的静态方法 com.walker.infrastructure.utils.MD5
-
签名字符串
- verifyJson(String, String, String) - 类中的静态方法 com.walker.infrastructure.utils.MD5
-
已过时。
- verifyJsonFast(String, String, String) - 类中的静态方法 com.walker.infrastructure.utils.MD5
-
替换
verifyJson方法。 - verifyWithSha1Rsa(String, String, String, String) - 类中的静态方法 com.walker.infrastructure.utils.RSAUtil
-
验证签名,目前支付宝使用
W
- WaitConsoleInput - com.walker.infrastructure.utils中的类
-
阻塞控制台的输入工具类
- WaitConsoleInput.InputCallback - com.walker.infrastructure.utils中的接口
-
输入控制台内容后的回调接口定义
- waitInput() - 类中的静态方法 com.walker.infrastructure.utils.WaitConsoleInput
-
等待控制台输入内容,当前线程阻塞 使用默认的输入终止符:exit
- waitInput(WaitConsoleInput.InputCallback) - 类中的静态方法 com.walker.infrastructure.utils.WaitConsoleInput
-
等待控制台输入内容,当前线程阻塞 使用默认的输入终止符:exit
- waitInput(String, WaitConsoleInput.InputCallback) - 类中的静态方法 com.walker.infrastructure.utils.WaitConsoleInput
-
等待控制台输入内容,当前线程阻塞 使用默认的输入终止符:exit
- waitInTimes(TimeUnit, long) - 类中的静态方法 com.walker.infrastructure.utils.WaitConsoleInput
-
阻塞线程,等待指定的时间
- webappLibAbsolute - 类中的静态变量 com.walker.infrastructure.utils.JarDeployer
-
返回web应用程序lib路径,如:d:/webapp/demo/WEB-INF/lib/
- webappRootAbsolute - 类中的静态变量 com.walker.infrastructure.utils.JarDeployer
-
返回系统web应用程序的根路径,如:d:/webapp/demo/
- WEBINF_PATH - 类中的静态变量 com.walker.infrastructure.utils.JarDeployer
- WebSocket - enum class 中的枚举常量 com.walker.push.NotificationChannel
- weekDefine - 类中的静态变量 com.walker.infrastructure.utils.LongCalendar
- whichDayOfWeek(long) - 类中的静态方法 com.walker.infrastructure.utils.LongCalendar
-
说明:返回当前日期是本周第几天 作者:时克英 时间:2007-4-23
- WorkingTimeTester - com.walker.infrastructure.utils中的类
- WorkingTimeTester() - 类的构造器 com.walker.infrastructure.utils.WorkingTimeTester
- WorkingTimeTester(String) - 类的构造器 com.walker.infrastructure.utils.WorkingTimeTester
- write(List<KeyValue<String, String>>, String) - 接口中的方法 com.walker.di.ErrorWriter
-
写入错误记录
- writeContent(List<Map<String, String>>, Object) - 类中的方法 com.walker.di.AbstractTemplateGenerator
-
向模板中写入模板内容。
- writeFile(byte[], String) - 类中的静态方法 com.walker.infrastructure.utils.FileUtils
- writeObjectToFile(String, Object) - 类中的静态方法 com.walker.infrastructure.utils.ObjectStreamUtils
-
把对象写入文件
- writeTxtFile(String, File) - 类中的静态方法 com.walker.infrastructure.utils.FileUtils
-
把字符串内容写入到一个文件中。
X
- XmlArgumentsManager - com.walker.infrastructure.arguments.support中的类
- XmlArgumentsManager() - 类的构造器 com.walker.infrastructure.arguments.support.XmlArgumentsManager
- XmlParseException - com.walker.infrastructure.core.domx中的Exception Class
- XmlParseException(String) - exception class的构造器 com.walker.infrastructure.core.domx.XmlParseException
- XmlParseException(String, Throwable) - exception class的构造器 com.walker.infrastructure.core.domx.XmlParseException
- XmlParseException(String, Throwable, String) - exception class的构造器 com.walker.infrastructure.core.domx.XmlParseException
All Classes and Interfaces|常量字段值|所有程序包|序列化表格
ClassUtils.forName(String, ClassLoader)