public interface ConvertHandler<A extends Annotation>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
convert(MetaMap mateMap,
DictEntity entity,
Object value,
FieldWrap fieldWrap,
A convert) |
default void |
doConvert(MetaMap mateMap,
DictEntity entity,
Object value,
FieldWrap fieldWrap,
Annotation convert) |
default Class<A> |
getAnnonationClass() |
default void doConvert(MetaMap mateMap, DictEntity entity, Object value, FieldWrap fieldWrap, Annotation convert)
void convert(MetaMap mateMap, DictEntity entity, Object value, FieldWrap fieldWrap, A convert)
Copyright © 2024. All rights reserved.