RemovePathFilter

fabric.filter.RemovePathFilter
case class RemovePathFilter(path: JsonPath) extends JsonFilter

Attributes

Source:
RemovePathFilter.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def apply(value: Json, path: JsonPath): Option[Json]

Attributes

Definition Classes
Source:
RemovePathFilter.scala

Inherited methods

Attributes

Inherited from:
JsonFilter
Source:
JsonFilter.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product