RewriteBehavior

com.github.ingarabr.firebase.dto.RewriteBehavior
See theRewriteBehavior companion trait

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Classlikes

case class CloudRunRewrite(serviceId: String, region: String) extends RewriteBehavior

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Function(value: String) extends RewriteBehavior

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Path(value: String) extends RewriteBehavior

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

override def convertToJson: RewriteBehavior => (String, Json)

Attributes

Definition Classes
override def mappings: Map[String, ACursor => Result[RewriteBehavior]]

Attributes

Definition Classes

Inherited methods

def fromJson(cur: HCursor): Result[RewriteBehavior]

Attributes

Inherited from:
CirceOneOf
def toJsonObject(a: RewriteBehavior): JsonObject

Attributes

Inherited from:
CirceOneOf