public class CustomizedProperty<T,R> extends AbstractProperty<T,R>
| 构造器和说明 |
|---|
CustomizedProperty(String name) |
CustomizedProperty(String name,
Dict<R> dict) |
CustomizedProperty(String name,
NodeType nodeType) |
CustomizedProperty(String name,
NodeType nodeType,
Dict<R> dict) |
| 限定符和类型 | 方法和说明 |
|---|---|
Number |
getDictKey(R r)
根据字段值查询字典key
|
Number |
mappingDictKey(R r)
指定将字段值转成成字典key的映射关系
|
dict, level, mappingValue, name, nodeType, setLevelpublic CustomizedProperty(String name)
Copyright © 2024. All rights reserved.