Uses of Interface
com.consol.citrus.validation.ValueMatcher
-
Packages that use ValueMatcher Package Description com.consol.citrus.validation -
-
Uses of ValueMatcher in com.consol.citrus.validation
Fields in com.consol.citrus.validation with type parameters of type ValueMatcher Modifier and Type Field Description static Map<String,ValueMatcher>ValueMatcher. validatorsMethods in com.consol.citrus.validation that return types with arguments of type ValueMatcher Modifier and Type Method Description static Map<String,ValueMatcher>ValueMatcher. lookup()Resolves all available validators from resource path lookup.static Optional<ValueMatcher>ValueMatcher. lookup(String validator)Resolves validator from resource path lookup with given validator resource name.
-