Class BsonJsonMapper
java.lang.Object
io.micronaut.serde.bson.AbstractBsonMapper
io.micronaut.serde.bson.BsonJsonMapper
- All Implemented Interfaces:
io.micronaut.json.JsonMapper, ObjectMapper
Textual JSON Bson mapper.
- Author:
- Denis Stepanov
-
Nested Class Summary
Nested classes/interfaces inherited from interface ObjectMapper
ObjectMapper.CloseableObjectMapper -
Field Summary
Fields inherited from class AbstractBsonMapper
decoderContext, encoderContext, registry, serdeConfiguration, view -
Constructor Summary
ConstructorsConstructorDescriptionBsonJsonMapper(SerdeRegistry registry, SerdeConfiguration serdeConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionio.micronaut.json.JsonMappercloneWithViewClass(Class<?> viewClass) protected org.bson.BsonReadercreateBsonReader(ByteBuffer byteBuffer) protected org.bson.AbstractBsonWritercreateBsonWriter(OutputStream outputStream) Methods inherited from class AbstractBsonMapper
createReactiveParser, getSerdeRegistry, getStreamConfig, readValue, readValue, readValueFromTree, writeValue, writeValue, writeValueAsBytes, writeValueAsBytes, writeValueToTree, writeValueToTreeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.json.JsonMapper
createSpecific, detectFeatures, readValue, readValue, readValue, readValue, readValue, readValue, readValueFromTree, updateValueFromTree, writeValueAsString, writeValueAsStringMethods inherited from interface ObjectMapper
cloneWithConfiguration, cloneWithFeatures, writeValueAsString
-
Constructor Details
-
BsonJsonMapper
-
-
Method Details
-
cloneWithViewClass
-
createBsonReader
- Specified by:
createBsonReaderin classAbstractBsonMapper
-
createBsonWriter
- Specified by:
createBsonWriterin classAbstractBsonMapper
-