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