Uses of Interface
io.continual.onap.services.mrCommon.JsonResponseParser
-
Packages that use JsonResponseParser Package Description io.continual.onap.services.mrCommon io.continual.onap.services.subscriber -
-
Uses of JsonResponseParser in io.continual.onap.services.mrCommon
Classes in io.continual.onap.services.mrCommon that implement JsonResponseParser Modifier and Type Class Description classSimpleJsonResponseParserThis is a basic implementation that parses a response JSON array of strings into a list of strings. -
Uses of JsonResponseParser in io.continual.onap.services.subscriber
Methods in io.continual.onap.services.subscriber with parameters of type JsonResponseParser Modifier and Type Method Description OnapMsgRouterSubscriber.BuilderOnapMsgRouterSubscriber.Builder. parseWith(JsonResponseParser p)Provide a response parser.
-