GreenLeafMongoJsonBasicFormats

io.github.greenleafoss.mongo.core.json.GreenLeafMongoJsonBasicFormats

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Abstract methods

protected def formatBigDecimal: JsonFormat[BigDecimal]
protected def formatBigInt: JsonFormat[BigInt]
protected def formatBoolean: JsonFormat[Boolean]
protected def formatByte: JsonFormat[Byte]
protected def formatChar: JsonFormat[Char]
protected def formatDouble: JsonFormat[Double]
protected def formatFloat: JsonFormat[Float]
protected def formatInt: JsonFormat[Int]
protected def formatLocalDate: JsonFormat[LocalDate]
protected def formatLocalDateTime: JsonFormat[LocalDateTime]
protected def formatLong: JsonFormat[Long]
protected def formatObjectId: JsonFormat[ObjectId]
protected def formatShort: JsonFormat[Short]
protected def formatString: JsonFormat[String]
protected def formatSymbol: JsonFormat[Symbol]
protected def formatUUID: JsonFormat[UUID]
protected def formatUnit: JsonFormat[Unit]
protected def formatZonedDateTime: JsonFormat[ZonedDateTime]

Givens

Givens

given BigDecimalJsonFormat: <none>[BigDecimal]
given BigIntJsonFormat: <none>[BigInt]
given BooleanJsonFormat: <none>[Boolean]
given ByteJsonFormat: <none>[Byte]
given CharJsonFormat: <none>[Char]
given DoubleJsonFormat: <none>[Double]
given FloatJsonFormat: <none>[Float]
given IntJsonFormat: <none>[Int]
given LocalDateJsonFormat: <none>[LocalDate]
given LocalDateTimeJsonFormat: <none>[LocalDateTime]
given LongJsonFormat: <none>[Long]
given ObjectIdJsonFormat: <none>[ObjectId]
given ShortJsonFormat: <none>[Short]
given StringJsonFormat: <none>[String]
given SymbolJsonFormat: <none>[Symbol]
given UUIDJsonFormat: <none>[UUID]
given UnitJsonFormat: <none>[Unit]
given ZonedDateTimeJsonFormat: <none>[ZonedDateTime]