Uses of Class
kong.unirest.core.FieldMatcher
-
Packages that use FieldMatcher Package Description kong.unirest.core -
-
Uses of FieldMatcher in kong.unirest.core
Methods in kong.unirest.core that return FieldMatcher Modifier and Type Method Description static FieldMatcher
FieldMatcher. of(java.lang.String... keyValuePairs)
Creates a FieldMatcher expecting a map of keys and values use like: FieldMatcher.of("fruit", "orange", "quantity" "42")
-