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