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