Packages

class ResourceCodec[From, A, +To <: ResourceLike] extends ResourceDecoder[From, A] with ResourceEncoder[A, To]

Linear Supertypes
ResourceEncoder[A, To], Encoder[A, To], ContextualDecoder[From, A, Document], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResourceCodec
  2. ResourceEncoder
  3. Encoder
  4. ContextualDecoder
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ResourceCodec(decoder: ResourceDecoder[From, A], encoder: ResourceEncoder[A, To])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def andThen[NewOut](fn: (A) => DecodeResult[NewOut]): ContextualDecoder[From, NewOut, Document]
    Definition Classes
    ContextualDecoder
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def contramap[C](fn: (C) => A): Encoder[C, To]
    Definition Classes
    Encoder
  8. def decode(from: From, context: Document): DecodeResult[A]
    Definition Classes
    ResourceCodec → ContextualDecoder
  9. val decoder: ResourceDecoder[From, A]
  10. def encode(in: A): To
    Definition Classes
    ResourceEncoder → Encoder
  11. def encodeInfallibly(in: A, includeSpec: InfallibleIncludeSpec = IncludeSpec.Opportunistically, fieldsSpec: InfallibleFieldsSpec = FieldsSpec.All): Encoded[To]
    Definition Classes
    ResourceEncoder
  12. def encodeResource(in: A, includeSpec: IncludeSpec, fieldsSpec: FieldsSpec): EncodeResult[PartiallyEncoded[To]]
    Definition Classes
    ResourceCodecResourceEncoder
  13. val encoder: ResourceEncoder[A, To]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def map[NewOut](fn: (A) => NewOut): ContextualDecoder[From, NewOut, Document]
    Definition Classes
    ContextualDecoder
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. implicit def toDecoder: ContextualDecoder[From, A, Document]
  25. implicit def toEncoder: ResourceEncoder[A, To]
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from ResourceEncoder[A, To]

Inherited from Encoder[A, To]

Inherited from ContextualDecoder[From, A, Document]

Inherited from AnyRef

Inherited from Any

Ungrouped