JsonSchemaCirceDecoders

sttp.apispec.internal.JsonSchemaCirceDecoders

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object circe

Members list

Value members

Concrete methods

def withExtensions[A](decoder: Decoder[A]): Decoder[A]

Implicits

Implicits

implicit val anySchemaDecoder: Decoder[AnySchema]
implicit val decodePattern: Decoder[Pattern]
implicit val decodePatternKey: KeyDecoder[Pattern]
implicit val decodeSchemaType: Decoder[SchemaType]
implicit val discriminatorDecoder: Decoder[Discriminator]
implicit val exampleMultipleValueDecoder: Decoder[ExampleMultipleValue]
implicit val exampleSingleValueDecoder: Decoder[ExampleSingleValue]
implicit val exampleValueDecoder: Decoder[ExampleValue]
implicit val extensionValueDecoder: Decoder[ExtensionValue]
implicit val extensionsDecoder: Decoder[ListMap[String, ExtensionValue]]
implicit val externalDocumentationDecoder: Decoder[ExternalDocumentation]
implicit val schemaDecoder: Decoder[Schema]
implicit val schemaLikeDecoder: Decoder[SchemaLike]