Failure<T,E extends Exception> |
A container object holding a failure, usually used in a threaded context.
|
IIQObjectDeserializer |
A Jackson de-serializer for an IIQ object.
|
IIQObjectSerializer |
A Jackson serializer implementation for any object that can be serialized
to XML by IIQ’s XML serializer.
|
MixinIgnoreType |
Can be used via Jackson’s ObjectMapper.addMixInAnnotations(Class, Class)
to ignore any particular type.
|
Outcome |
A generic class to represent (and perhaps log) some operation outcome.
|
StampedMessage |
Implements a timestamped log message similar to what would be captured by a
logging framework.
|
StampedMessage.Builder |
A Builder for a StampedMessage, allowing a fluent API if needed
|
StampedMessageSerializer |
Custom serializer for StampedMessage outputs, to avoid having to let Jackson
figure out how to serialize the Throwable object.
|
ThrowableSerializer |
A custom Jackson serializer for transforming a Throwable into a standard
Map format, including type, message, and stack trace.
|