Package de.bild.codec
Class ListTypeCodec<C extends List<V>,V>
java.lang.Object
de.bild.codec.AbstractTypeCodec<C>
de.bild.codec.CollectionTypeCodec<C,V>
de.bild.codec.ListTypeCodec<C,V>
- Type Parameters:
C- collection type extending listV- value type
- All Implemented Interfaces:
TypeCodec<C>,org.bson.codecs.Codec<C>,org.bson.codecs.Decoder<C>,org.bson.codecs.Encoder<C>
-
Constructor Summary
ConstructorsConstructorDescriptionListTypeCodec(Class<C> collectionClass, Type valueType, TypeCodecRegistry typeCodecRegistry) -
Method Summary
Methods inherited from class de.bild.codec.CollectionTypeCodec
decode, defaultInstance, encode, newInstanceMethods inherited from class de.bild.codec.AbstractTypeCodec
getEncoderClass, 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
-
ListTypeCodec
-
-
Method Details
-
getDefaultConstructor
- Overrides:
getDefaultConstructorin classCollectionTypeCodec<C extends List<V>,V>
-