Search Java Classes and Packages
Search Java Frameworks and Libraries
#Com.restfb.json Classes and Interfaces - 9 results found.
| Name | Description | Type | Package | Framework |
| JsonArray | A JsonArray is an ordered sequence of values. | Class | com.restfb.json | RestFB |
|
| JsonException | The JsonException is thrown by the JSON. | Class | com.restfb.json | RestFB |
|
| JsonMapper | Specifies how a Facebook JSON-to-Java (and vice-versa) mapper must operate. | Interface | com.restfb | RestFB |
|
| JsonMapper .JsonMappingCompleted | If you apply this annotation to a method of a type mapped by JsonMapper, it will be called after the mapping operation has been completed. | Class | com.restfb | RestFB |
|
| JsonObject | A JsonObject is an unordered collection of name/value pairs. | Class | com.restfb.json | RestFB |
|
| JsonString | The JsonString interface allows a toJSONString() method so that a class can change the behavior of JsonObject. | Interface | com.restfb.json | RestFB |
|
| JsonStringer | JsonStringer provides a quick and convenient way of producing JSON text. | Class | com.restfb.json | RestFB |
|
| JsonTokener | A JsonTokener takes a source string and extracts characters and tokens from it. | Class | com.restfb.json | RestFB |
|
| JsonWriter | JsonWriter provides a quick and convenient way of producing JSON text. | Class | com.restfb.json | RestFB |