Skip navigation links
C J N O P 

C

close() - Method in interface org.embulk.util.json.JsonParser.Stream
Closes the stream.

J

JsonParseException - Exception in org.embulk.util.json
Represents an Exception in parsing a stringified JSON.
JsonParseException(String) - Constructor for exception org.embulk.util.json.JsonParseException
Constructs a new JsonParseException with the specified detail message.
JsonParseException(String, Throwable) - Constructor for exception org.embulk.util.json.JsonParseException
Constructs a new JsonParseException with the specified detail message and cause.
JsonParser - Class in org.embulk.util.json
Parses a stringified JSON to MessagePack Value.
JsonParser() - Constructor for class org.embulk.util.json.JsonParser
Creates a JsonParser instance.
JsonParser.Stream - Interface in org.embulk.util.json
A parsed stream of MessagePack Values.

N

next() - Method in interface org.embulk.util.json.JsonParser.Stream
Gets the next MessagePack Value.

O

open(InputStream) - Method in class org.embulk.util.json.JsonParser
Parses the stringified JSON InputStream to JsonParser.Stream.
openWithOffsetInJsonPointer(InputStream, String) - Method in class org.embulk.util.json.JsonParser
Parses the stringified JSON InputStream with the specified offset to JsonParser.Stream.
org.embulk.util.json - package org.embulk.util.json
 

P

parse(String) - Method in class org.embulk.util.json.JsonParser
Parses the stringified JSON String to Value.
parseWithOffsetInJsonPointer(String, String) - Method in class org.embulk.util.json.JsonParser
Parses the stringified JSON String with the specified offset to Value.
C J N O P 
Skip navigation links