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