Package de.caluga.morphium.objectmapping
Class BigIntegerTypeMapper
- java.lang.Object
-
- de.caluga.morphium.objectmapping.BigIntegerTypeMapper
-
- All Implemented Interfaces:
MorphiumTypeMapper<BigInteger>
public class BigIntegerTypeMapper extends Object implements MorphiumTypeMapper<BigInteger>
custom type mapper for BigIntegers
-
-
Constructor Summary
Constructors Constructor Description BigIntegerTypeMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectmarshall(BigInteger o)BigIntegerunmarshall(Object d)
-
-
-
Method Detail
-
marshall
public Object marshall(BigInteger o)
- Specified by:
marshallin interfaceMorphiumTypeMapper<BigInteger>
-
unmarshall
public BigInteger unmarshall(Object d)
- Specified by:
unmarshallin interfaceMorphiumTypeMapper<BigInteger>
-
-