Class BigIntegerAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<String,BigInteger>
-
- org.opennms.netmgt.ticketer.otrs31.BigIntegerAdapter
-
public class BigIntegerAdapter extends XmlAdapter<String,BigInteger>
-
-
Constructor Summary
Constructors Constructor Description BigIntegerAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
marshal(BigInteger value)
BigInteger
unmarshal(String value)
-
-
-
Method Detail
-
marshal
public String marshal(BigInteger value)
- Specified by:
marshal
in classXmlAdapter<String,BigInteger>
-
unmarshal
public BigInteger unmarshal(String value)
- Specified by:
unmarshal
in classXmlAdapter<String,BigInteger>
-
-