package jsonapi
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- jsonapi
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class ResourceCodec[From, A, +To <: ResourceLike] extends ResourceDecoder[From, A] with ResourceEncoder[A, To]
- type ResourceIdentifierCodec[A] = ResourceCodec[ResourceIdentifier, A, ResourceIdentifier]
- type ResourceObjectCodec[A] = ResourceCodec[ResourceObject, A, ResourceObject]
- type ResourceObjectOptionalIdCodec[A] = ResourceCodec[ResourceObjectOptionalId, A, ResourceObjectOptionalId]
Value Members
- object ResourceCodec
- object ResourceIdentifierCodec
- object ResourceObjectCodec
- object ResourceObjectOptionalIdCodec