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