public abstract class AbstractParser
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
json |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Object |
parse()
Builds an object and initializes it with the given value
Returns the right Object representation of
json |