RedactionStrategy

skunk.RedactionStrategy$
See theRedactionStrategy companion trait

Attributes

Companion
trait
Source
RedactionStrategy.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object All extends RedactionStrategy

All values are redacted, regardless of what encoders specify.

All values are redacted, regardless of what encoders specify.

Attributes

Source
RedactionStrategy.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
All.type
case object None extends RedactionStrategy

No values are redacted, regardless of what encoders specify.

No values are redacted, regardless of what encoders specify.

Attributes

Source
RedactionStrategy.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
None.type
case object OptIn extends RedactionStrategy

Values from encoders that have explicitly enabled redaction (via .redact) are redacted and all other values are not.

Values from encoders that have explicitly enabled redaction (via .redact) are redacted and all other values are not.

This is the default strategy.

Attributes

Source
RedactionStrategy.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
OptIn.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala