public class SimpleConverterManager extends Object implements ConverterManager
ConverterManager.| 限定符和类型 | 字段和说明 |
|---|---|
static SimpleConverterManager |
INSTANCE |
| 构造器和说明 |
|---|
SimpleConverterManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
<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 static final SimpleConverterManager INSTANCE
public <T,R> @Nullable BiFunction<T,R,R> getConverter(Class<T> targetType, Class<R> resultType)
getConverter 在接口中 ConverterManagerT - target typeR - result typetargetType - target typeresultType - result typeCopyright © 2024. All rights reserved.