io.circe.optics

JsonPath

final case class JsonPath(json: Optional[Json, Json]) extends Dynamic with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JsonPath
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Dynamic
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JsonPath(json: Optional[Json, Json])

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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. final def arr: Optional[Json, List[Json]]

  7. final def arrFilter(p: (Int) ⇒ Boolean): JsonTraversalPath

  8. final def as[A](implicit decode: Decoder[A], encode: Encoder[A]): Optional[Json, A]

    Decode a value at the current location.

    Decode a value at the current location.

    Note that this operation is not lawful, since decoding is not injective (as noted by Julien Truffaut). It is provided here for convenience, but may change in future versions.

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. final def at(field: String): Optional[Json, Option[Json]]

  11. final def bigDecimal: Optional[Json, BigDecimal]

  12. final def bigInt: Optional[Json, BigInt]

  13. final def boolean: Optional[Json, Boolean]

  14. final def byte: Optional[Json, Byte]

  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. final def double: Optional[Json, Double]

  17. final def each: JsonTraversalPath

  18. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  21. final def index(i: Int): JsonPath

  22. final def int: Optional[Json, Int]

  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. val json: Optional[Json, Json]

  25. final def long: Optional[Json, Long]

  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. final def null: Optional[Json, Unit]

  30. final def number: Optional[Json, JsonNumber]

  31. final def obj: Optional[Json, JsonObject]

  32. final def objFilter(p: (String) ⇒ Boolean): JsonTraversalPath

  33. final def selectDynamic(field: String): JsonPath

  34. final def short: Optional[Json, Short]

  35. final def string: Optional[Json, String]

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

    Definition Classes
    AnyRef
  37. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Dynamic

Inherited from AnyRef

Inherited from Any

Ungrouped