case class KeyPathNode(key: String) extends PathNode with Product with Serializable
- Source
- JsPath.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KeyPathNode
- Serializable
- Product
- Equals
- PathNode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new KeyPathNode(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
- Definition Classes
- → PathNode
- def toJsonString: String
- Definition Classes
- → PathNode
- def toString(): String
- Definition Classes
- KeyPathNode → AnyRef → Any