com.github.agourlay.cornichon.json

Members list

Type members

Classlikes

case class ArrayFieldProjection(field: String) extends JsonPathOperation

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ArrayFieldSelection(field: String, index: Int) extends JsonPathOperation

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object CornichonJson
object CornichonJson extends CornichonJson

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
case class FieldSelection(field: String) extends JsonPathOperation

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class GqlString(input: String) extends AnyVal

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all
object GqlString

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
GqlString.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
case class JsonDecodingFailure(json: Json, actualType: String) extends JsonError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait JsonError
class Object
trait Matchable
class Any
Show all
trait JsonDsl

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type
sealed trait JsonError extends CornichonError

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
final case class JsonPath(operations: Vector[JsonPathOperation]) extends AnyVal

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all
object JsonPath

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
JsonPath.type
case class JsonPathError(input: String, error: Throwable) extends JsonError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait JsonError
class Object
trait Matchable
class Any
Show all
sealed trait JsonPathOperation

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class JsonPathParser(val input: ParserInput) extends Parser

Attributes

Companion
object
Supertypes
class Parser
class RuleDSL
trait RuleDSLActions
trait RuleDSLCombinators
trait RuleDSLBasics
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
case class JsonPathParsingError(input: String, error: String) extends JsonError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait JsonError
class Object
trait Matchable
class Any
Show all
object JsonSteps

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
JsonSteps.type
case class MalformedGraphQLJsonError[A](input: A, exception: Throwable) extends JsonError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait JsonError
class Object
trait Matchable
class Any
Show all
case class MalformedJsonError[A](input: A, message: String)(implicit evidence$1: Show[A]) extends JsonError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait JsonError
class Object
trait Matchable
class Any
Show all
case class NotAnArrayError[A](badPayload: A)(implicit evidence$1: Show[A]) extends JsonError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait JsonError
class Object
trait Matchable
class Any
Show all
case class NotStringFieldError(input: Json, field: String) extends JsonError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait JsonError
class Object
trait Matchable
class Any
Show all
case class PathSelectsNothing(path: String, input: Json) extends JsonError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait JsonError
class Object
trait Matchable
class Any
Show all
case class RootArrayElementSelection(index: Int) extends JsonPathOperation

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object RootSelection extends JsonPathOperation

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case class WhitelistingError(missingFields: Iterable[String], source: Json) extends JsonError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait JsonError
class Object
trait Matchable
class Any
Show all