Uses of Interface
de.bild.codec.TypeCodec
Packages that use TypeCodec
-
Uses of TypeCodec in de.bild.codec
Subinterfaces of TypeCodec in de.bild.codecModifier and TypeInterfaceDescriptioninterfaceProvides functionality for handling polymorphic structures.interfaceUsed by Polymorphia internally to tag codecs that use reflection to build a Codec for al propertiesClasses in de.bild.codec that implement TypeCodecModifier and TypeClassDescriptionclassAbstract base class for any type codec.classArrayCodec<T>Codec for multi dimensionalclassclassCollectionTypeCodec<C extends Collection<V>,V> 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.classComplexMapTypeCodec<K,V> classListTypeCodec<C extends List<V>,V> classMapTypeCodec<K,V> classclassSetTypeCodec<C extends Set<V>,V> classclassSpecialFieldsMapCodec<T extends Map<String,Object>> This Codec can be used to decode/encode map-like structures but decode/encode certain properties within the map into specialized types This Codec is mainly inspired byDocumentCodec