public class JodaBeanSimpleMapReader
extends java.lang.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 | Description |
|---|---|
JodaBeanSimpleMapReader(JodaBeanSer settings) |
Creates an instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
<T> T |
read(java.util.Map<java.lang.String,java.lang.Object> input,
java.lang.Class<T> rootType) |
Reads and parses to a bean.
|
public JodaBeanSimpleMapReader(JodaBeanSer settings)
settings - the settings, not nullCopyright © 2007–2018 Joda.org. All rights reserved.