public final class RuleExportEngine extends Object
| 构造器和说明 |
|---|
RuleExportEngine() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containExportableKey(Collection<String> keys)
Whether the current rule contains the specified key.
|
Map<String,Object> |
export(Collection<String> keys)
Export data by specified key.
|
Optional<Object> |
export(String key)
Export data by specified key.
|
public Map<String,Object> export(Collection<String> keys)
keys - specified keyspublic Optional<Object> export(String key)
key - specified keypublic boolean containExportableKey(Collection<String> keys)
keys - specified keysCopyright © 2022 The Apache Software Foundation. All rights reserved.