case class RecursiveSearch(key: String) extends PathNode with Product with Serializable
- Source
- JsPath.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RecursiveSearch
- Serializable
- Product
- Equals
- PathNode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new RecursiveSearch(key: String)
Value Members
- def apply(json: JsValue): List[JsValue]
- Definition Classes
- → PathNode
- val key: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def set(json: JsValue, transform: () => JsValue): JsValue
First found, first set and never goes down after setting
First found, first set and never goes down after setting
- Definition Classes
- → PathNode
- def toJsonString: String
- Definition Classes
- → PathNode
- def toString(): String
- Definition Classes
- RecursiveSearch → AnyRef → Any