Uses of Interface
org.mule.runtime.extension.api.dsl.syntax.resolver.ImportTypesStrategy
Packages that use ImportTypesStrategy
Package
Description
-
Uses of ImportTypesStrategy in org.mule.runtime.extension.api.dsl.syntax
Constructors in org.mule.runtime.extension.api.dsl.syntax with parameters of type ImportTypesStrategyModifierConstructorDescriptionXmlDslSyntaxResolver(org.mule.runtime.api.meta.model.ExtensionModel model, ImportTypesStrategy importTypesStrategy) Creates an instance using the default implementation -
Uses of ImportTypesStrategy in org.mule.runtime.extension.api.dsl.syntax.resolver
Classes in org.mule.runtime.extension.api.dsl.syntax.resolver that implement ImportTypesStrategyModifier and TypeClassDescriptionclassDefaultImportTypesStrategyimplementation that fails if an extension could not be located in the current context.classImportTypesStrategyimplementation that permits theDslSyntaxResolverto work without any imported type.Methods in org.mule.runtime.extension.api.dsl.syntax.resolver with parameters of type ImportTypesStrategyModifier and TypeMethodDescriptionstatic DslSyntaxResolverDslSyntaxResolver.getDefault(org.mule.runtime.api.meta.model.ExtensionModel model, ImportTypesStrategy importTypesStrategy) Creates an instance using the default implementation