| Package | Description |
|---|---|
| de.caluga.morphium | |
| de.caluga.morphium.mapping | |
| de.caluga.morphium.objectmapper |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
ObjectMapperImpl.registerCustomMapperFor(Class<T> cls,
MorphiumTypeMapper<T> map) |
<T> void |
MorphiumObjectMapper.registerCustomMapperFor(Class<T> cls,
MorphiumTypeMapper<T> map) |
| Modifier and Type | Class and Description |
|---|---|
class |
BigIntegerTypeMapper
custom type mapper for BigIntegers
|
| Modifier and Type | Method and Description |
|---|---|
Map<Class,MorphiumTypeMapper> |
ObjectMapperImplNG.getTypeMappers() |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
ObjectMapperImplNG.registerCustomMapperFor(Class<T> cls,
MorphiumTypeMapper<T> map) |
| Constructor and Description |
|---|
MorphiumDeserializer(AnnotationAndReflectionHelper anhelper,
Map<Class<?>,NameProvider> nameProviderByClass,
Morphium morphium,
Map<Class,MorphiumTypeMapper> typeMapper) |
MorphiumSerializer(AnnotationAndReflectionHelper ar,
Map<Class<?>,NameProvider> np,
Morphium m,
MorphiumObjectMapper om,
Map<Class,MorphiumTypeMapper> tm) |
Copyright © 2018. All rights reserved.