public final class NodeUtil extends Object
| 构造器和说明 |
|---|
NodeUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ONode |
fromObj(Constants cfg,
Object obj) |
static ONode |
fromObj(Object obj) |
static ONode |
fromStr(Constants cfg,
String str) |
static ONode |
fromStr(String str)
将 str 转换为 ONode
|
static Object |
toObj(Constants cfg,
ONode node,
Class<?> toclz,
Toer toer) |
static Object |
toObj(ONode node,
Class<?> toclz,
Toer toer) |
static String |
toStr(Constants cfg,
ONode node,
Toer toer) |
static String |
toStr(ONode node,
Toer toer)
将 ONode 转换为 str
|
Copyright © 2019. All rights reserved.