-
- All Implemented Interfaces:
-
dev.entao.web.json.YsonConverter
public class DoubleYsonConverter implements YsonConverter
-
-
Field Summary
Fields Modifier and Type Field Description public final static DoubleYsonConverterINSTANCE
-
Method Summary
Modifier and Type Method Description DoublefromYsonValue(YsonValue yv)YsonValuetoYsonValue(Object v)-
-
Method Detail
-
fromYsonValue
Double fromYsonValue(YsonValue yv)
-
toYsonValue
YsonValue toYsonValue(Object v)
-
-
-
-