Skip navigation links
A C E G I J K M P R S T V 

A

ArgumentNullException - Exception in com.rollbar.utilities
Indicates a null argument was passed when it shouldn't have been.
ArgumentNullException(String) - Constructor for exception com.rollbar.utilities.ArgumentNullException
Constructor
asJson() - Method in class com.rollbar.utilities.Extensible
 
asJson() - Method in interface com.rollbar.utilities.JsonSerializable
 

C

com.rollbar.utilities - package com.rollbar.utilities
 
copy() - Method in class com.rollbar.utilities.Extensible
Copy this item.

E

Extensible<T extends Extensible<T>> - Class in com.rollbar.utilities
Base class for classes that can be extended with arbitrary metadata (as per the Rollbar spec).
Extensible(Map<String, Object>) - Constructor for class com.rollbar.utilities.Extensible
Constructor

G

get(String) - Method in class com.rollbar.utilities.Extensible
Get the member, or null if not present.
getKnownMembers() - Method in class com.rollbar.utilities.Extensible
Returns the 'known' keys, that are specially treated by Rollbar
getMembers() - Method in class com.rollbar.utilities.Extensible
Get a copy of the members.

I

InvalidLengthException - Exception in com.rollbar.utilities
An IllegalArgumentException indicating an argument that's too long or too short.
isNotNull(T, String) - Static method in class com.rollbar.utilities.Validate
Asserts that the argument is not null.
isNotNullOrWhitespace(String, String) - Static method in class com.rollbar.utilities.Validate
Asserts that the String is not null or purely whitespace.

J

join(CharSequence, Iterable<? extends CharSequence>) - Static method in class com.rollbar.utilities.StringUtils
 
join(String, String[]) - Static method in class com.rollbar.utilities.StringUtils
 
JsonSerializable - Interface in com.rollbar.utilities
An object that can be serialized to JSON
JsonSerializer - Interface in com.rollbar.utilities
The interface that encapsulates turning a JsonSerializable into a JSON payload string.

K

keys(boolean) - Method in class com.rollbar.utilities.Extensible
Get the keys in this extensible

M

maxLength(String, int, String) - Static method in class com.rollbar.utilities.Validate
Asserts that the String is not longer than max.
minLength(T[], int, String) - Static method in class com.rollbar.utilities.Validate
Asserts that the String is not shorter than max.

P

put(String, Object) - Method in class com.rollbar.utilities.Extensible
Sets the member.
putKnown(String, Object) - Method in class com.rollbar.utilities.Extensible
MUTATING.

R

RollbarSerializer - Class in com.rollbar.utilities
A Payload Serializer
RollbarSerializer() - Constructor for class com.rollbar.utilities.RollbarSerializer
Construct a RollbarSerializer that does not pretty print the Payload
RollbarSerializer(boolean) - Constructor for class com.rollbar.utilities.RollbarSerializer
Construct a RollbarSerializer.

S

serialize(JsonSerializable) - Method in interface com.rollbar.utilities.JsonSerializer
Turn the JsonSerializable into a json string
serialize(JsonSerializable) - Method in class com.rollbar.utilities.RollbarSerializer
 
StringUtils - Class in com.rollbar.utilities
Some helper methods absent in Java 7
StringUtils() - Constructor for class com.rollbar.utilities.StringUtils
 

T

TooLong(String, int) - Static method in exception com.rollbar.utilities.InvalidLengthException
Static Factory making an exception indicating an argument was passed that was too long.
TooShort(String, int) - Static method in exception com.rollbar.utilities.InvalidLengthException
Static Factory making an exception indicating an argument was passed that was too short.

V

Validate - Class in com.rollbar.utilities
Validates arguments.
Validate() - Constructor for class com.rollbar.utilities.Validate
 
A C E G I J K M P R S T V 
Skip navigation links

Copyright © 2016. All rights reserved.