Package com.jsoniter
Class MapKeyDecoders.StringKeyDecoder
java.lang.Object
com.jsoniter.MapKeyDecoders.StringKeyDecoder
- All Implemented Interfaces:
Decoder
- Enclosing class:
MapKeyDecoders
-
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 iterator
-
Constructor Details
-
StringKeyDecoder
private StringKeyDecoder()
-
-
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
-