Packages

object JsonSupport extends AutoDerivation with Logging

Linear Supertypes
Logging, AutoDerivation, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonSupport
  2. Logging
  3. AutoDerivation
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def debug(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  7. def debug(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  8. def debug(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  9. implicit val decodeAnyValue: Decoder[Any]
  10. implicit val decodeEventCatalogsResultBase: Decoder[CatalogsResultBase]
  11. implicit val decodeEventCreateBaseLayer: Decoder[CreateBaseLayer]
  12. implicit val decodeEventDeleteArtifactResponse: Decoder[DeleteArtifactResponse]
  13. implicit val decodeEventDeleteSchemaResponse: Decoder[DeleteSchemaResponse]
  14. implicit val decodeEventFeatureCollection: Decoder[FeatureCollection]
  15. implicit val decodeEventGeoJSON: Decoder[GeoJSON]
  16. implicit val decodeEventGeometry: Decoder[Geometry]
  17. implicit val decodeEventGetBaseLayer: Decoder[GetBaseLayer]
  18. implicit val decodeEventSubscriptionArea: Decoder[SubscriptionArea]
  19. implicit val encodeAnyValue: Encoder[Any]
  20. implicit val encodeEventCatalogsResultBase: Encoder[CatalogsResultBase]
  21. implicit val encodeEventCreateBaseLayer: Encoder[CreateBaseLayer]
  22. implicit val encodeEventDeleteArtifactResponse: Encoder[DeleteArtifactResponse]
  23. implicit val encodeEventDeleteSchemaResponse: Encoder[DeleteSchemaResponse]
  24. implicit val encodeEventFeatureCollection: Encoder[FeatureCollection]
  25. implicit val encodeEventGeoJSON: Encoder[GeoJSON]
  26. implicit val encodeEventGeometry: Encoder[Geometry]
  27. implicit val encodeEventGetBaseLayer: Encoder[GetBaseLayer]
  28. implicit val encodeEventSubscriptionArea: Encoder[SubscriptionArea]
  29. implicit def enumDecoder[T <: ApiEnum](implicit apiEnumGet: ApiEnumParser[T]): Decoder[T]
  30. implicit def enumEncoder[T <: ApiEnum]: Encoder[T]
  31. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  33. def error(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  34. def error(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  35. def error(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  36. implicit macro def exportDecoder[A]: Exported[Decoder[A]]
    Definition Classes
    AutoDerivation
  37. implicit macro def exportEncoder[A]: Exported[AsObject[A]]
    Definition Classes
    AutoDerivation
  38. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  39. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  40. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  41. def info(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  42. def info(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  43. def info(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  44. def isDebugEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  45. def isErrorEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  46. def isInfoEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  47. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  48. def isTraceEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  49. def isWarnEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  50. implicit def jsonBodyDeserializer[B](implicit d: Decoder[B], exec: ExecutionContext): BodyDeserializer[B]
  51. implicit def jsonBodyDeserializer3[B <: Unit](implicit exec: ExecutionContext): BodyDeserializer[Unit]
  52. implicit def jsonBodySerializer[B <: ApiModel](implicit e: Encoder[B], exec: ExecutionContext): BodySerializer[B]
  53. implicit def jsonBodySerializerList[B <: Iterable[_]](implicit e: Encoder[B], exec: ExecutionContext): BodySerializer[B]
  54. implicit def localDateDecoder[T <: LocalDate]: Decoder[LocalDate]
  55. def logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  56. def loggerName: String
    Attributes
    protected
    Definition Classes
    Logging
  57. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  58. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  59. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  60. val printer: Printer
  61. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  62. implicit def timeDateDecoder[T <: OffsetDateTime]: Decoder[OffsetDateTime]
  63. implicit def timeEncoder[T <: Temporal]: Encoder[T]
  64. def toString(): String
    Definition Classes
    AnyRef → Any
  65. def trace(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  66. def trace(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  67. def trace(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  68. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  71. def warn(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  72. def warn(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  73. def warn(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging

Inherited from Logging

Inherited from AutoDerivation

Inherited from AnyRef

Inherited from Any

Ungrouped