Uses of Interface
com.tccc.kos.commons.util.json.StreamingJsonReaderCallback
Packages that use StreamingJsonReaderCallback
-
Uses of StreamingJsonReaderCallback in com.tccc.kos.commons.util.json
Methods in com.tccc.kos.commons.util.json with parameters of type StreamingJsonReaderCallbackModifier and TypeMethodDescriptionvoid
StreamingJsonReader.addCallback
(String path, StreamingJsonReaderCallback callback) Add a new callback to the specified json path.void
StreamingJsonReader.addValueCallback
(String path, StreamingJsonReaderCallback callback) Add a new callback to the specified json path.