Packages

o

one.xingyi.json4s.Json4sParser

JsonParserForJson4s

implicit object JsonParserForJson4s extends JsonParser[JValue]

Linear Supertypes
JsonParser[JValue], (String) ⇒ JValue, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonParserForJson4s
  2. JsonParser
  3. Function1
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def \(j: JValue, s: String): JValue
    Definition Classes
    JsonParserForJson4s → JsonParser
  5. def andThen[A](g: (JValue) ⇒ A): (String) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  6. def apply(s: String): JValue
    Definition Classes
    JsonParserForJson4s → Function1
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def asList(j: JValue): List[JValue]
    Definition Classes
    JsonParserForJson4s → JsonParser
  9. def asObject(j: JValue): Map[String, JValue]
    Definition Classes
    JsonParserForJson4s → JsonParser
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. def compose[A](g: (A) ⇒ String): (A) ⇒ JValue
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def extractBoolean(j: JValue): Boolean
    Definition Classes
    JsonParserForJson4s → JsonParser
  15. def extractDouble(j: JValue): Double
    Definition Classes
    JsonParserForJson4s → JsonParser
  16. def extractInt(j: JValue): Int
    Definition Classes
    JsonParserForJson4s → JsonParser
  17. def extractOptString(j: JValue): Option[String]
    Definition Classes
    JsonParserForJson4s → JsonParser
  18. def extractString(j: JValue): String
    Definition Classes
    JsonParserForJson4s → JsonParser
  19. implicit val formats: DefaultFormats.type
    Attributes
    protected
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from JsonParser[JValue]

Inherited from (String) ⇒ JValue

Inherited from AnyRef

Inherited from Any

Ungrouped