java.lang.Object
org.mule.datasense.impl.phases.typing.resolver.errorhandling.CompositeErrorMatcher
All Implemented Interfaces:
ErrorMatcher

public class CompositeErrorMatcher extends Object implements ErrorMatcher
  • Constructor Details

    • CompositeErrorMatcher

      public CompositeErrorMatcher(List<ErrorMatcher> errorMatchers)
  • Method Details

    • matches

      public boolean matches(org.mule.runtime.api.meta.model.error.ErrorModel errorModel)
      Specified by:
      matches in interface ErrorMatcher