Class JsDoubleArrayReader
java.lang.Object
org.dominokit.jacksonapt.deser.array.cast.BaseJsNumberArrayReader
org.dominokit.jacksonapt.deser.array.cast.JsDoubleArrayReader
- All Implemented Interfaces:
JacksonContext.DoubleArrayReader
public class JsDoubleArrayReader extends BaseJsNumberArrayReader implements JacksonContext.DoubleArrayReader
JsDoubleArrayReader class.
- Version:
- $Id: $Id
- Author:
- vegegoku
-
Constructor Summary
Constructors Constructor Description JsDoubleArrayReader() -
Method Summary
Modifier and Type Method Description double[]readArray(JsonReader reader)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
JsDoubleArrayReader
public JsDoubleArrayReader()
-
-
Method Details
-
readArray
- Specified by:
readArrayin interfaceJacksonContext.DoubleArrayReader
-