Uses of Class
org.aoju.bus.core.lang.Types
Packages that use Types
Package
Description
各种类型转换的实现类,其都为Converter接口的实现,用于将未知的Object类型转换为指定类型
工具包,提供各种工具方法,按照归类入口为XXXKit,如数组工具ArrayKit等
-
Uses of Types in org.aoju.bus.core.convert
Methods in org.aoju.bus.core.convert with parameters of type Types -
Uses of Types in org.aoju.bus.core.toolkit
Methods in org.aoju.bus.core.toolkit with parameters of type TypesModifier and TypeMethodDescriptionstatic <T> T获取Map指定key的值,并转换为指定类型static <T> T获取Map指定key的值,并转换为指定类型static <T> TMapKit.getQuietly(Map<?, ?> map, Object key, Types<T> type, T defaultValue) 获取Map指定key的值,并转换为指定类型,转换失败后返回null,不抛异常