public interface MatcherConverter extends Converter
Modifier and Type | Method and Description |
---|---|
boolean |
match(Type targetType,
Class<?> rawType,
Object value)
判断需要转换的对象是否匹配当前转换器,满足则转换,否则跳过
|
default boolean |
match(Type targetType,
Object value)
判断需要转换的对象是否匹配当前转换器,满足则转换,否则跳过
|
Copyright © 2025. All rights reserved.