Uses of Class
com.sdicons.json.model.JSONNumber
-
Packages that use JSONNumber Package Description com.sdicons.json.model com.sdicons.json.validator.impl.predicates -
-
Uses of JSONNumber in com.sdicons.json.model
Subclasses of JSONNumber in com.sdicons.json.model Modifier and Type Class Description class
JSONDecimal
Represents a JSON float.class
JSONInteger
Represents a JSON int. -
Uses of JSONNumber in com.sdicons.json.validator.impl.predicates
Methods in com.sdicons.json.validator.impl.predicates with parameters of type JSONNumber Modifier and Type Method Description private java.math.BigDecimal
Range. cvtNumber(JSONNumber aNum)
-