@Singleton public class JsonUdfSource extends Object implements UdfSourceAssembly
import 'net.hasor.dataql.fx.basic.JsonUdfSource' as json;
UdfSourceAssembly.TypeUdfMap, UdfSourceAssembly.UdfName, UdfSourceAssembly.UdfParams
Constructor and Description |
---|
JsonUdfSource() |
Modifier and Type | Method and Description |
---|---|
Object |
fromJson(String data)
解析 JSON
|
String |
toFmtJson(Object data)
把对象 JSON 序列化(带格式)
|
String |
toJson(Object data)
把对象 JSON 序列化
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPredicate, getSupplier, getUdfResource
Copyright © 2020. All rights reserved.