| 接口 | 说明 |
|---|---|
| IFieldValueContext |
属性值转换类-上下文接口
|
| IFieldValueConverter |
属性值转换类
|
| IPropertyValueContext |
属性值上下文
|
| IPropertyValueConverter |
属性值转换类
|
| IValueContext |
值上下文接口
project: property-IValueContext
create on 2019/11/20 20:10
|
| IValueConverter |
值转换类
(1)所有的实现类必须提供无参构造器
(2)如果你的实现是线程安全的,建议使用
ThreadSafe 注解标注你的实现类。 |
Copyright © 2021. All rights reserved.