com.github.kmizu.jsonda

JsondaDSL

trait JsondaDSL extends AnyRef

Source
JsondaDSL.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. JsondaDSL
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Type Members

  1. abstract type JsonArray <: JsonValueType

  2. abstract type JsonBool <: JsonValueType

  3. abstract type JsonDouble <: JsonValueType

  4. abstract type JsonInt <: JsonValueType

  5. abstract type JsonObject <: JsonValueType

  6. abstract type JsonString <: JsonValueType

  7. abstract type JsonValueType

  8. class PBinder extends PimpedType[String]

    A class for extending String methods in *Pimp my library* pattern".

  9. abstract class PJSON extends PimpedType[JsonValueType]

    "A class for extending JsonAST.

Abstract Value Members

  1. abstract def $(elements: JsonValueType*): JsonArray

    Constructs an object of com.github.kmizu.jsonda.JsondaDSL.JsonArray.

    Constructs an object of com.github.kmizu.jsonda.JsondaDSL.JsonArray. The elements of the array are elements.

    elements

    var-args of com.github.kmizu.jsonda.JsondaDSL.JsonValueType, which are elements of com.github.kmizu.jsonda.JsondaDSL.JsonArray

    returns

    com.github.kmizu.jsonda.JsondaDSL.JsonArray, which elements is elements.

  2. abstract val JsonNull: JsonValueType

  3. implicit abstract def bigDecimal2String(arg: BigDecimal): JsonString

  4. implicit abstract def bigInt2JString(arg: BigInt): JsonString

  5. implicit abstract def boolean2JBool(arg: Boolean): JsonBool

  6. abstract def constructJsonObject(): JsonObject

  7. implicit abstract def double2JDouble(arg: Double): JsonDouble

  8. implicit abstract def float2JDouble(arg: Float): JsonDouble

  9. implicit abstract def int2JInt(arg: Int): JsonInt

  10. implicit abstract def long2JInt(arg: Long): JsonInt

  11. implicit abstract def null2JsonNull(mnull: Null): JsonValueType

  12. implicit abstract def pimpJsonAST(arg: JsonValueType): PJSON

  13. implicit abstract def string2JString(arg: String): JsonString

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def %(body: ⇒ Any): JsonObject

    Constructs an object which type is com.github.kmizu.jsonda.JsondaDSL.JsonObject.

    Constructs an object which type is com.github.kmizu.jsonda.JsondaDSL.JsonObject. The object is determined by the result of evaluation of body.

  5. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

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

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

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

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

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

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

    Definition Classes
    Any
  15. implicit def makeBinderFromString(arg: String): PBinder

  16. implicit def makeBinderFromSymbol(arg: Symbol): PBinder

  17. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  20. implicit def option2JsonValue[A](arg: Option[A])(implicit arg0: (A) ⇒ JsonValueType): JsonValueType

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

    Definition Classes
    AnyRef
  22. def toString(): String

    Definition Classes
    AnyRef → Any
  23. val values: DynamicVariable[List[(String, JsonValueType)]]

    Attributes
    protected
  24. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any