Package com.alibaba.fastjson2.util
Class DoubleToDecimal
- java.lang.Object
-
- com.alibaba.fastjson2.util.DoubleToDecimal
-
public final class DoubleToDecimal extends Object
This class exposes a method to render adoubleas a string.
-
-
Constructor Summary
Constructors Constructor Description DoubleToDecimal()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static inttoString(double v, byte[] bytes, int off, boolean json)static inttoString(double v, char[] chars, int off, boolean json)static inttoString(float v, byte[] bytes, int off, boolean json)static inttoString(float v, char[] chars, int off, boolean json)
-
-
-
Method Detail
-
toString
public static int toString(double v, byte[] bytes, int off, boolean json)
-
toString
public static int toString(double v, char[] chars, int off, boolean json)
-
toString
public static int toString(float v, byte[] bytes, int off, boolean json)
-
toString
public static int toString(float v, char[] chars, int off, boolean json)
-
-