Package | Description |
---|---|
org.vostok.json |
Content the main class for converting java object to and from js object.
|
Modifier and Type | Field and Description |
---|---|
protected Unmarshaller |
JSONContext.unmarshaller |
Modifier and Type | Method and Description |
---|---|
Unmarshaller |
JSONContext.getUnmarshaller()
Unmarshaller are responsible of parsing js object/data into java class
|
Constructor and Description |
---|
BeanParser(Unmarshaller parser) |