io.circe.optics

JsonFoldPath

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JsonFoldPath
  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 JsonFoldPath(json: Fold[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 apply(i: Int): JsonFoldPath

  7. final def applyDynamic(field: String)(index: Int): JsonFoldPath

  8. final def arr: Fold[Json, Vector[Json]]

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

  10. final def asInstanceOf[T0]: T0

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

  12. final def bigDecimal: Fold[Json, BigDecimal]

  13. final def bigInt: Fold[Json, BigInt]

  14. final def boolean: Fold[Json, Boolean]

  15. final def byte: Fold[Json, Byte]

  16. def clone(): AnyRef

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

  18. final def each: JsonFoldPath

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

    Definition Classes
    AnyRef
  20. final def filter(p: (Json) ⇒ Boolean): JsonFoldPath

  21. final def filterByField(p: (String) ⇒ Boolean): JsonFoldPath

  22. final def filterByIndex(p: (Int) ⇒ Boolean): JsonFoldPath

  23. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  25. final def index(i: Int): JsonFoldPath

  26. final def int: Fold[Json, Int]

  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. val json: Fold[Json, Json]

  29. final def long: Fold[Json, Long]

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

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

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

    Definition Classes
    AnyRef
  33. final def null: Fold[Json, Unit]

  34. final def number: Fold[Json, JsonNumber]

  35. final def obj: Fold[Json, JsonObject]

  36. final def selectDynamic(field: String): JsonFoldPath

  37. final def short: Fold[Json, Short]

  38. final def string: Fold[Json, String]

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. 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