| Package | Description |
|---|---|
| org.mule.modules.interceptor.matchers |
| Modifier and Type | Class and Description |
|---|---|
class |
AnyClassMatcher
Matcher to match a specified class.
|
class |
DumbMatcher
Dumb matcher that returns the specified value
|
class |
EqMatcher
Equality matcher.
|
class |
NotNullMatcher
Matcher to check not null
|
class |
NullMatcher
Matcher to check null
|
class |
RegexMatcher
Regular Expression matcher.
|
| Modifier and Type | Method and Description |
|---|---|
static Matcher |
Matchers.any(Class type) |
static Matcher |
Matchers.contains(String value) |
static Matcher |
Matchers.isNotNull() |
static Matcher |
Matchers.isNull() |
static Matcher |
Matchers.matches(String regex) |
Copyright © 2017. All rights reserved.