| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JsonElement
Marker interface for all the Raw JSON types.
You will only use the JsonElements when you register a JsonReadBeanVisitor. The JSON elements that are not mapped to a bean property are made available to the JsonReadBeanVisitor.
JsonReadBeanVisitor| Method Summary | |
|---|---|
|  boolean | isPrimitive()Return true if this is a JSON primitive type (null, boolean, number or string). | 
|  String | toPrimitiveString()Return the string value of this primitive JSON element. | 
| Method Detail | 
|---|
boolean isPrimitive()
String toPrimitiveString()
This can not be used for JsonElementObject or JsonElementArray.
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||