StringDecoder

oxygen.json.JsonDecoder.StringDecoder
object StringDecoder extends JsonDecoder[String]

Attributes

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

Members list

Value members

Concrete methods

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

Attributes

Definition Classes

Inherited methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
JsonDecoder

Inherited fields

val onMissingFromObject: Option[String]

Attributes

Inherited from:
JsonDecoder