public class org.finos.legend.engine.plan.execution.stores.relational.connection.authentication.strategy.keys.DefaultH2AuthenticationStrategyKey extends java.lang.Object implements org.finos.legend.engine.plan.execution.stores.relational.connection.authentication.strategy.keys.AuthenticationStrategyKey
{
public void <init>()
{
org.finos.legend.engine.plan.execution.stores.relational.connection.authentication.strategy.keys.DefaultH2AuthenticationStrategyKey v;
v := @this: org.finos.legend.engine.plan.execution.stores.relational.connection.authentication.strategy.keys.DefaultH2AuthenticationStrategyKey;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public boolean equals(java.lang.Object)
{
java.lang.Object v;
org.finos.legend.engine.plan.execution.stores.relational.connection.authentication.strategy.keys.DefaultH2AuthenticationStrategyKey v;
boolean v;
v := @this: org.finos.legend.engine.plan.execution.stores.relational.connection.authentication.strategy.keys.DefaultH2AuthenticationStrategyKey;
v := @parameter: java.lang.Object;
v = v instanceof org.finos.legend.engine.plan.execution.stores.relational.connection.authentication.strategy.keys.DefaultH2AuthenticationStrategyKey;
return v;
}
public int hashCode()
{
int v;
java.lang.Class v;
org.finos.legend.engine.plan.execution.stores.relational.connection.authentication.strategy.keys.DefaultH2AuthenticationStrategyKey v;
v := @this: org.finos.legend.engine.plan.execution.stores.relational.connection.authentication.strategy.keys.DefaultH2AuthenticationStrategyKey;
v = class "Lorg/finos/legend/engine/plan/execution/stores/relational/connection/authentication/strategy/keys/DefaultH2AuthenticationStrategyKey;";
v = virtualinvoke v.<java.lang.Object: int hashCode()>();
return v;
}
public java.lang.String shortId()
{
java.lang.String v, v;
org.finos.legend.engine.plan.execution.stores.relational.connection.authentication.strategy.keys.DefaultH2AuthenticationStrategyKey v;
v := @this: org.finos.legend.engine.plan.execution.stores.relational.connection.authentication.strategy.keys.DefaultH2AuthenticationStrategyKey;
v = virtualinvoke v.<org.finos.legend.engine.plan.execution.stores.relational.connection.authentication.strategy.keys.DefaultH2AuthenticationStrategyKey: java.lang.String type()>();
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("type:\u0001");
return v;
}
public java.lang.String type()
{
org.finos.legend.engine.plan.execution.stores.relational.connection.authentication.strategy.keys.DefaultH2AuthenticationStrategyKey v;
v := @this: org.finos.legend.engine.plan.execution.stores.relational.connection.authentication.strategy.keys.DefaultH2AuthenticationStrategyKey;
return "DefaultH2";
}
public static void main(java.lang.String[]) throws com.fasterxml.jackson.core.JsonProcessingException
{
java.io.PrintStream v;
com.fasterxml.jackson.databind.ObjectMapper v;
java.lang.String[] v;
java.lang.String v;
org.finos.legend.engine.plan.execution.stores.relational.connection.authentication.strategy.keys.DefaultH2AuthenticationStrategyKey v;
v := @parameter: java.lang.String[];
v = <java.lang.System: java.io.PrintStream out>;
v = staticinvoke <org.finos.legend.engine.shared.core.ObjectMapperFactory: com.fasterxml.jackson.databind.ObjectMapper getNewStandardObjectMapper()>();
v = new org.finos.legend.engine.plan.execution.stores.relational.connection.authentication.strategy.keys.DefaultH2AuthenticationStrategyKey;
specialinvoke v.<org.finos.legend.engine.plan.execution.stores.relational.connection.authentication.strategy.keys.DefaultH2AuthenticationStrategyKey: void <init>()>();
v = virtualinvoke v.<com.fasterxml.jackson.databind.ObjectMapper: java.lang.String writeValueAsString(java.lang.Object)>(v);
virtualinvoke v.<java.io.PrintStream: void println(java.lang.String)>(v);
return;
}
}