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