uk.gov.hmrc.crypto.Sensitive
See theSensitive companion object
Sensitive identifies types which require encryption (See crypto-json). It is modelled as a trait with concrete implementations rather than a parameterised case class since this avoids type erasure. This helps with for example, the native mongo driver, where codecs are looked up by runtime class. More instances can be created by clients as required.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class SensitiveBigDecimalclass SensitiveBooleanclass SensitiveDoubleclass SensitiveInstantclass SensitiveLongclass SensitiveString
Members list
In this article