public class JodaBeanSimpleJsonReader extends Object
The JSON format is defined by JodaBeanJsonWriter.
This class contains mutable state and cannot be used from multiple threads. A new instance must be created for each message.
| Constructor and Description |
|---|
JodaBeanSimpleJsonReader(JodaBeanSer settings)
Creates an instance.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
read(Reader input,
Class<T> rootType)
Reads and parses to a bean.
|
<T> T |
read(String input,
Class<T> rootType)
Reads and parses to a bean.
|
public JodaBeanSimpleJsonReader(JodaBeanSer settings)
settings - the settings, not nullCopyright © 2007–2017 Joda.org. All rights reserved.