Package org.meeuw.json.grep
Class Grep
- java.lang.Object
-
- org.meeuw.json.grep.Grep
-
-
Constructor Summary
Constructors Constructor Description Grep(PathMatcher matcher, com.fasterxml.jackson.core.JsonParser jp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfindNext()booleanhasNext()Iterator<GrepEvent>iterator()GrepEventnext()voidremove()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
Grep
public Grep(PathMatcher matcher, com.fasterxml.jackson.core.JsonParser jp)
-
-