Class ReflectionCollectionDecoder
java.lang.Object
com.jsoniter.ReflectionCollectionDecoder
- All Implemented Interfaces:
Decoder
-
Nested Class Summary
Nested classes/interfaces inherited from interface Decoder
Decoder.BooleanDecoder, Decoder.DoubleDecoder, Decoder.FloatDecoder, Decoder.IntDecoder, Decoder.LongDecoder, Decoder.ShortDecoder -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(JsonIterator iter) Customized decoder to read values from iteratorprivate Objectdecode_(JsonIterator iter)
-
Field Details
-
ctor
-
compTypeDecoder
-
-
Constructor Details
-
ReflectionCollectionDecoder
-
-
Method Details
-
decode
Description copied from interface:DecoderCustomized decoder to read values from iterator- Specified by:
decodein interfaceDecoder- Parameters:
iter- the iterator instance- Returns:
- the value to set
- Throws:
IOException- when reading from iterator triggered error
-
decode_
- Throws:
Exception
-