Package jsonvalues
Interface JsNumber
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanisArray()default booleanisBool()default booleanisFalse()default booleanisNothing()default booleanisNull()default booleanisNumber()default booleanisObj()default booleanisStr()default booleanisTrue()-
Methods inherited from interface jsonvalues.JsElem
asJsArray, asJsBigDec, asJsBigInt, asJsBool, asJsDouble, asJsInt, asJsLong, asJsObj, asJson, asJsStr, isArray, isBigDec, isBigDec, isBigInt, isBigInt, isDecimal, isDouble, isDouble, isInstant, isInstant, isInt, isInt, isIntegral, isJson, isJson, isLocalDate, isLocalDate, isLocalDateTime, isLocalDateTime, isLong, isLong, isNotJson, isNotNothing, isNotNull, isNotNumber, isObj, isSameType, isStr
-
-