public final class ToJavaObjectJSONDecoder extends Object implements JSONDecoder<Object>
Modifier and Type | Field and Description |
---|---|
static ToJavaObjectJSONDecoder |
instance |
Constructor and Description |
---|
ToJavaObjectJSONDecoder() |
public static ToJavaObjectJSONDecoder instance
public Object decode(String c) throws NullPointerException, ClassCastException
decode
in interface JSONDecoder<Object>
c
- the CharSequence to decodeNullPointerException
- if c is nullClassCastException
- if the string is does not match any associate types