public class org.finos.legend.engine.protocol.pure.v.PersistenceProtocolExtension extends java.lang.Object implements org.finos.legend.engine.protocol.pure.v.extension.PureProtocolExtension
{
public static final java.lang.String PERSISTENCE_CLASSIFIER_PATH;
public static final java.lang.String PERSISTENCE_CONTEXT_CLASSIFIER_PATH;
public void <init>()
{
org.finos.legend.engine.protocol.pure.v.PersistenceProtocolExtension v;
v := @this: org.finos.legend.engine.protocol.pure.v.PersistenceProtocolExtension;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public org.eclipse.collections.api.list.MutableList group()
{
java.lang.String[] v;
org.eclipse.collections.api.factory.list.MutableListFactory v;
org.eclipse.collections.api.list.MutableList v;
org.finos.legend.engine.protocol.pure.v.PersistenceProtocolExtension v;
v := @this: org.finos.legend.engine.protocol.pure.v.PersistenceProtocolExtension;
v = <org.eclipse.collections.impl.factory.Lists: org.eclipse.collections.api.factory.list.MutableListFactory mutable>;
v = newarray (java.lang.String)[2];
v[0] = "PackageableElement";
v[1] = "Persistence";
v = interfaceinvoke v.<org.eclipse.collections.api.factory.list.MutableListFactory: org.eclipse.collections.api.list.MutableList 'with'(java.lang.Object[])>(v);
return v;
}
public java.util.List getExtraProtocolSubTypeInfoCollectors()
{
org.eclipse.collections.api.block.function.Function v;
org.eclipse.collections.api.list.FixedSizeList v;
org.eclipse.collections.api.factory.list.FixedSizeListFactory v;
org.finos.legend.engine.protocol.pure.v.PersistenceProtocolExtension v;
v := @this: org.finos.legend.engine.protocol.pure.v.PersistenceProtocolExtension;
v = <org.eclipse.collections.api.factory.Lists: org.eclipse.collections.api.factory.list.FixedSizeListFactory fixedSize>;
v = staticinvoke <org.finos.legend.engine.protocol.pure.v.PersistenceProtocolExtension$lambda_getExtraProtocolSubTypeInfoCollectors_1553c525_1__1: org.eclipse.collections.api.block.function.Function bootstrap$()>();
v = interfaceinvoke v.<org.eclipse.collections.api.factory.list.FixedSizeListFactory: org.eclipse.collections.api.list.FixedSizeList of(java.lang.Object)>(v);
return v;
}
public java.util.Map getExtraProtocolToClassifierPathMap()
{
org.eclipse.collections.api.factory.map.MutableMapFactory v;
org.eclipse.collections.api.map.MutableMap v;
org.finos.legend.engine.protocol.pure.v.PersistenceProtocolExtension v;
v := @this: org.finos.legend.engine.protocol.pure.v.PersistenceProtocolExtension;
v = <org.eclipse.collections.api.factory.Maps: org.eclipse.collections.api.factory.map.MutableMapFactory mutable>;
v = interfaceinvoke v.<org.eclipse.collections.api.factory.map.MutableMapFactory: org.eclipse.collections.api.map.MutableMap 'with'(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)>(class "Lorg/finos/legend/engine/protocol/pure/v1/model/packageableElement/persistence/Persistence;", "meta::pure::persistence::metamodel::Persistence", class "Lorg/finos/legend/engine/protocol/pure/v1/model/packageableElement/persistence/PersistenceContext;", "meta::pure::persistence::metamodel::PersistenceContext");
return v;
}
}