Uses of Class
org.mule.runtime.ast.api.ParameterResolutionException
Packages that use ParameterResolutionException
-
Uses of ParameterResolutionException in org.mule.runtime.ast.api
Methods in org.mule.runtime.ast.api that return types with arguments of type ParameterResolutionExceptionModifier and TypeMethodDescription<T> org.mule.runtime.api.functional.Either<String,org.mule.runtime.api.functional.Either<ParameterResolutionException, T>> ComponentParameterAst.getValueOrResolutionError()Returns either the expression for this parameter, aParameterResolutionExceptionoccurred while converting the value to its expected type, a fixed value, depending on what is set in the DSL. -
Uses of ParameterResolutionException in org.mule.runtime.ast.api.util
Methods in org.mule.runtime.ast.api.util that return types with arguments of type ParameterResolutionExceptionModifier and TypeMethodDescription<T> org.mule.runtime.api.functional.Either<String,org.mule.runtime.api.functional.Either<ParameterResolutionException, T>> BaseComponentParameterAstDecorator.getValueOrResolutionError()