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