| Interface | Description |
|---|---|
| JsonSerializable |
An object that can be serialized to JSON
|
| JsonSerializer |
The interface that encapsulates turning a
JsonSerializable into a JSON payload string. |
| Class | Description |
|---|---|
| Extensible<T extends Extensible<T>> |
Base class for classes that can be extended with arbitrary metadata (as per the
Rollbar spec).
|
| RollbarSerializer |
A Payload Serializer
|
| StringUtils |
Some helper methods absent in Java 7
|
| Validate |
Validates arguments.
|
| Exception | Description |
|---|---|
| ArgumentNullException |
Indicates a null argument was passed when it shouldn't have been.
|
| InvalidLengthException |
An IllegalArgumentException indicating an argument that's too long or too short.
|
Copyright © 2016. All rights reserved.