| Class | Description |
|---|---|
| ByteStreams | Deprecated
this class exists for compatibility with Java 8 and will be removed in Dropwizard 3.0.
|
| CharStreams | Deprecated |
| DataSize |
A data size with SI or IEC prefix, such as "128KB" or "5 Gibibytes".
|
| DirectExecutorService | |
| Duration | |
| Enums |
Helper methods for enum types.
|
| Generics |
Helper methods for class type parameters.
|
| JarLocation |
A class which encapsulates the location on the local filesystem of the JAR in which the current
code is executing.
|
| JavaVersion | |
| Lists | Deprecated
use Java 8+ JCL methods instead
|
| Maps | Deprecated
this class exists to help users transition from Guava.
|
| Optionals | Deprecated
prefer using
Optional directly |
| Resources | |
| Sets | Deprecated
this class exists to help users transition from Guava.
|
| Size | Deprecated
Use
DataSize for correct SI and IEC prefixes. |
| Strings | Deprecated |
| Throwables |
| Enum | Description |
|---|---|
| DataSizeUnit |
A unit of information using SI and IEC prefixes.
|
| SizeUnit | Deprecated
Use
DataSizeUnit for correct SI and IEC prefixes. |
Copyright © 2011. All rights reserved.