TaxCodeWrites
uk.gov.hmrc.domain.TaxCodeFormats.TaxCodeWrites
class TaxCodeWrites extends Writes[TaxCode]
Attributes
- Graph
-
- Supertypes
Members list
Value members
Inherited methods
Returns a new instance that first converts a B value to a A one, before converting this A value into a JsValue.
Returns a new instance that first converts a B value to a A one, before converting this A value into a JsValue.
Attributes
- Inherited from:
- Writes
Narrows to any B super-type of A.
Narrows to any B super-type of A.
Attributes
- Inherited from:
- Writes
Transforms the resulting JsValue using a Writes[JsValue].
Transforms the resulting JsValue using a Writes[JsValue].
Attributes
- Inherited from:
- Writes
In this article