| Interface | Description |
|---|---|
| JsonMapperLoader |
| Class | Description |
|---|---|
| Constants | |
| JsonMapper<T> |
The class that handles all parsing and serialization of @JsonObject's
|
| LoganSquare |
The point of all interaction with this library.
|
| LoganSquareX |
The point of all interaction with this library.
|
| ParameterizedType<T> |
| Exception | Description |
|---|---|
| NoSuchMapperException |
The exception that will be thrown in the event that LoganSquare.mapperFor() is
called with a class that hasn't been declared as a @JsonObject.
|
| NoSuchTypeConverterException |
The exception that will be thrown in the event that LoganSquare.typeConverterFor() is
called with a class that doesn't have a defined TypeConverter.
|