public class CustomizedProperty<T,R> extends AbstractProperty<T,R>
dict, level, name, nodeType| 构造器 | 说明 |
|---|---|
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的映射关系
|
void |
setDictKeyMapper(Function<R,Number> dictKeyMapper) |
dict, level, mappingValue, name, nodeType, setLevel, setPropertyMapperpublic CustomizedProperty(String name)
Copyright © 2024–2025. All rights reserved.