BooleanDecoder

oxygen.json.JsonDecoder.BooleanDecoder
object BooleanDecoder extends JsonDecoder[Boolean]

Attributes

Graph
Supertypes
trait JsonDecoder[Boolean]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

override def decodeJsonAST(ast: Json): Either[JsonError, Boolean]

Attributes

Definition Classes

Inherited methods

final def <>[B >: Boolean](that: JsonDecoder[B]): JsonDecoder[B]

Attributes

Inherited from:
JsonDecoder
final def decodeJsonString(string: String): Either[JsonError, Boolean]

Attributes

Inherited from:
JsonDecoder
final def map[B](f: Boolean => B): JsonDecoder[B]

Attributes

Inherited from:
JsonDecoder
final def mapAttempt[B](f: Boolean => B)(using typeTag: TypeTag[B]): JsonDecoder[B]

Attributes

Inherited from:
JsonDecoder
final def mapJsonInput(f: PartialFunction[Json, Json]): JsonDecoder[Boolean]

Attributes

Inherited from:
JsonDecoder
final def mapOrFail[B](f: Boolean => Either[String, B]): JsonDecoder[B]

Attributes

Inherited from:
JsonDecoder

Inherited fields

val onMissingFromObject: Option[Boolean]

Attributes

Inherited from:
JsonDecoder