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