Class BomInterpretingJsonSmartJsonProvider
java.lang.Object
com.jayway.jsonpath.spi.json.AbstractJsonProvider
org.frankframework.json.BomInterpretingJsonSmartJsonProvider
- All Implemented Interfaces:
com.jayway.jsonpath.spi.json.JsonProvider
public class BomInterpretingJsonSmartJsonProvider
extends com.jayway.jsonpath.spi.json.AbstractJsonProvider
-
Field Summary
Fields inherited from interface com.jayway.jsonpath.spi.json.JsonProvider
UNDEFINED -
Constructor Summary
ConstructorsConstructorDescriptionBomInterpretingJsonSmartJsonProvider(int parseMode) BomInterpretingJsonSmartJsonProvider(int parseMode, net.minidev.json.writer.JsonReaderI<?> mapper) -
Method Summary
Methods inherited from class com.jayway.jsonpath.spi.json.AbstractJsonProvider
getArrayIndex, getArrayIndex, getMapValue, getPropertyKeys, isArray, isMap, length, removeProperty, setArrayIndex, setProperty, toIterable, unwrapMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.jayway.jsonpath.spi.json.JsonProvider
parse
-
Constructor Details
-
BomInterpretingJsonSmartJsonProvider
public BomInterpretingJsonSmartJsonProvider() -
BomInterpretingJsonSmartJsonProvider
public BomInterpretingJsonSmartJsonProvider(int parseMode) -
BomInterpretingJsonSmartJsonProvider
public BomInterpretingJsonSmartJsonProvider(int parseMode, net.minidev.json.writer.JsonReaderI<?> mapper)
-
-
Method Details
-
createArray
-
createMap
-
parse
-
parse
public Object parse(InputStream jsonStream, String charset) throws com.jayway.jsonpath.InvalidJsonException - Throws:
com.jayway.jsonpath.InvalidJsonException
-
toJson
-