Uses of Interface
de.xima.fc.common.json.IJsonContentMatcher
-
Packages that use IJsonContentMatcher Package Description de.xima.fc.common.json -
-
Uses of IJsonContentMatcher in de.xima.fc.common.json
Methods in de.xima.fc.common.json with parameters of type IJsonContentMatcher Modifier and Type Method Description <C,R>
RIJsonIterator. matchContent(C context, Object value, IJsonContentMatcher<C,R> matcher)
Matches a JSON value and calls one of the given matcher methods, depending on the type of the value.
-