Uses of Package
de.bild.codec
Packages that use de.bild.codec
-
Classes in de.bild.codec used by de.bild.codecClassDescriptionAbstract base class for any type codec.Helper class holding configurations for the PojoCodecProviderThis interface can be used to add special handling for pojos of certain types.This codec encodes/decodes any Set and Map (see sub classes) Note that this codec will never persist any addition properties declared in sub classes Solely the collection values itself will be persisted.IdGenerator that has no need to generate ids based on instance internalsIntroducing this super-interface of
IdGeneratorallows for staying backward compatible with existing code.Provides a codec for Pojos Use the internal builder to register classes and packages that can be handled by the codecProvides functionality for handling polymorphic structures.Codecs for primitive arraysUsed by Polymorphia internally to tag codecs that use reflection to build a Codec for al propertiesAll codecs used within polymorphia need to implement this interface.The mongo driverCodecProviderwas not designed to acceptTypeas parameter ThisTypeCodecProvidercan be used to registerCodecs for any givenTypeRegister yourTypeCodecProviderwhen buildingPojoCodecProvider.Builder.register(TypeCodecProvider...)TypeCodecProvider helps you to handle a given fields within your Pojos as special way. -
Classes in de.bild.codec used by de.bild.codec.annotationsClassDescriptionIdGenerator that has no need to generate ids based on instance internalsIntroducing this super-interface of
IdGeneratorallows for staying backward compatible with existing code.