Class AntPathMatcherProvider
java.lang.Object
org.citrusframework.validation.matcher.hamcrest.provider.AntPathMatcherProvider
- All Implemented Interfaces:
HamcrestMatcherProvider
- Author:
- Christoph Deppisch
-
Field Summary
Fields inherited from interface org.citrusframework.validation.matcher.hamcrest.HamcrestMatcherProvider
logger, RESOURCE_PATH, TYPE_RESOLVER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()This matcher provider name.org.hamcrest.Matcher<String>provideMatcher(String predicate) Provide custom matcher with given predicate.
-
Constructor Details
-
AntPathMatcherProvider
public AntPathMatcherProvider()
-
-
Method Details
-
getName
Description copied from interface:HamcrestMatcherProviderThis matcher provider name.- Specified by:
getNamein interfaceHamcrestMatcherProvider- Returns:
-
provideMatcher
Description copied from interface:HamcrestMatcherProviderProvide custom matcher with given predicate.- Specified by:
provideMatcherin interfaceHamcrestMatcherProvider- Returns:
-