public class HutoolConverterManager extends Object implements ConverterManager
ConverterManager implementation based on Hutool Convert.| 构造器和说明 |
|---|
HutoolConverterManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
<T,R> @Nullable BiFunction<T,R,R> |
getConverter(Class<T> targetType,
Class<R> resultType)
Get converter from target type to result type.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvert, convertpublic <T,R> @Nullable BiFunction<T,R,R> getConverter(Class<T> targetType, Class<R> resultType)
getConverter 在接口中 ConverterManagerT - target typeR - result typetargetType - target typeresultType - result typeCopyright © 2023. All rights reserved.