public static class SimpleTypeStaxUnmarshallers.BigIntegerStaxUnmarshaller extends java.lang.Object implements Unmarshaller<java.math.BigInteger,StaxUnmarshallerContext>
Modifier and Type | Field and Description |
---|---|
private static SimpleTypeStaxUnmarshallers.BigIntegerStaxUnmarshaller |
instance |
Constructor and Description |
---|
BigIntegerStaxUnmarshaller() |
Modifier and Type | Method and Description |
---|---|
static SimpleTypeStaxUnmarshallers.BigIntegerStaxUnmarshaller |
getInstance() |
java.math.BigInteger |
unmarshall(StaxUnmarshallerContext unmarshallerContext) |
private static final SimpleTypeStaxUnmarshallers.BigIntegerStaxUnmarshaller instance
public java.math.BigInteger unmarshall(StaxUnmarshallerContext unmarshallerContext) throws java.lang.Exception
unmarshall
in interface Unmarshaller<java.math.BigInteger,StaxUnmarshallerContext>
java.lang.Exception
public static SimpleTypeStaxUnmarshallers.BigIntegerStaxUnmarshaller getInstance()