public class Adapter2
extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.math.BigInteger>
| Constructor and Description |
|---|
Adapter2() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
marshal(java.math.BigInteger value) |
java.math.BigInteger |
unmarshal(java.lang.String value) |
public java.math.BigInteger unmarshal(java.lang.String value)
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.math.BigInteger>public java.lang.String marshal(java.math.BigInteger value)
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,java.math.BigInteger>