Packages

trait SPI[J] extends AnyRef

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

Type Members

  1. abstract type JsonNumber
  2. abstract type JsonObject

Abstract Value Members

  1. abstract def filterObject(p: (String) ⇒ Boolean): Traversal[JsonObject, J]
  2. abstract def jArray: Prism[J, List[J]]
  3. abstract def jBigDecimal: Prism[J, BigDecimal]
  4. abstract def jBigInt: Prism[J, BigInt]
  5. abstract def jBoolean: Prism[J, Boolean]
  6. abstract def jByte: Prism[J, Byte]
  7. abstract def jDescendants: Traversal[J, J]
  8. abstract def jDouble: Prism[J, Double]
  9. abstract def jField(json: J, name: String): Option[J]
  10. abstract def jInt: Prism[J, Int]
  11. abstract def jLong: Prism[J, Long]
  12. abstract def jNull: Prism[J, Unit]
  13. abstract def jNumber: Prism[J, JsonNumber]
  14. abstract def jObject: Prism[J, JsonObject]
  15. abstract def jObjectMap: Iso[JsonObject, Map[String, J]]
  16. abstract def jObjectValues: Traversal[JsonObject, J]
  17. abstract def jShort: Prism[J, Short]
  18. abstract def jString: Prism[J, String]
  19. abstract def ordering: Ordering[J]

Concrete 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 addIfMissing(j: J, assocs: Map[String, J]): J
  5. def addIfMissing(j: J, assocs: (String, J)*): J
  6. def arr(entries: J*): J
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.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 filterKeys(j: J, p: (String) ⇒ Boolean): J
  12. def filterKeysNot(j: J, p: (String) ⇒ Boolean): J
  13. def filterRecursive(j: J, p: (J) ⇒ Boolean): J
  14. def filterValues(j: J, p: (J) ⇒ Boolean): J
  15. def filterValuesNot(j: J, p: (J) ⇒ Boolean): J
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def jArrayEntries[E](elementPrism: Prism[J, E]): Prism[J, List[E]]
  21. def jEntries[E](entryPrism: Prism[J, E]): Prism[J, Map[String, E]]
  22. def jObjectEntries: Prism[J, Map[String, J]]
  23. def jStrings: Prism[J, List[String]]
  24. def js: Prism[J, String]
  25. def mapValuesWithKey(j: J, f: (String) ⇒ (J) ⇒ J): J
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  29. def obj(entries: Map[String, J]): J
  30. def obj(entries: (String, J)*): J
  31. def optional[A](codec: Codec[A, J]): Optional[A, J]
  32. def removeFields(j: J, names: String*): J
  33. def renameFields(j: J, fromTos: Map[String, String]): J
  34. def renameFields(j: J, fromTos: (String, String)*): J
  35. def retainFields(j: J, names: String*): J
  36. def reverse(j: J): J
  37. def reversePrism[A](codec: Codec[A, J]): Prism[J, A]
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. def traversal[A](codec: Codec[A, J]): Traversal[A, J]
  41. def upsert(j: J, assocs: Map[String, J]): J
  42. def upsert(j: J, assocs: (String, J)*): J
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped