Package org.n52.svalbard.read
Class NillableReader<T>
- java.lang.Object
-
- org.n52.svalbard.read.XmlReader<Nillable<T>>
-
- org.n52.svalbard.read.NillableReader<T>
-
- Direct Known Subclasses:
NillableCodeTypeReader,NillableFreeTextReader,NillableGeographicalNameReader,NillableReferenceReader,NillableStringReader,NillableSubtagReader
public abstract class NillableReader<T> extends XmlReader<Nillable<T>>
TODO JavaDoc
-
-
Constructor Summary
Constructors Constructor Description NillableReader()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected voidbegin()protected Nillable<T>finish()protected abstract XmlReader<T>getDelegate()protected List<QName>getPossibleNilReasonAttributes()
-
-
-
Method Detail
-
begin
protected void begin() throws XMLStreamException, DecodingException- Overrides:
beginin classXmlReader<Nillable<T>>- Throws:
XMLStreamExceptionDecodingException
-
-