Package de.caluga.morphium.objectmapping
Interface MorphiumTypeMapper<T>
-
- All Known Implementing Classes:
BigIntegerTypeMapper,BsonGeoMapper
public interface MorphiumTypeMapper<T>User: Stephan Bösebeck Date: 02.08.18 Time: 22:25TODO: Add documentation here
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectmarshall(T o)Tunmarshall(Object d)
-