public class BigIntegerAdapter extends XmlAdapter<String,BigInteger>
| Constructor and Description | 
|---|
BigIntegerAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
marshal(BigInteger value)  | 
BigInteger | 
unmarshal(String value)  | 
public String marshal(BigInteger value)
marshal in class XmlAdapter<String,BigInteger>public BigInteger unmarshal(String value)
unmarshal in class XmlAdapter<String,BigInteger>Copyright © 2020. All rights reserved.