public class org.finos.legend.engine.language.pure.grammar.integration.MongoDBCompilerExtension extends java.lang.Object implements org.finos.legend.engine.language.pure.grammar.integration.extensions.IMongoDBStoreCompilerExtension
{
public void <init>()
{
org.finos.legend.engine.language.pure.grammar.integration.MongoDBCompilerExtension v;
v := @this: org.finos.legend.engine.language.pure.grammar.integration.MongoDBCompilerExtension;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public org.eclipse.collections.api.list.MutableList group()
{
java.lang.String[] v;
org.finos.legend.engine.language.pure.grammar.integration.MongoDBCompilerExtension v;
org.eclipse.collections.api.factory.list.MutableListFactory v;
org.eclipse.collections.api.list.MutableList v;
v := @this: org.finos.legend.engine.language.pure.grammar.integration.MongoDBCompilerExtension;
v = <org.eclipse.collections.impl.factory.Lists: org.eclipse.collections.api.factory.list.MutableListFactory mutable>;
v = newarray (java.lang.String)[2];
v[0] = "Store";
v[1] = "Mongo";
v = interfaceinvoke v.<org.eclipse.collections.api.factory.list.MutableListFactory: org.eclipse.collections.api.list.MutableList 'with'(java.lang.Object[])>(v);
return v;
}
public org.finos.legend.engine.language.pure.compiler.toPureGraph.extension.CompilerExtension build()
{
org.finos.legend.engine.language.pure.grammar.integration.MongoDBCompilerExtension v, v;
v := @this: org.finos.legend.engine.language.pure.grammar.integration.MongoDBCompilerExtension;
v = new org.finos.legend.engine.language.pure.grammar.integration.MongoDBCompilerExtension;
specialinvoke v.<org.finos.legend.engine.language.pure.grammar.integration.MongoDBCompilerExtension: void <init>()>();
return v;
}
public java.lang.Iterable getExtraProcessors()
{
java.util.List v;
org.eclipse.collections.api.list.ImmutableList v;
java.util.function.BiFunction v;
org.finos.legend.engine.language.pure.compiler.toPureGraph.extension.Processor v;
java.util.function.BiConsumer v;
org.finos.legend.engine.language.pure.grammar.integration.MongoDBCompilerExtension v;
org.eclipse.collections.api.factory.list.ImmutableListFactory v;
v := @this: org.finos.legend.engine.language.pure.grammar.integration.MongoDBCompilerExtension;
v = staticinvoke <java.util.Collections: java.util.List singletonList(java.lang.Object)>(class "Lorg/finos/legend/engine/protocol/pure/v1/model/packageableElement/externalFormat/Binding;");
v = staticinvoke <org.finos.legend.engine.language.pure.grammar.integration.MongoDBCompilerExtension$lambda_getExtraProcessors_0__2: java.util.function.BiFunction bootstrap$()>();
v = staticinvoke <org.finos.legend.engine.language.pure.grammar.integration.MongoDBCompilerExtension$lambda_getExtraProcessors_1__3: java.util.function.BiConsumer bootstrap$()>();
v = staticinvoke <org.finos.legend.engine.language.pure.compiler.toPureGraph.extension.Processor: org.finos.legend.engine.language.pure.compiler.toPureGraph.extension.Processor newProcessor(java.lang.Class,java.util.Collection,java.util.function.BiFunction,java.util.function.BiConsumer)>(class "Lorg/finos/legend/engine/protocol/mongodb/schema/metamodel/pure/MongoDatabase;", v, v, v);
v = <org.eclipse.collections.api.factory.Lists: org.eclipse.collections.api.factory.list.ImmutableListFactory immutable>;
v = interfaceinvoke v.<org.eclipse.collections.api.factory.list.ImmutableListFactory: org.eclipse.collections.api.list.ImmutableList 'with'(java.lang.Object)>(v);
return v;
}
public java.util.List getExtraConnectionValueProcessors()
{
org.eclipse.collections.api.block.function.Function v;
org.finos.legend.engine.language.pure.grammar.integration.MongoDBCompilerExtension v;
org.eclipse.collections.api.list.FixedSizeList v;
org.eclipse.collections.api.factory.list.FixedSizeListFactory v;
v := @this: org.finos.legend.engine.language.pure.grammar.integration.MongoDBCompilerExtension;
v = <org.eclipse.collections.api.factory.Lists: org.eclipse.collections.api.factory.list.FixedSizeListFactory fixedSize>;
v = staticinvoke <org.finos.legend.engine.language.pure.grammar.integration.MongoDBCompilerExtension$lambda_getExtraConnectionValueProcessors_53275dca_1__4: org.eclipse.collections.api.block.function.Function bootstrap$()>();
v = interfaceinvoke v.<org.eclipse.collections.api.factory.list.FixedSizeListFactory: org.eclipse.collections.api.list.FixedSizeList 'with'(java.lang.Object)>(v);
return v;
}
public java.util.List getExtraClassMappingFirstPassProcessors()
{
org.eclipse.collections.api.block.function.Function v;
java.util.List v;
org.finos.legend.engine.language.pure.grammar.integration.MongoDBCompilerExtension v;
v := @this: org.finos.legend.engine.language.pure.grammar.integration.MongoDBCompilerExtension;
v = staticinvoke <org.finos.legend.engine.language.pure.grammar.integration.MongoDBCompilerExtension$lambda_getExtraClassMappingFirstPassProcessors_6a48c015_1__5: org.eclipse.collections.api.block.function.Function bootstrap$()>();
v = staticinvoke <java.util.Collections: java.util.List singletonList(java.lang.Object)>(v);
return v;
}
public java.util.List getExtraElementForPathToElementRegisters()
{
java.util.List v;
org.finos.legend.engine.language.pure.grammar.integration.MongoDBCompilerExtension v;
org.eclipse.collections.api.block.procedure.Procedure v;
v := @this: org.finos.legend.engine.language.pure.grammar.integration.MongoDBCompilerExtension;
v = staticinvoke <org.finos.legend.engine.language.pure.grammar.integration.MongoDBCompilerExtension$lambda_getExtraElementForPathToElementRegisters_77e71e74_1__6: org.eclipse.collections.api.block.procedure.Procedure bootstrap$()>();
v = staticinvoke <java.util.Collections: java.util.List singletonList(java.lang.Object)>(v);
return v;
}
}