| Interface | Description |
|---|---|
| ThreadLocalHolder.Lifecycle |
Optional interface that pooled instances may implement if they wish to be notified of
life cycle events.
|
| Class | Description |
|---|---|
| ProxyOutputStream |
A Proxy stream which acts as expected, that is it passes the method calls on
to the proxied stream and doesn't change which methods are being called (unlike
JDK
FilterOutputStream). |
| ReusableByteBuffer |
A speedy alternative to
ByteArrayOutputStream. |
| SimpleObjectJsonGeneratorDelegate |
JsonGenerator with an optimized implementation of the
SimpleObjectJsonGeneratorDelegate.writeObject(Object) method that tries
to call appropriate write method for the given untyped Object and delegates to the underlying generator
as fallback. |
| StringUtils |
Operations on
String that are
null safe. |
| ThreadLocalHolder<T> |
Maintains a per-thread value created by the
Supplier given to the constructor. |
| ThreadLocalReusableByteBuffer |
A pool of
ReusableByteBuffer. |
| TimeZoneUtils |
Copyright © 2013–2022. All rights reserved.