public class ToScalaEitherJSONDecoder$ extends Object implements JSONDecoder<JSONEither>
Modifier and Type | Field and Description |
---|---|
static ToScalaEitherJSONDecoder$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
ToScalaEitherJSONDecoder$() |
public static final ToScalaEitherJSONDecoder$ MODULE$
public JSONEither decode(String c1)
decode
in interface JSONDecoder<JSONEither>
c
- the CharSequence to decodeNullPointerException
- if c is nullClassCastException
- if the string is does not match any associate types