final case class DownField(parent: JsonCursor[_, Obj], name: String) extends JsonCursor[Obj, Json] with Product with Serializable
Instance Constructors
- new DownField(parent: JsonCursor[_, Obj], name: String)
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def >>>[Next <: Json](that: JsonCursor[Json, Next]): JsonCursor[Obj, Next]
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def element(index: Int)(implicit ev: <:<[Json, Arr]): DownElement
- final def eq(arg0: AnyRef): Boolean
- final def field(field: String)(implicit ev: <:<[Json, Obj]): DownField
- final def filterType[B <: Json](jsonType: JsonType[B]): JsonCursor[Json, B]
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- final def isArray: JsonCursor[Json, Arr]
- final def isBool: JsonCursor[Json, Bool]
- final def isInstanceOf[T0]: Boolean
- final def isNull: JsonCursor[Json, Null]
- final def isNumber: JsonCursor[Json, Num]
- final def isObject: JsonCursor[Json, Obj]
- final def isString: JsonCursor[Json, Str]
- val name: String
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- val parent: JsonCursor[_, Obj]
- def productElementNames: Iterator[String]
- final def synchronized[T0](arg0: => T0): T0
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
Inherited from Product
Value Members
- def productElementNames: Iterator[String]
Value Members
- final def >>>[Next <: Json](that: JsonCursor[Json, Next]): JsonCursor[Obj, Next]
- final def element(index: Int)(implicit ev: <:<[Json, Arr]): DownElement
- final def field(field: String)(implicit ev: <:<[Json, Obj]): DownField
- final def filterType[B <: Json](jsonType: JsonType[B]): JsonCursor[Json, B]
- final def isArray: JsonCursor[Json, Arr]
- final def isBool: JsonCursor[Json, Bool]
- final def isNull: JsonCursor[Json, Null]
- final def isNumber: JsonCursor[Json, Num]
- final def isObject: JsonCursor[Json, Obj]
- final def isString: JsonCursor[Json, Str]
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def >>>[Next <: Json](that: JsonCursor[Json, Next]): JsonCursor[Obj, Next]
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def element(index: Int)(implicit ev: <:<[Json, Arr]): DownElement
- final def eq(arg0: AnyRef): Boolean
- final def field(field: String)(implicit ev: <:<[Json, Obj]): DownField
- final def filterType[B <: Json](jsonType: JsonType[B]): JsonCursor[Json, B]
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- final def isArray: JsonCursor[Json, Arr]
- final def isBool: JsonCursor[Json, Bool]
- final def isInstanceOf[T0]: Boolean
- final def isNull: JsonCursor[Json, Null]
- final def isNumber: JsonCursor[Json, Num]
- final def isObject: JsonCursor[Json, Obj]
- final def isString: JsonCursor[Json, Str]
- val name: String
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- val parent: JsonCursor[_, Obj]
- def productElementNames: Iterator[String]
- final def synchronized[T0](arg0: => T0): T0
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit