RemovePathFilter

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

Attributes

Source
RemovePathFilter.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait JsonFilter
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Attributes

Definition Classes
Source
RemovePathFilter.scala

Inherited methods

def &&(that: JsonFilter): JsonFilter

Attributes

Inherited from:
JsonFilter
Source
JsonFilter.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product