Class XsiNilLoader.Array
java.lang.Object
com.sun.xml.bind.v2.runtime.unmarshaller.Loader
com.sun.xml.bind.v2.runtime.unmarshaller.ProxyLoader
com.sun.xml.bind.v2.runtime.unmarshaller.XsiNilLoader
com.sun.xml.bind.v2.runtime.unmarshaller.XsiNilLoader.Array
- Enclosing class:
- XsiNilLoader
-
Nested Class Summary
Nested classes/interfaces inherited from class com.sun.xml.bind.v2.runtime.unmarshaller.XsiNilLoader
XsiNilLoader.Array, XsiNilLoader.Single
-
Field Summary
Fields inherited from class com.sun.xml.bind.v2.runtime.unmarshaller.Loader
expectText
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
onNil
(UnmarshallingContext.State state) Called when xsi:nil='true' was found.Methods inherited from class com.sun.xml.bind.v2.runtime.unmarshaller.XsiNilLoader
getExpectedAttributes, getExpectedChildElements, selectLoader
Methods inherited from class com.sun.xml.bind.v2.runtime.unmarshaller.ProxyLoader
leaveElement, startElement
Methods inherited from class com.sun.xml.bind.v2.runtime.unmarshaller.Loader
childElement, expectText, fireAfterUnmarshal, fireBeforeUnmarshal, handleGenericError, handleGenericException, handleGenericException, handleParseConversionException, reportError, reportError, reportUnexpectedChildElement, text
-
Constructor Details
-
Array
-
-
Method Details
-
onNil
Description copied from class:XsiNilLoader
Called when xsi:nil='true' was found.- Overrides:
onNil
in classXsiNilLoader
-