case class IdxPathNode(idx: Int) extends PathNode with Product with Serializable
- Source
- JsPath.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IdxPathNode
- Serializable
- Product
- Equals
- PathNode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new IdxPathNode(idx: Int)
Value Members
- def apply(json: JsValue): List[JsValue]
- Definition Classes
- → PathNode
- val idx: Int
- 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
- IdxPathNode → AnyRef → Any