Transformer

fabric.transform.Transformer
See theTransformer companion object
class Transformer(val json: Json, val paths: List[JsonPath])

Attributes

Companion
object
Source
Transformer.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def concatenate(path: JsonPath, separator: String): Json

Attributes

Source
Transformer.scala
def copy(to: JsonPath): Json

Attributes

Source
Transformer.scala
def delete(): Json

Attributes

Source
Transformer.scala
def extract(regex: Regex, to: Vector[JsonPath]): Json

Attributes

Source
Transformer.scala
def mergeTo(path: JsonPath): Json

Attributes

Source
Transformer.scala
def modify(modifier: Json => Json): Json

Attributes

Source
Transformer.scala
def move(to: JsonPath): Json

Attributes

Source
Transformer.scala
def rename(newName: String): Json

Attributes

Source
Transformer.scala

Concrete fields

val json: Json

Attributes

Source
Transformer.scala

Attributes

Source
Transformer.scala