Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Oct 22, 2020
1 parent 2cd4312 commit 3bd9a4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/endpoint/customtypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ Automatic codec derivation usually requires other implicits, such as:
* codecs for individual form fields
* schema of the custom type, through the `Schema[T]` implicit

Note the derivation of e.g. circe json encoders/decoders and tapir schema are separate processes, and must be
hence configured separately.

## Schema derivation

For case classes types, `Schema[_]` values are derived automatically using [Magnolia](https://propensive.com/opensource/magnolia/), given
Expand Down
3 changes: 3 additions & 0 deletions generated-doc/out/endpoint/customtypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ Automatic codec derivation usually requires other implicits, such as:
* codecs for individual form fields
* schema of the custom type, through the `Schema[T]` implicit

Note the derivation of e.g. circe json encoders/decoders and tapir schema are separate processes, and must be
hence configured separately.

## Schema derivation

For case classes types, `Schema[_]` values are derived automatically using [Magnolia](https://propensive.com/opensource/magnolia/), given
Expand Down

0 comments on commit 3bd9a4d

Please sign in to comment.