Uses of Interface
de.caluga.morphium.objectmapping.MorphiumTypeMapper
-
Packages that use MorphiumTypeMapper Package Description de.caluga.morphium.objectmapping -
-
Uses of MorphiumTypeMapper in de.caluga.morphium.objectmapping
Classes in de.caluga.morphium.objectmapping that implement MorphiumTypeMapper Modifier and Type Class Description classBigIntegerTypeMappercustom type mapper for BigIntegersclassBsonGeoMapperMethods in de.caluga.morphium.objectmapping with parameters of type MorphiumTypeMapper Modifier and Type Method Description <T> voidMorphiumObjectMapper. registerCustomMapperFor(Class<T> cls, MorphiumTypeMapper<T> map)<T> voidObjectMapperImpl. registerCustomMapperFor(Class<T> cls, MorphiumTypeMapper<T> map)
-