mirror of
https://gitee.com/BDWare/common
synced 2025-01-10 09:54:13 +00:00
connect function node with compiled function
This commit is contained in:
parent
58950fbf8a
commit
321dba92aa
@ -34,6 +34,7 @@ public class FunctionNode extends Script {
|
|||||||
private String secretID;
|
private String secretID;
|
||||||
private JsonElement homoEncryptConf;
|
private JsonElement homoEncryptConf;
|
||||||
private JsonElement homoDecryptConf;
|
private JsonElement homoDecryptConf;
|
||||||
|
public transient Class compiledClazz;
|
||||||
|
|
||||||
public FunctionNode(String name, String fileName) {
|
public FunctionNode(String name, String fileName) {
|
||||||
this.functionName = name;
|
this.functionName = name;
|
||||||
|
Loading…
Reference in New Issue
Block a user