Uses of Class
org.aoju.bus.core.exception.ConvertException
Packages that use ConvertException
Package
Description
万能类型转换器以及各种类型转换的实现类,其中Convert为转换器入口,提供各种toXXX方法和convert方法
-
Uses of ConvertException in org.aoju.bus.core.convert
Methods in org.aoju.bus.core.convert that throw ConvertExceptionModifier and TypeMethodDescriptionstatic <T> T转换值为指定类型static <T> T转换值为指定类型static <T> T转换值为指定类型static <T> T转换值为指定类型static <T> T转换值为指定类型<T> T转换值为指定类型<T> T转换值为指定类型 自定义转换器优先<T> T转换值为指定类型static <T> TConvert.convertByClassName(String className, Object value) 转换值为指定类型,类型采用字符串表示