Object/Trait

com.github.andyglow.json

Value

Related Docs: trait Value | package json

Permalink

object Value

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Value
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait FieldAdapter[T] extends AnyRef

    Permalink
  2. implicit class IterableOps[T] extends AnyRef

    Permalink
  3. trait LowPriorityFieldAdapters extends AnyRef

    Permalink
  4. trait LowPriorityValueAdapters extends AnyRef

    Permalink
  5. sealed trait ValueAdapter[T] extends AnyRef

    Permalink
  6. case class arr(value: Seq[Value] = Seq.empty) extends Value with Product with Serializable

    Permalink
  7. sealed abstract class bool extends Value with Product with Serializable

    Permalink
  8. case class num(value: BigDecimal) extends Value with Product with Serializable

    Permalink
  9. case class obj(underlying: Map[String, Value]) extends Value with Product with Serializable

    Permalink
  10. case class str(value: String) extends Value with Product with Serializable

    Permalink

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. object FieldAdapter extends LowPriorityFieldAdapters

    Permalink
  5. object ValueAdapter extends LowPriorityValueAdapters

    Permalink
  6. object arr extends Serializable

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. object bool extends Serializable

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. implicit def convertField[T](x: (String, T))(implicit adapter: FieldAdapter[T]): field

    Permalink
  11. implicit def convertOptValueField[T](x: (String, Option[Value])): field

    Permalink
  12. implicit def convertValue[T](x: T)(implicit adapter: ValueAdapter[T]): J

    Permalink
  13. implicit def convertValueField[T](x: (String, Value)): field

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. object false extends bool with Product with Serializable

    Permalink
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. object null extends Value with Product with Serializable

    Permalink
  25. object num extends Serializable

    Permalink
  26. object obj extends Serializable

    Permalink
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. object true extends bool with Product with Serializable

    Permalink
  30. implicit val valueOrdering: Ordering[Value]

    Permalink
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped