JsonEqualValueSelector

case class JsonEqualValueSelector(v: Any) extends JsonValueSelector
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def description: String
def name: String
def select(names: List[Any]): Option[Any]
def select(map: Map[String, Any]): Option[(String, Any)]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product