public static interface XPathHelper.INodeValueParser
Modifier and Type | Method and Description |
---|---|
Object |
parse(XPathHelper helper,
Object node,
Class<?> fieldType,
Object fieldValue)
解析节点对象
|
Object parse(XPathHelper helper, Object node, Class<?> fieldType, Object fieldValue)
helper
- 当前XPathHelper实例node
- 当前节点对象fieldType
- 当前节点值类型fieldValue
- 当前节点值对象Copyright © 2022. All rights reserved.