Package ch.rasc.wamp2spring.message
Class ParserUtil
java.lang.Object
ch.rasc.wamp2spring.message.ParserUtil
JSON parsing helper methods
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ParserUtil
public ParserUtil()
-
-
Method Details
-
readArray
@Nullable public static List<Object> readArray(com.fasterxml.jackson.core.JsonParser jp) throws IOException - Throws:
IOException
-
readObject
@Nullable public static Map<String,Object> readObject(com.fasterxml.jackson.core.JsonParser jp) throws IOException - Throws:
IOException
-