Uses of Interface
org.aoju.bus.core.lang.Editor
Packages that use Editor
Package
Description
Bean值提供者方式封装
工具包,提供各种工具方法,按照归类入口为XXXKit,如数组工具ArrayKit等
-
Uses of Editor in org.aoju.bus.core.beans.copier.provider
Constructors in org.aoju.bus.core.beans.copier.provider with parameters of type EditorModifierConstructorDescriptionBeanValueProvider(Object bean, boolean ignoreCase, boolean ignoreError, Editor<String> keyEditor) 构造 -
Uses of Editor in org.aoju.bus.core.toolkit
Methods in org.aoju.bus.core.toolkit with parameters of type EditorModifier and TypeMethodDescriptionstatic <T> T编辑Bean的字段,static字段不会处理 例如需要对指定的字段做判空操作、null转""操作等等。通过Editor抽取集合元素中的某些值返回为新列表 例如提供的是一个Bean列表,通过Editor接口实现获取某个字段值,返回这个字段值组成的新列表通过Editor抽取集合元素中的某些值返回为新列表 例如提供的是一个Bean列表,通过Editor接口实现获取某个字段值,返回这个字段值组成的新列表static <T> T[]过滤 过滤过程通过传入的Editor实现来返回需要的元素内容,这个Editor实现可以实现以下功能:static <T> Collection<T> CollKit.filter(Collection<T> collection, Editor<T> editor) 过滤 过滤过程通过传入的Editor实现来返回需要的元素内容,这个Editor实现可以实现以下功能:static <T> List<T> 过滤 过滤过程通过传入的Editor实现来返回需要的元素内容,这个Editor实现可以实现以下功能:static <T> StringArrayKit.join(T[] array, CharSequence conjunction, Editor<T> editor) 以 conjunction 为分隔符将数组转换为字符串