| Package | Description |
|---|---|
| de.bild.codec |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicReflectionCodec<T> |
class |
CollectionTypeCodec<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.
|
class |
ComplexMapTypeCodec<K,V> |
class |
ListTypeCodec<C extends List<V>,V> |
class |
MapTypeCodec<K,V> |
class |
SetTypeCodec<C extends Set<V>,V> |
class |
SimpleMapTypeCodec<V> |
class |
SpecialFieldsMapCodec<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 by
DocumentCodec |
Copyright © 2017 BILD GmbH & Co. KG. All rights reserved.