| Interface | Description |
|---|---|
| Deserializer<Source,Model> |
Interface states that implementation can create model from source.
|
| Serializer<Model,Result> |
Indicates that implementation can change object into another form
Date: 2016/01/27
|
| Class | Description |
|---|---|
| DatabaseAnnotationHelper |
Helps extracting annotations values
|
| ReflectTypeUtils |
Utils for reflect transformations
|