Trait

com.github.agaro1121.web.marshalling

AllDecoders

Related Doc: package marshalling

Permalink

trait AllDecoders extends WebApiDecoders with ErrorAccumulatingCirceSupport

Linear Supertypes
ErrorAccumulatingCirceSupport, ErrorAccumulatingUnmarshaller, BaseCirceSupport, WebApiDecoders, ObjectTypeDecoders, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AllDecoders
  2. ErrorAccumulatingCirceSupport
  3. ErrorAccumulatingUnmarshaller
  4. BaseCirceSupport
  5. WebApiDecoders
  6. ObjectTypeDecoders
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit val BotProfileDecoder: Decoder[BotProfile]

    Permalink
    Definition Classes
    ObjectTypeDecoders
  5. implicit lazy val ChannelDecoder: Decoder[Channel]

    Permalink
    Definition Classes
    ObjectTypeDecoders
  6. implicit lazy val FileDecoder: Decoder[File]

    Permalink
    Definition Classes
    ObjectTypeDecoders
  7. implicit val HumanProfileDecoder: Decoder[HumanProfile]

    Permalink
    Definition Classes
    ObjectTypeDecoders
  8. implicit lazy val InitialCommentDecoder: Decoder[InitialComment]

    Permalink
    Definition Classes
    ObjectTypeDecoders
  9. implicit lazy val InstantMessageDecoder: Decoder[InstantMessage]

    Permalink
    Definition Classes
    ObjectTypeDecoders
  10. implicit lazy val LatestDecoder: Decoder[Latest]

    Permalink
    Definition Classes
    ObjectTypeDecoders
  11. implicit val ListUsersDecoder: Decoder[ListUsers]

    Permalink
    Definition Classes
    WebApiDecoders
  12. implicit lazy val MultipartyInstantMessageDecoder: Decoder[MultipartyInstantMessage]

    Permalink
    Definition Classes
    ObjectTypeDecoders
  13. implicit lazy val PrefsDecoder: Decoder[Prefs]

    Permalink
    Definition Classes
    ObjectTypeDecoders
  14. implicit val ProfileDecoder: Decoder[Profile]

    Permalink
    Definition Classes
    ObjectTypeDecoders
  15. implicit lazy val ReactionsDecoder: Decoder[Reactions]

    Permalink
    Definition Classes
    ObjectTypeDecoders
  16. implicit lazy val TopicDecoder: Decoder[Topic]

    Permalink
    Definition Classes
    ObjectTypeDecoders
  17. implicit lazy val UserDecoder: Decoder[User]

    Permalink
    Definition Classes
    ObjectTypeDecoders
  18. implicit lazy val UserGroupDecoder: Decoder[UserGroup]

    Permalink
    Definition Classes
    ObjectTypeDecoders
  19. implicit val WebApiResponseDecoder: Decoder[WebApiResponse]

    Permalink
    Definition Classes
    WebApiDecoders
  20. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  21. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. implicit final def jsonMarshaller(implicit printer: Printer): ToEntityMarshaller[Json]

    Permalink
    Definition Classes
    BaseCirceSupport
  29. implicit final val jsonUnmarshaller: FromEntityUnmarshaller[Json]

    Permalink
    Definition Classes
    BaseCirceSupport
  30. implicit final def marshaller[A](implicit arg0: Encoder[A], printer: Printer): ToEntityMarshaller[A]

    Permalink
    Definition Classes
    BaseCirceSupport
  31. def mediaTypes: Seq[WithFixedCharset]

    Permalink
    Definition Classes
    BaseCirceSupport
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. implicit final def unmarshaller[A](implicit arg0: Decoder[A]): FromEntityUnmarshaller[A]

    Permalink
    Definition Classes
    ErrorAccumulatingUnmarshaller
  38. def unmarshallerContentTypes: Seq[ContentTypeRange]

    Permalink
    Definition Classes
    BaseCirceSupport
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ErrorAccumulatingCirceSupport

Inherited from ErrorAccumulatingUnmarshaller

Inherited from BaseCirceSupport

Inherited from WebApiDecoders

Inherited from ObjectTypeDecoders

Inherited from AnyRef

Inherited from Any

Ungrouped