Class TypeDeclarationLoaderContext

java.lang.Object
org.mule.datasense.declarations.loader.TypeDeclarationLoaderContext

public class TypeDeclarationLoaderContext extends Object
  • Constructor Details

    • TypeDeclarationLoaderContext

      public TypeDeclarationLoaderContext(org.mule.runtime.ast.api.ComponentAst componentModel, TypesCatalog typesCatalog)
    • TypeDeclarationLoaderContext

      public TypeDeclarationLoaderContext(org.mule.runtime.ast.api.ComponentAst componentModel, TypesCatalog typesCatalog, Notifier notifier)
  • Method Details

    • getTypesCatalog

      public TypesCatalog getTypesCatalog()
    • getNotifier

      public Optional<Notifier> getNotifier()
    • getComponentModel

      public org.mule.runtime.ast.api.ComponentAst getComponentModel()