Uses of Class
de.bild.codec.AbstractTypeCodec
Packages that use AbstractTypeCodec
-
Uses of AbstractTypeCodec in de.bild.codec
Subclasses of AbstractTypeCodec in de.bild.codecModifier and TypeClassDescriptionclassclassCollectionTypeCodec<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> classSetTypeCodec<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