public class org.finos.legend.pure.runtime.java.extension.external.json.interpreted.JsonExtensionInterpreted extends org.finos.legend.pure.runtime.java.interpreted.extension.BaseInterpretedExtension
{
public void <init>()
{
java.util.function.BiFunction v, v, v, v, v, v;
org.eclipse.collections.api.tuple.Pair[] v;
org.finos.legend.pure.runtime.java.extension.external.json.interpreted.JsonExtensionInterpreted v;
org.eclipse.collections.api.tuple.Pair v, v, v, v, v, v;
v := @this: org.finos.legend.pure.runtime.java.extension.external.json.interpreted.JsonExtensionInterpreted;
v = newarray (org.eclipse.collections.api.tuple.Pair)[6];
v = staticinvoke <org.finos.legend.pure.runtime.java.extension.external.json.interpreted.JsonExtensionInterpreted$init__8: java.util.function.BiFunction bootstrap$()>();
v = staticinvoke <org.eclipse.collections.impl.tuple.Tuples: org.eclipse.collections.api.tuple.Pair pair(java.lang.Object,java.lang.Object)>("escape_String_1__String_1_", v);
v[0] = v;
v = staticinvoke <org.finos.legend.pure.runtime.java.extension.external.json.interpreted.JsonExtensionInterpreted$init__9: java.util.function.BiFunction bootstrap$()>();
v = staticinvoke <org.eclipse.collections.impl.tuple.Tuples: org.eclipse.collections.api.tuple.Pair pair(java.lang.Object,java.lang.Object)>("parseJSON_String_1__JSONElement_1_", v);
v[1] = v;
v = staticinvoke <org.finos.legend.pure.runtime.java.extension.external.json.interpreted.JsonExtensionInterpreted$init__10: java.util.function.BiFunction bootstrap$()>();
v = staticinvoke <org.eclipse.collections.impl.tuple.Tuples: org.eclipse.collections.api.tuple.Pair pair(java.lang.Object,java.lang.Object)>("equalJsonStrings_String_1__String_1__Boolean_1_", v);
v[2] = v;
v = staticinvoke <org.finos.legend.pure.runtime.java.extension.external.json.interpreted.JsonExtensionInterpreted$init__11: java.util.function.BiFunction bootstrap$()>();
v = staticinvoke <org.eclipse.collections.impl.tuple.Tuples: org.eclipse.collections.api.tuple.Pair pair(java.lang.Object,java.lang.Object)>("fromJson_String_1__Class_1__JSONDeserializationConfig_1__T_1_", v);
v[3] = v;
v = staticinvoke <org.finos.legend.pure.runtime.java.extension.external.json.interpreted.JsonExtensionInterpreted$init__12: java.util.function.BiFunction bootstrap$()>();
v = staticinvoke <org.eclipse.collections.impl.tuple.Tuples: org.eclipse.collections.api.tuple.Pair pair(java.lang.Object,java.lang.Object)>("fromJsonDeprecated_String_1__Class_1__JSONDeserializationConfig_1__T_1_", v);
v[4] = v;
v = staticinvoke <org.finos.legend.pure.runtime.java.extension.external.json.interpreted.JsonExtensionInterpreted$init__13: java.util.function.BiFunction bootstrap$()>();
v = staticinvoke <org.eclipse.collections.impl.tuple.Tuples: org.eclipse.collections.api.tuple.Pair pair(java.lang.Object,java.lang.Object)>("toJsonBeta_Any_MANY__JSONSerializationConfig_1__String_1_", v);
v[5] = v;
specialinvoke v.<org.finos.legend.pure.runtime.java.interpreted.extension.BaseInterpretedExtension: void <init>(org.eclipse.collections.api.tuple.Pair[])>(v);
return;
}
public static org.finos.legend.pure.runtime.java.interpreted.extension.InterpretedExtension extension()
{
org.finos.legend.pure.runtime.java.extension.external.json.interpreted.JsonExtensionInterpreted v;
v = new org.finos.legend.pure.runtime.java.extension.external.json.interpreted.JsonExtensionInterpreted;
specialinvoke v.<org.finos.legend.pure.runtime.java.extension.external.json.interpreted.JsonExtensionInterpreted: void <init>()>();
return v;
}
}