oxygen-json
oxygen-json
API
oxygen
json
generic
DeriveProductJsonDecoder
DeriveProductJsonEncoder
DeriveSumJsonDecoder
DeriveSumJsonEncoder
syntax
interop
json
Json
Json
Arr
Bool
Null
Number
Obj
Str
Type
JsonCodec
JsonCodec
JsonDecoder
JsonDecoder
AnyJsonDecoder
BigDecimalDecoder
BooleanDecoder
ContiguousDecoder
JsonSubtypeDecoder
MapDecoder
MapJsonInput
Mapped
MappedOrFail
OptionDecoder
OrElse
SpecifiedDecoder
StringDecoder
TupleDecoder
Append
Empty
TupleDecoder
JsonDecoderLowPriority
LowPriority1
JsonEncoder
JsonEncoder
AnyJsonEncoder
BigDecimalEncoder
BooleanEncoder
ContiguousEncoder
Contramapped
MapEncoder
MapJsonOutput
OptionEncoder
SpecifiedEncoder
StringEncoder
TupleEncoder
Append
Empty
TupleEncoder
JsonEncoderLowPriority
LowPriority1
JsonError
JsonError
Cause
InvalidKey
DecodingFailed
InvalidType
InvalidJson
Path
Field
Index
JsonFieldDecoder
JsonFieldDecoder
JsonFieldEncoder
JsonFieldEncoder
JsonParser
KeyedMapDecoder
KeyedMapDecoder
Decoder
Decoder
instances
predef
json
oxygen-json
/
oxygen
/
oxygen.json
/
JsonEncoder
/
BigDecimalEncoder
BigDecimalEncoder
oxygen.json.JsonEncoder.BigDecimalEncoder
object
BigDecimalEncoder
extends
JsonEncoder
[
BigDecimal
]
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
JsonEncoder
[
BigDecimal
]
class
Object
trait
Matchable
class
Any
Self type
BigDecimalEncoder
.
type
Members list
Clear all
Value members
Concrete methods
override
def
encodeJsonAST
(
value
:
BigDecimal
):
Json
Attributes
Definition Classes
JsonEncoder
Inherited methods
def
addToObject
(
value
:
BigDecimal
):
Boolean
Attributes
Inherited from:
JsonEncoder
final
def
contramap
[
B
](
f
:
B
=>
BigDecimal
):
JsonEncoder
[
B
]
Attributes
Inherited from:
JsonEncoder
final
def
encodeJsonStringCompact
(
value
:
BigDecimal
):
String
Attributes
Inherited from:
JsonEncoder
final
def
encodeJsonStringPretty
(
value
:
BigDecimal
):
String
Attributes
Inherited from:
JsonEncoder
final
def
mapJsonOutput
(
f
:
PartialFunction
[
Json
,
Json
]):
JsonEncoder
[
BigDecimal
]
Attributes
Inherited from:
JsonEncoder
In this article
Attributes
Members list
Value members
Concrete methods
Inherited methods