All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| Class |
Description |
| AccessedViaReflection |
When placed on a method or constructor, indicates that the member is called via
reflection, and is this used and should not be considered for removal.
|
| AllowedFields |
Extremely simply way to whitelist fields, e.g.
|
| AutoDrainingCounter |
Trying out an idea for a self-contained thread-safe counter that drains itself on a recurring basis.
|
| CatchingRunnable2 |
Copied and modified from kiwi's CatchingRunnable.
|
| DaoHelpers |
Some simple utilities useful to data access code that is building queries,
for example structured query languages such as SQL or HQL.
|
| DefaultingFileAppenderFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware> |
A Dropwizard AppenderFactory implementation which extends FileAppenderFactory to provide default
values for the current log file name, archive log file name pattern, and log format if they are not explicitly
configured.
|
| InMemoryAppender |
A logback appender that stores logging events in an in-memory map.
|
| InMemoryAppenderAssertions |
|
| JarManifests |
Static utilities related to JAR manifests.
|
| KiwiArrays2 |
Utilities related to arrays.
|
| KiwiCloseables |
Static utilities related to Closeable and other objects that can be "closed", whether they
implement Closeable or not.
|
| KiwiCloseables.CloseDescriptor |
A description of how to close a specific object.
|
| KiwiCloseables.CloseResult |
Represents the result of an attempt to close an object.
|
| KiwiComparators |
|
| KiwiFutures |
|
| KiwiFutures.FutureState |
Represents the state of a Future.
|
| KiwiInternetAddresses2 |
Utilities related to internet addresses.
|
| KiwiInternetAddresses2.SimpleAddressHolder |
|
| KiwiJdbcMetaData |
Utilities relating to JDBC metadata.
|
| KiwiReflection2 |
Utilities related to reflection.
|
| KiwiReflection2.JavaAccessModifier |
Describes the access modifiers allowed on Java members, e.g.
|
| KiwiRunnables |
|
| KiwiRunnables.RunResult |
|
| KiwiRunnables.ThrowingRunnable |
A variation on Runnable which allows exceptions to be thrown.
|
| KiwiRunnables.WrappedException |
|
| KiwiServletMocks |
Static utilities to create Mockito-based mocks for servlet API code.
|
| KiwiServletRequests |
Static utilities related to ServletRequest, mostly related to handling X509Certificates.
|
| KiwiSlf4j |
Utilities for SLF4J, mainly to allow logging a message at a specified level.
|
| KiwiStrings2 |
Utilities related to strings.
|
| KiwiUrls2 |
Utilities related to URLs.
|
| ManagedCamelContext |
Provides a Dropwizard Managed to start and stop a
CamelContext as your application is started and
stopped, respectively.
|
| MutableParam |
Annotation to make it clear that a method/constructor parameter might be mutated, e.g.
|
| NamedMeter |
A Metrics Meter that knows its own name.
|
| ProcessHelpers |
Utilities to execute a command using a ProcessHelper.
|
| ProcessOutputHandler |
For a given Process, consume its standard or error output and send it to a Consumer for
processing.
|
| ProcessOutputHandler.ProcessOutputType |
The type of output from the process.
|
| ProcessOutputHandler.Result |
The return type for the handler methods.
|
| ProcessOutputHandlerConfig |
|
| ProcessResult |
Represents the result of running a command line process.
|
| ProcessResult.ProcessResultBuilder |
|
| RandomCapitalizationArgumentsProvider |
An ArgumentsProvider that provides random capitalization of an input value.
|
| RandomCapitalizationSource |
RandomCapitalizationSource is an ArgumentsSource that provides values having a random capitalization
of a given input for use in parameterized tests.
|
| RandomCapitalizationSource.Type |
The type of capitalization to provide.
|
| RuntimeSQLException |
|
| SimpleMeterHealthCheck |
Very simple health check that checks if a Meter has any errors in the last 15 minutes, calculated
using the 15-minute rate from the meter.
|
| SOAPFaults |
Utilities related to SOAPFault and SOAPFaultException.
|
| TimestampingLogger |
A simple way to log timing information about a repeated operation.
|
| TimestampingLogger.TimestampingLoggerBuilder |
|
| Timing |
Timing utilities that provide a convenient way to measure elapsed time of operations.
|
| Timing.Timed |
Represents an operation that is timed.
|
| Timing.TimedNoResult |
Represents an operation that is timed and returns no result.
|
| Timing.TimedWithResult<R> |
Represents an operation that is timed and returns a result.
|
| TypeInfo |
Represents either a simple type (e.g.
|