Package de.bild.codec
Class SimpleMapTypeCodec<V>
- All Implemented Interfaces:
TypeCodec<Map<String,,V>> org.bson.codecs.Codec<Map<String,,V>> org.bson.codecs.Decoder<Map<String,,V>> org.bson.codecs.Encoder<Map<String,V>>
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleMapTypeCodec(Class<Map<String, V>> encoderClass, Type valueType, TypeCodecRegistry typeCodecRegistry) -
Method Summary
Methods inherited from class de.bild.codec.MapTypeCodec
defaultInstance, getDefaultConstructor, getEncoderClassMethods inherited from class de.bild.codec.AbstractTypeCodec
newInstance, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface de.bild.codec.TypeCodec
documentHasId, generateIdIfAbsentFromDocument, getDecodingPojoFailureStrategy, getDocumentId, getTypeFilter, isCollectible
-
Constructor Details
-
SimpleMapTypeCodec
-
-
Method Details
-
decode
-
encode
-