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