public static class SimpleTypeStaxUnmarshallers.IntegerStaxUnmarshaller extends java.lang.Object implements Unmarshaller<java.lang.Integer,StaxUnmarshallerContext>
| Constructor and Description |
|---|
IntegerStaxUnmarshaller() |
| Modifier and Type | Method and Description |
|---|---|
static SimpleTypeStaxUnmarshallers.IntegerStaxUnmarshaller |
getInstance()
Constructor.
|
java.lang.Integer |
unmarshall(StaxUnmarshallerContext unmarshallerContext) |
public java.lang.Integer unmarshall(StaxUnmarshallerContext unmarshallerContext) throws java.lang.Exception
unmarshall in interface Unmarshaller<java.lang.Integer,StaxUnmarshallerContext>unmarshallerContext - to unmarshall.java.lang.Exceptionpublic static SimpleTypeStaxUnmarshallers.IntegerStaxUnmarshaller getInstance()