Class

fm.json

JsonFloatingPoint

Related Doc: package json

Permalink

sealed abstract class JsonFloatingPoint extends JsonNumber

Linear Supertypes
JsonNumber, JsonValue, JsonNode, Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonFloatingPoint
  2. JsonNumber
  3. JsonValue
  4. JsonNode
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def asBigDecimal: BigDecimal

    Permalink
    Definition Classes
    JsonNumber
  2. abstract def asNumber: Number

    Permalink
    Definition Classes
    JsonNumber
  3. abstract def asString: String

    Permalink
    Definition Classes
    JsonValue
  4. abstract def isZero: Boolean

    Permalink

    Is this number zero?

    Is this number zero?

    Definition Classes
    JsonNumber
  5. abstract def numberType: NumberType

    Permalink
    Definition Classes
    JsonNumber
  6. abstract def write(gen: JsonGenerator, options: JsonOptions): Unit

    Permalink
    Definition Classes
    JsonNode

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. final def asToken: JsonToken

    Permalink
    Definition Classes
    JsonFloatingPointJsonNode
  6. final def at(ptr: JsonPointer): Option[JsonNode]

    Permalink
    Definition Classes
    JsonNode
  7. final def at(jsonPointerExpression: String): Option[JsonNode]

    Permalink
    Definition Classes
    JsonNode
  8. def atImpl(ptr: JsonPointer): Option[JsonNode]

    Permalink
    Attributes
    protected
    Definition Classes
    JsonValueJsonNode
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  14. def isBigInteger: Boolean

    Permalink

    Can this value be converted to an bigInteger?

    Can this value be converted to an bigInteger?

    Definition Classes
    JsonNumber
  15. def isDouble: Boolean

    Permalink

    Can this value be converted to an double?

    Can this value be converted to an double?

    Definition Classes
    JsonNumber
  16. def isFloat: Boolean

    Permalink

    Can this value be converted to an float?

    Can this value be converted to an float?

    Definition Classes
    JsonNumber
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def isInt: Boolean

    Permalink

    Can this value be converted to an int?

    Can this value be converted to an int?

    Definition Classes
    JsonNumber
  19. def isJsonArray: Boolean

    Permalink
    Definition Classes
    JsonValueJsonNode
  20. def isJsonContainer: Boolean

    Permalink
    Definition Classes
    JsonValueJsonNode
  21. def isJsonNull: Boolean

    Permalink
    Definition Classes
    JsonNode
  22. def isJsonObject: Boolean

    Permalink
    Definition Classes
    JsonValueJsonNode
  23. def isJsonValue: Boolean

    Permalink
    Definition Classes
    JsonValueJsonNode
  24. def isLong: Boolean

    Permalink

    Can this value be converted to an long?

    Can this value be converted to an long?

    Definition Classes
    JsonNumber
  25. final def isNotZero: Boolean

    Permalink
    Definition Classes
    JsonNumber
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toBigInteger: BigInteger

    Permalink

    Convert this value to an bigInteger throwing an exception if exact conversion is not possible

    Convert this value to an bigInteger throwing an exception if exact conversion is not possible

    Definition Classes
    JsonNumber
  31. def toBigIntegerOption: Option[BigInteger]

    Permalink

    Optionally convert this value to an bigInteger

    Optionally convert this value to an bigInteger

    Definition Classes
    JsonNumber
  32. final def toCompactJson(): String

    Permalink
    Definition Classes
    JsonNode
  33. def toDouble: Double

    Permalink

    Convert this value to an double throwing an exception if exact conversion is not possible

    Convert this value to an double throwing an exception if exact conversion is not possible

    Definition Classes
    JsonNumber
  34. def toDoubleOption: Option[Double]

    Permalink

    Optionally convert this value to an double

    Optionally convert this value to an double

    Definition Classes
    JsonNumber
  35. def toFloat: Float

    Permalink

    Convert this value to an float throwing an exception if exact conversion is not possible

    Convert this value to an float throwing an exception if exact conversion is not possible

    Definition Classes
    JsonNumber
  36. def toFloatOption: Option[Float]

    Permalink

    Optionally convert this value to an float

    Optionally convert this value to an float

    Definition Classes
    JsonNumber
  37. def toInt: Int

    Permalink

    Convert this value to an int throwing an exception if exact conversion is not possible

    Convert this value to an int throwing an exception if exact conversion is not possible

    Definition Classes
    JsonNumber
  38. def toIntOption: Option[Int]

    Permalink

    Optionally convert this value to an int

    Optionally convert this value to an int

    Definition Classes
    JsonNumber
  39. final def toJson(options: JsonOptions): String

    Permalink
    Definition Classes
    JsonNode
  40. final def toJson(pretty: Boolean): String

    Permalink
    Definition Classes
    JsonNode
  41. final def toJsonNode(options: JsonOptions): JsonNode

    Permalink
    Definition Classes
    JsonNode
  42. final def toJsonWithoutNulls(): String

    Permalink
    Definition Classes
    JsonNode
  43. def toLong: Long

    Permalink

    Convert this value to an long throwing an exception if exact conversion is not possible

    Convert this value to an long throwing an exception if exact conversion is not possible

    Definition Classes
    JsonNumber
  44. def toLongOption: Option[Long]

    Permalink

    Optionally convert this value to an long

    Optionally convert this value to an long

    Definition Classes
    JsonNumber
  45. final def toPrettyJson(): String

    Permalink
    Definition Classes
    JsonNode
  46. final def toPrettyJsonWithoutNulls(): String

    Permalink
    Definition Classes
    JsonNode
  47. final def toString(): String

    Permalink
    Definition Classes
    JsonNode → AnyRef → Any
  48. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def write(gen: JsonGenerator): Unit

    Permalink
    Definition Classes
    JsonNode

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from JsonNumber

Inherited from JsonValue

Inherited from JsonNode

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped