Package com.jsoniter.fuzzy
Class MaybeStringShortDecoder
- java.lang.Object
-
- com.jsoniter.spi.Decoder.ShortDecoder
-
- com.jsoniter.fuzzy.MaybeStringShortDecoder
-
- All Implemented Interfaces:
Decoder
public class MaybeStringShortDecoder extends Decoder.ShortDecoder
-
-
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 Constructor Description MaybeStringShortDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description short
decodeShort(JsonIterator iter)
-
Methods inherited from class com.jsoniter.spi.Decoder.ShortDecoder
decode
-
-
-
-
Method Detail
-
decodeShort
public short decodeShort(JsonIterator iter) throws java.io.IOException
- Specified by:
decodeShort
in classDecoder.ShortDecoder
- Throws:
java.io.IOException
-
-