T - provided object typeC - configuration type@FunctionalInterface
public interface ConfigAwareProvider<T,C extends io.dropwizard.Configuration>
| Modifier and Type | Method and Description |
|---|---|
T |
get(C configuration,
io.dropwizard.setup.Environment environment)
Called to provide required object.
|