Packages

t

sttp.apispec.openapi.internal

InternalSttpOpenAPICirceDecoders

trait InternalSttpOpenAPICirceDecoders extends JsonSchemaCirceDecoders

Linear Supertypes
JsonSchemaCirceDecoders, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InternalSttpOpenAPICirceDecoders
  2. JsonSchemaCirceDecoders
  3. AnyRef
  4. 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. implicit val anySchemaDecoder: Decoder[AnySchema]
    Definition Classes
    JsonSchemaCirceDecoders
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. implicit val callbackDecoder: Decoder[Callback]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  8. implicit val componentsDecoder: Decoder[Components]
  9. implicit val contactDecoder: Decoder[Contact]
  10. implicit val decodePattern: Decoder[Pattern]
    Definition Classes
    JsonSchemaCirceDecoders
  11. implicit val decodePatternKey: KeyDecoder[Pattern]
    Definition Classes
    JsonSchemaCirceDecoders
  12. implicit def decodeReferenceOr[A](implicit arg0: Decoder[A]): Decoder[ReferenceOr[A]]
  13. implicit val decodeSchemaType: Decoder[SchemaType]
    Definition Classes
    JsonSchemaCirceDecoders
  14. implicit val discriminatorDecoder: Decoder[Discriminator]
    Definition Classes
    JsonSchemaCirceDecoders
  15. implicit val encodingDecoder: Decoder[Encoding]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. implicit val exampleDecoder: Decoder[Example]
  19. implicit val exampleMultipleValueDecoder: Decoder[ExampleMultipleValue]
    Definition Classes
    JsonSchemaCirceDecoders
  20. implicit val exampleSingleValueDecoder: Decoder[ExampleSingleValue]
    Definition Classes
    JsonSchemaCirceDecoders
  21. implicit val exampleValueDecoder: Decoder[ExampleValue]
    Definition Classes
    JsonSchemaCirceDecoders
  22. implicit val extensionValueDecoder: Decoder[ExtensionValue]
    Definition Classes
    JsonSchemaCirceDecoders
  23. implicit val extensionsDecoder: Decoder[ListMap[String, ExtensionValue]]
    Definition Classes
    JsonSchemaCirceDecoders
  24. implicit val externalDocumentationDecoder: Decoder[ExternalDocumentation]
    Definition Classes
    JsonSchemaCirceDecoders
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  27. implicit val headerDecoder: Decoder[Header]
  28. implicit val infoDecoder: Decoder[Info]
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. implicit val licenseDecoder: Decoder[License]
  31. implicit val linkDecoder: Decoder[Link]
  32. def listADecoder[A](implicit arg0: Decoder[A]): Decoder[List[A]]
  33. def listMapStringADecoder[A](implicit arg0: Decoder[A]): Decoder[ListMap[String, A]]
  34. implicit def listMapStringEncodingDecoder: Decoder[ListMap[String, Encoding]]
  35. implicit def listMapStringMediaTypeDecoder: Decoder[ListMap[String, MediaType]]
  36. implicit def listMapStringReferenceOrADecoder[A](implicit arg0: Decoder[A]): Decoder[ListMap[String, ReferenceOr[A]]]
  37. implicit def listMapStringStringDecoder: Decoder[ListMap[String, String]]
  38. implicit val mediaTypeDecoder: Decoder[MediaType]
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  42. implicit val oauthFlowDecoder: Decoder[OAuthFlow]
  43. implicit val oauthFlowsDecoder: Decoder[OAuthFlows]
  44. implicit val openAPIDecoder: Decoder[OpenAPI]
  45. implicit val operationDecoder: Decoder[Operation]
  46. implicit val parameterDecoder: Decoder[Parameter]
  47. implicit val parameterInDecoder: Decoder[ParameterIn]
  48. implicit val parameterStyleDecoder: Decoder[ParameterStyle]
  49. implicit val pathItemDecoder: Decoder[PathItem]
  50. implicit val pathsDecoder: Decoder[Paths]
  51. implicit val referenceDecoder: Decoder[Reference]
  52. implicit val requestBodyDecoder: Decoder[RequestBody]
  53. implicit val responseDecoder: Decoder[Response]
  54. implicit val responsesDecoder: Decoder[Responses]
  55. implicit val responsesKeyDecoder: KeyDecoder[ResponsesKey]
  56. implicit val schemaDecoder: Decoder[Schema]
    Definition Classes
    JsonSchemaCirceDecoders
  57. implicit val schemaLikeDecoder: Decoder[SchemaLike]
    Definition Classes
    JsonSchemaCirceDecoders
  58. implicit val securitySchemeDecoder: Decoder[SecurityScheme]
  59. implicit val serverDecoder: Decoder[Server]
  60. implicit val serverVariableDecoder: Decoder[ServerVariable]
  61. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  62. implicit val tagDecoder: Decoder[Tag]
  63. def toString(): String
    Definition Classes
    AnyRef → Any
  64. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  65. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  66. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  67. def withExtensions[A](decoder: Decoder[A]): Decoder[A]
    Definition Classes
    JsonSchemaCirceDecoders

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 JsonSchemaCirceDecoders

Inherited from AnyRef

Inherited from Any

Ungrouped