Skip navigation links
I N R W 

I

in.abilng.ndjson - package in.abilng.ndjson
 
in.abilng.ndjson.internal - package in.abilng.ndjson.internal
 

N

NdJsonObjectMapper - Class in in.abilng.ndjson
 
NdJsonObjectMapper() - Constructor for class in.abilng.ndjson.NdJsonObjectMapper
Default constructor, which will construct the default JsonFactory as necessary, use SerializerProvider as its SerializerProvider, and BeanSerializerFactory as its SerializerFactory.
NdJsonObjectMapper(JsonFactory) - Constructor for class in.abilng.ndjson.NdJsonObjectMapper
Constructs instance that uses specified JsonFactory for constructing necessary JsonParsers and/or JsonGenerators.
NdJsonObjectMapper(JsonFactory, DefaultSerializerProvider, DefaultDeserializationContext) - Constructor for class in.abilng.ndjson.NdJsonObjectMapper
Constructs instance that uses specified JsonFactory for constructing necessary JsonParsers and/or JsonGenerators, and uses given providers for accessing serializers and deserializers.
NdJsonRunTimeException - Exception in in.abilng.ndjson.internal
 
NdJsonRunTimeException(Exception) - Constructor for exception in.abilng.ndjson.internal.NdJsonRunTimeException
 

R

readValue(InputStream, Class<T>) - Method in class in.abilng.ndjson.NdJsonObjectMapper
Method to deserialize JSON Stream into Stream of Java type, reference to which is passed as argument.
readValueAsList(InputStream, Class<T>) - Method in class in.abilng.ndjson.NdJsonObjectMapper
Method to deserialize JSON Stream into List of Java type, reference to which is passed as argument.
registerModule(Module) - Method in class in.abilng.ndjson.NdJsonObjectMapper
Method for registering a module that can extend functionality provided by this mapper; for example, by adding providers for custom serializers and deserializers.
registerModules(Module...) - Method in class in.abilng.ndjson.NdJsonObjectMapper
Convenience method for registering specified modules in order; functionally equivalent to:

W

writeValue(OutputStream, Stream<Object>) - Method in class in.abilng.ndjson.NdJsonObjectMapper
Method that can be used to serialize any Java Stream of value as JSON output, written to OutputStream provided.
writeValue(OutputStream, List<Object>) - Method in class in.abilng.ndjson.NdJsonObjectMapper
Method that can be used to serialize any Java List of value as JSON output, written to OutputStream provided.
I N R W 
Skip navigation links

Copyright © 2019. All rights reserved.