| 程序包 | 说明 |
|---|---|
| org.noear.snack | |
| org.noear.snack.core |
| 限定符和类型 | 方法和说明 |
|---|---|
ONode |
ONode.fill(Object source,
Feature... features) |
ONode |
ONode.fillObj(Object source,
Feature... features) |
ONode |
ONode.fillStr(String source,
Feature... features) |
static ONode |
ONode.load(Object source,
Feature... features) |
static ONode |
ONode.loadObj(Object source,
Feature... features) |
static ONode |
ONode.loadStr(String source,
Feature... features) |
static String |
ONode.stringify(Object source,
Feature... features) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Feature |
Feature.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Feature[] |
Feature.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Options |
Options.add(Feature... features)
添加特性
|
static int |
Feature.config(int features,
Feature feature,
boolean enable)
特性配置:开启或禁用
|
boolean |
Options.hasFeature(Feature feature)
检查是否有特性
|
static boolean |
Feature.isEnabled(int features,
Feature feature)
特性启用情况
|
static int |
Feature.of(Feature... features)
特性合并生成
|
static Options |
Options.of(Feature... features) |
Options |
Options.remove(Feature... features)
移除特性
|
void |
Options.setFeatures(Feature... features)
重新设置特性码
|
Options |
Options.sub(Feature... features)
已过时。
|
Copyright © 2022. All rights reserved.