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. Protected

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

Deprecated Value Members

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

    (Since version 9)

Inherited from Logging

Inherited from AutoDerivation

Inherited from AnyRef

Inherited from Any

Ungrouped