All Classes
Class
Description
Attribute length validator.
This class is a direct copy of code from Java8 for backwards compatibility with older JDKs.
This class implements a decoder for decoding byte data using the
Base64 encoding scheme as specified in RFC 4648 and RFC 2045.
This class implements an encoder for encoding byte data using
the Base64 encoding scheme as specified in RFC 4648 and RFC 2045.
Converts instances of String that are empty or contain only whitespaces to null.
A case insensitive map for
java.lang.String keys.A case insensitive set for
java.lang.String elements.Serves mostly to pass name and values from any code down to the logging system to be included on
every log line by a current thread..
Class for conversion exceptions.
Convenience class for type conversions.
Converts instances of S to T.
Converts instances of S to T.
If you are looking conversion, use
DateToStringConverter.Executes a DELETE request.
Collection of error messages generated by validation process.
The attribute length must be equal to a given value.
Executes a GET request.
This is a convenience class to allow creation of request objects on one line with some pre-defined values.
This is a helper class for converting distance bewteen two dates to a human format, like:
"two days", "three months", etc.
Convenience class to convert JSON strings to and from objects.
Layout for log4j to emit JSON format, including exceptions.
This is a class to be extended to gain easy access to JSpec methods.
Attribute Length validation option.
The attribute length must be less than or equal to the given value.
This class is used to pull messages from a resource bundle called
activejdbc_messages.The attribute length must be more than or equal to the given value.
Sets up a Multipart request to send multiple text fields as well as upload files.
Executes a PATCH request.
Executes a POST request.
Executes a PUT request.
The attribute length must be between the given minimum and maximum length (inclusive).
This class provides static convenience methods for simple HTTP requests.
Utility class to shell out system commands.
Primitive appender, only for testing (tired fighting log4j for my output!).
This class can be used to catch standard and error outputs in tests so as not to
pollute test printout with "good" exceptions stack traces.
Simple implementation of small quick templates filled with dynamic data.
An example of a template:
Validates presence and correct format of a string.
Top interface to make something validatable.
Manages validators and converters.
Subclass this class to create custom validators.
Borrowed from Apache Artemis.
Convenience class for pulling information from XML documents.
Converts instances of Number that are zero to null.