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. JsondaDSL
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
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.

    "A class for extending JsonAST.JValue in *Pimp my lirary pattern" to add methods for serialization.

    Since

    0.0.2

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

  14. implicit abstract def toJsonArray[A](arg: Traversable[A])(implicit arg0: (A) ⇒ JsonValueType): JsonArray

Concrete Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. 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.

  4. final def ==(arg0: Any): Boolean

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

    Definition Classes
    Any
  6. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  20. def toString(): String

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

    Attributes
    protected
  22. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped