Name
Default
Description
includes
(timestamp, remoteAddress,requestTime, requestUri, statusCode, method, protocol, contentLength, userAgent))
Set of logging event attributes to include in the JSON map.
requestHeaders
| (empty)
Set of request headers included in the JSON map as the ``headers`` field.
responseHeaders
(empty)
Set of response headers included in the JSON map as the ``responseHeaders`` field.
AccessJsonLayoutBaseFactory() - Constructor for class io.dropwizard.logging.json.AccessJsonLayoutBaseFactory
add(String, boolean, String) - Method in class io.dropwizard.logging.json.layout.MapBuilder
Adds the string value to the provided map under the provided field name,
if it should be included.
add(String, boolean, Supplier<String>) - Method in class io.dropwizard.logging.json.layout.MapBuilder
Adds the string value to the provided map under the provided field name,
if it should be included.
add(String, boolean, Map<String, ?>) - Method in class io.dropwizard.logging.json.layout.MapBuilder
Adds the map to the provided map under the provided field name if it's should be included.
add(Task) - Method in class io.dropwizard.servlets.tasks.TaskServlet
addBundle(ConfiguredBundle<? super T>) - Method in class io.dropwizard.setup.Bootstrap
Adds the given bundle to the bootstrap.
addCommand(Command) - Method in class io.dropwizard.setup.Bootstrap
Adds the given command to the bootstrap.
addCommand(ConfiguredCommand<T>) - Method in class io.dropwizard.setup.Bootstrap
Adds the given command to the bootstrap.
addDefaultCommands(Bootstrap<T>) - Method in class io.dropwizard.Application
addEntityClass(Class<?>) - Method in class io.dropwizard.testing.common.DAOTest.Builder
addFileArgument(Subparser) - Method in class io.dropwizard.cli.ConfiguredCommand
Adds the configuration file argument for the configured command.
addFilter(ServletContextHandler) - Method in class io.dropwizard.jetty.ServerPushFilterFactory
addFilter(String, Filter) - Method in class io.dropwizard.jetty.setup.ServletEnvironment
Add a filter instance.
addFilter(String, Class<? extends Filter>) - Method in class io.dropwizard.jetty.setup.ServletEnvironment
Add a filter class.
addHealthStateListener(HealthStateListener) - Method in class io.dropwizard.health.HealthEnvironment
addLifeCycleListener(LifeCycle.Listener) - Method in class io.dropwizard.lifecycle.setup.LifecycleEnvironment
addListener(DropwizardTestSupport.ServiceListener<C>) - Method in class io.dropwizard.testing.DropwizardTestSupport
addListener(DropwizardAppRule.ServiceListener<C>) - Method in class io.dropwizard.testing.junit.DropwizardAppRule
Deprecated.
addListener(DropwizardAppExtension.ServiceListener<C>) - Method in class io.dropwizard.testing.junit5.DropwizardAppExtension
addMap(String, boolean, Supplier<Map<String, ?>>) - Method in class io.dropwizard.logging.json.layout.MapBuilder
Adds the map value to the provided map under the provided field name, if it should be
included.
addMimeMapping(String, String) - Method in class io.dropwizard.jetty.setup.ServletEnvironment
Set a mime mapping.
addNamedEntityGraph(String, EntityGraph<T>) - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
addNamedQuery(String, Query) - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
addNumber(String, boolean, Number) - Method in class io.dropwizard.logging.json.layout.MapBuilder
Adds the number to the provided map under the provided field name if it's should be included.
addNumber(String, boolean, Supplier<Number>) - Method in class io.dropwizard.logging.json.layout.MapBuilder
Adds the number value to the provided map under the provided field name,
if it should be included.
addOverride(JsonNode, String, String) - Method in class io.dropwizard.configuration.BaseConfigurationFactory
addProperty(String, Object) - Method in class io.dropwizard.testing.common.Resource.Builder
addProvider(Class<?>) - Method in class io.dropwizard.testing.common.Resource.Builder
addProvider(Supplier<Object>) - Method in class io.dropwizard.testing.common.Resource.Builder
addProvider(Object) - Method in class io.dropwizard.testing.common.Resource.Builder
addRequestLog(Server, Handler, String) - Method in class io.dropwizard.server.AbstractServerFactory
addResource(Object) - Method in class io.dropwizard.testing.common.Resource.Builder
addResource(Supplier<Object>) - Method in class io.dropwizard.testing.common.Resource.Builder
addServerLifecycleListener(ServerLifecycleListener) - Method in class io.dropwizard.lifecycle.setup.LifecycleEnvironment
addServlet(String, Servlet) - Method in class io.dropwizard.jetty.setup.ServletEnvironment
Add a servlet instance.
addServlet(String, Class<? extends Servlet>) - Method in class io.dropwizard.jetty.setup.ServletEnvironment
Add a servlet class.
addServletListeners(EventListener...) - Method in class io.dropwizard.jetty.setup.ServletEnvironment
Add one or more servlet event listeners.
addStatsHandler(Handler) - Method in class io.dropwizard.server.AbstractServerFactory
addTask(Task) - Method in class io.dropwizard.setup.AdminEnvironment
Adds the given task to the set of tasks exposed via the admin interface.
addTimestamp(String, boolean, long) - Method in class io.dropwizard.logging.json.layout.MapBuilder
Adds and optionally formats the timestamp to the provided map under the provided field name,
if it's should be included.
addToSystemProperties() - Method in class io.dropwizard.testing.ConfigOverride
addToSystemProperties() - Method in class io.dropwizard.testing.ConfigOverrideRandomPorts
addToSystemProperties() - Method in class io.dropwizard.testing.ConfigOverrideValue
addViolation(String) - Method in class io.dropwizard.validation.selfvalidating.ViolationCollector
Adds a new violation to this collector.
addViolation(String, Map<String, Object>) - Method in class io.dropwizard.validation.selfvalidating.ViolationCollector
Adds a new violation to this collector.
addViolation(String, String) - Method in class io.dropwizard.validation.selfvalidating.ViolationCollector
Adds a new violation to this collector.
addViolation(String, String, Map<String, Object>) - Method in class io.dropwizard.validation.selfvalidating.ViolationCollector
Adds a new violation to this collector.
addViolation(String, Integer, String) - Method in class io.dropwizard.validation.selfvalidating.ViolationCollector
Adds a new violation to this collector.
addViolation(String, Integer, String, Map<String, Object>) - Method in class io.dropwizard.validation.selfvalidating.ViolationCollector
Adds a new violation to this collector.
addViolation(String, String, String) - Method in class io.dropwizard.validation.selfvalidating.ViolationCollector
Adds a new violation to this collector.
addViolation(String, String, String, Map<String, Object>) - Method in class io.dropwizard.validation.selfvalidating.ViolationCollector
Adds a new violation to this collector.
admin() - Static method in class io.dropwizard.jetty.HttpConnectorFactory
admin() - Method in class io.dropwizard.setup.Environment
AdminEnvironment - Class in io.dropwizard.setup
The administrative environment of a Dropwizard application.
AdminEnvironment(MutableServletContextHandler, HealthCheckRegistry, MetricRegistry, AdminFactory) - Constructor for class io.dropwizard.setup.AdminEnvironment
AdminFactory - Class in io.dropwizard.setup
A factory for configuring the admin interface for the environment.
AdminFactory() - Constructor for class io.dropwizard.setup.AdminFactory
after() - Method in class io.dropwizard.testing.common.DAOTest
after() - Method in class io.dropwizard.testing.common.DropwizardClient
after() - Method in class io.dropwizard.testing.common.Resource
after() - Method in class io.dropwizard.testing.DropwizardTestSupport
after() - Method in class io.dropwizard.testing.junit.DAOTestRule
Deprecated.
after() - Method in class io.dropwizard.testing.junit.DropwizardAppRule
Deprecated.
after() - Method in class io.dropwizard.testing.junit.DropwizardClientRule
Deprecated.
after() - Method in class io.dropwizard.testing.junit5.DAOTestExtension
after() - Method in class io.dropwizard.testing.junit5.DropwizardAppExtension
after() - Method in class io.dropwizard.testing.junit5.DropwizardClientExtension
after() - Method in interface io.dropwizard.testing.junit5.DropwizardExtension
Executed after test method or class.
after() - Method in class io.dropwizard.testing.junit5.ResourceExtension
afterAll(ExtensionContext) - Method in class io.dropwizard.testing.junit5.DAOTestExtension
afterAll(ExtensionContext) - Method in class io.dropwizard.testing.junit5.DropwizardAppExtension
afterAll(ExtensionContext) - Method in class io.dropwizard.testing.junit5.DropwizardExtensionsSupport
afterEach(ExtensionContext) - Method in class io.dropwizard.testing.junit5.DropwizardExtensionsSupport
afterEnd() - Method in class io.dropwizard.hibernate.UnitOfWorkAspect
ALL_VALUE - Static variable in class io.dropwizard.health.response.JsonHealthResponseProvider
allowCoreThreadTimeOut(boolean) - Method in class io.dropwizard.lifecycle.setup.ExecutorServiceBuilder
ALLOWED_METHODS_PARAM - Static variable in class io.dropwizard.jersey.filter.AllowedMethodsFilter
AllowedMethodsFilter - Class in io.dropwizard.jersey.filter
AllowedMethodsFilter() - Constructor for class io.dropwizard.jersey.filter.AllowedMethodsFilter
AnnotationSensitivePropertyNamingStrategy - Class in io.dropwizard.jackson
A PropertyNamingStrategy implementation which, if the declaring class of a property is
annotated with JsonSnakeCase , uses a
PropertyNamingStrategies.SnakeCaseStrategy , and uses
the default PropertyNamingStrategy otherwise.
AnnotationSensitivePropertyNamingStrategy() - Constructor for class io.dropwizard.jackson.AnnotationSensitivePropertyNamingStrategy
appender(LoggerContext) - Method in class io.dropwizard.logging.AbstractOutputStreamAppenderFactory
appender(LoggerContext) - Method in class io.dropwizard.logging.ConsoleAppenderFactory
appender(LoggerContext) - Method in class io.dropwizard.logging.FileAppenderFactory
appender(LoggerContext) - Method in class io.dropwizard.logging.TcpSocketAppenderFactory
appender(LoggerContext) - Method in class io.dropwizard.logging.UdpSocketAppenderFactory
AppenderFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware> - Interface in io.dropwizard.logging
A service provider interface for creating Logback Appender instances.
appendTrailingSlash(URL) - Static method in class io.dropwizard.servlets.assets.ResourceURL
Appends a trailing '/' to a URL object.
Application<T extends Configuration> - Class in io.dropwizard
The base class for Dropwizard applications.
Application() - Constructor for class io.dropwizard.Application
application() - Static method in class io.dropwizard.jetty.HttpConnectorFactory
application - Variable in class io.dropwizard.testing.DropwizardTestSupport
applicationClass - Variable in class io.dropwizard.testing.DropwizardTestSupport
apply(ClientRequest) - Method in class io.dropwizard.client.DropwizardApacheConnector
apply(ClientRequest, AsyncConnectorCallback) - Method in class io.dropwizard.client.DropwizardApacheConnector
apply(Statement, Description) - Method in class io.dropwizard.testing.junit.MockitoTestRule
Deprecated.
apply(Statement, Description) - Method in class io.dropwizard.testing.junit.ResourceTestRule
Deprecated.
aroundReadFrom(ReaderInterceptorContext) - Method in class io.dropwizard.jersey.gzip.GZipDecoder
aroundWriteTo(WriterInterceptorContext) - Method in class io.dropwizard.jersey.errors.EofExceptionWriterInterceptor
aroundWriteTo(WriterInterceptorContext) - Method in class io.dropwizard.jersey.gzip.ConfiguredGZipEncoder
AssetsBundle - Class in io.dropwizard.assets
A bundle for serving static asset files from the classpath.
AssetsBundle() - Constructor for class io.dropwizard.assets.AssetsBundle
Creates a new AssetsBundle which serves up static assets from
src/main/resources/assets/* as /assets/* .
AssetsBundle(String) - Constructor for class io.dropwizard.assets.AssetsBundle
Creates a new AssetsBundle which will configure the application to serve the static files
located in src/main/resources/${path} as /${path} .
AssetsBundle(String, String) - Constructor for class io.dropwizard.assets.AssetsBundle
Creates a new AssetsBundle which will configure the application to serve the static files
located in src/main/resources/${resourcePath} as /${uriPath} .
AssetsBundle(String, String, String) - Constructor for class io.dropwizard.assets.AssetsBundle
Creates a new AssetsBundle which will configure the application to serve the static files
located in src/main/resources/${resourcePath} as /${uriPath} .
AssetsBundle(String, String, String, String) - Constructor for class io.dropwizard.assets.AssetsBundle
Creates a new AssetsBundle which will configure the application to serve the static files
located in src/main/resources/${resourcePath} as /${uriPath} .
AssetsBundle(String, String, String, String, String) - Constructor for class io.dropwizard.assets.AssetsBundle
Creates a new AssetsBundle which will configure the application to serve the static files
located in src/main/resources/${resourcePath} as /${uriPath} .
AssetServlet - Class in io.dropwizard.servlets.assets
AssetServlet(String, String, String, Charset) - Constructor for class io.dropwizard.servlets.assets.AssetServlet
Creates a new AssetServlet that serves static assets loaded from resourceURL
(typically a file: or jar: URL).
AssetServlet(String, String, String, String, Charset) - Constructor for class io.dropwizard.servlets.assets.AssetServlet
Creates a new AssetServlet that serves static assets loaded from resourceURL
(typically a file: or jar: URL).
asSingleConnectionPool() - Method in class io.dropwizard.db.DataSourceFactory
asSingleConnectionPool() - Method in interface io.dropwizard.db.PooledDataSourceFactory
Configures the pool as a single connection pool.
AsyncAccessEventAppenderFactory - Class in io.dropwizard.request.logging.async
AsyncAccessEventAppenderFactory() - Constructor for class io.dropwizard.request.logging.async.AsyncAccessEventAppenderFactory
AsyncAppenderFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware> - Interface in io.dropwizard.logging.async
Factory used to create an AsyncAppenderBase of type E
AsyncLoggingEventAppenderFactory - Class in io.dropwizard.logging.async
AsyncLoggingEventAppenderFactory() - Constructor for class io.dropwizard.logging.async.AsyncLoggingEventAppenderFactory
attach(ContainerLifeCycle) - Method in class io.dropwizard.lifecycle.setup.LifecycleEnvironment
Auth - Annotation Type in io.dropwizard.auth
AuthConfiguration - Class in io.dropwizard.client.proxy
Represents a configuration of credentials for either Username Password or NT credentials
Configuration Parameters:
Name
Default
Description
username
REQUIRED
The username used to connect to the server.
password
REQUIRED
The password used to connect to the server.
authScheme
null
Optional, The authentication scheme used by the underlying
AuthScope class.
AuthConfiguration() - Constructor for class io.dropwizard.client.proxy.AuthConfiguration
AuthConfiguration(String, String) - Constructor for class io.dropwizard.client.proxy.AuthConfiguration
AuthConfiguration(String, String, String, String, String, String, String) - Constructor for class io.dropwizard.client.proxy.AuthConfiguration
AuthDynamicFeature - Class in io.dropwizard.auth
A DynamicFeature that registers the provided auth filter
to resource methods annotated with the RolesAllowed , PermitAll
and DenyAll annotations.
AuthDynamicFeature(ContainerRequestFilter) - Constructor for class io.dropwizard.auth.AuthDynamicFeature
AuthDynamicFeature(Class<? extends ContainerRequestFilter>) - Constructor for class io.dropwizard.auth.AuthDynamicFeature
authenticate(BasicCredentials) - Method in class com.example.helloworld.auth.ExampleAuthenticator
authenticate(C) - Method in interface io.dropwizard.auth.Authenticator
Given a set of user-provided credentials, return an optional principal.
authenticate(ContainerRequestContext, C, String) - Method in class io.dropwizard.auth.AuthFilter
Authenticates a request with user credentials and setup the security context.
authenticate(C) - Method in class io.dropwizard.auth.CachingAuthenticator
AuthenticationException - Exception in io.dropwizard.auth
An exception thrown to indicate that an Authenticator is unable to check the
validity of the given credentials.
AuthenticationException(String) - Constructor for exception io.dropwizard.auth.AuthenticationException
AuthenticationException(String, Throwable) - Constructor for exception io.dropwizard.auth.AuthenticationException
AuthenticationException(Throwable) - Constructor for exception io.dropwizard.auth.AuthenticationException
Authenticator<C,P extends Principal> - Interface in io.dropwizard.auth
An interface for classes which authenticate user-provided credentials and return principal
objects.
authenticator - Variable in class io.dropwizard.auth.AuthFilter
AuthFilter<C,P extends Principal> - Class in io.dropwizard.auth
AuthFilter() - Constructor for class io.dropwizard.auth.AuthFilter
AuthFilter.AuthFilterBuilder<C,P extends Principal,T extends AuthFilter<C,P>> - Class in io.dropwizard.auth
Abstract builder for auth filters.
AuthFilterBuilder() - Constructor for class io.dropwizard.auth.AuthFilter.AuthFilterBuilder
AuthorizationContext<P extends Principal> - Class in io.dropwizard.auth
AuthorizationContext(P, String, ContainerRequestContext) - Constructor for class io.dropwizard.auth.AuthorizationContext
authorize(User, String) - Method in class com.example.helloworld.auth.ExampleAuthorizer
authorize(P, String) - Method in interface io.dropwizard.auth.Authorizer
authorize(P, String, ContainerRequestContext) - Method in interface io.dropwizard.auth.Authorizer
Decides if access is granted for the given principal in the given role.
authorize(P, String) - Method in class io.dropwizard.auth.CachingAuthorizer
authorize(P, String, ContainerRequestContext) - Method in class io.dropwizard.auth.CachingAuthorizer
authorize(P, String) - Method in class io.dropwizard.auth.PermitAllAuthorizer
authorizer - Variable in class io.dropwizard.auth.AuthFilter
Authorizer<P extends Principal> - Interface in io.dropwizard.auth
An interface for classes which authorize principal objects.
AuthValueFactoryProvider<T extends Principal> - Class in io.dropwizard.auth
Value factory provider supporting Principal injection
by the Auth annotation.
AuthValueFactoryProvider(MultivaluedParameterExtractorProvider, AuthValueFactoryProvider.PrincipalClassProvider<T>) - Constructor for class io.dropwizard.auth.AuthValueFactoryProvider
Principal value factory provider injection constructor.
AuthValueFactoryProvider.Binder<T extends Principal> - Class in io.dropwizard.auth
AutoCloseableManager - Class in io.dropwizard.lifecycle
An implementation of the Managed Interface for AutoCloseable instances.
AutoCloseableManager(AutoCloseable) - Constructor for class io.dropwizard.lifecycle.AutoCloseableManager
awaitTermination(long, TimeUnit) - Method in class io.dropwizard.util.DirectExecutorService
B
- BaseConfigurationFactory<T> - Class in io.dropwizard.configuration
-
A generic factory class for loading configuration files, binding them to configuration objects, and
validating their constraints.
- BaseConfigurationFactory(JsonFactory, String, Class<T>, Validator, ObjectMapper, String) - Constructor for class io.dropwizard.configuration.BaseConfigurationFactory
-
Creates a new configuration factory for the given class.
- BaseFormattedReporterFactory - Class in io.dropwizard.metrics
-
A base ReporterFactory for configuring metric reporters with formatting options.
- BaseFormattedReporterFactory() - Constructor for class io.dropwizard.metrics.BaseFormattedReporterFactory
-
- BaseReporterFactory - Class in io.dropwizard.metrics
-
- BaseReporterFactory() - Constructor for class io.dropwizard.metrics.BaseReporterFactory
-
- baseUri() - Method in class io.dropwizard.testing.common.DropwizardClient
-
- baseUri() - Method in class io.dropwizard.testing.junit.DropwizardClientRule
-
Deprecated.
- baseUri() - Method in class io.dropwizard.testing.junit5.DropwizardClientExtension
-
- BaseValidator - Class in io.dropwizard.validation
-
- BASIC_AUTH_SCHEME - Static variable in class io.dropwizard.client.proxy.AuthConfiguration
-
- BasicCredentialAuthFilter<P extends Principal> - Class in io.dropwizard.auth.basic
-
- BasicCredentialAuthFilter.Builder<P extends Principal> - Class in io.dropwizard.auth.basic
-
- BasicCredentials - Class in io.dropwizard.auth.basic
-
A set of user-provided Basic Authentication credentials, consisting of a username and a
password.
- BasicCredentials(String, String) - Constructor for class io.dropwizard.auth.basic.BasicCredentials
-
Creates a new BasicCredentials with the given username and password.
- before() - Method in class io.dropwizard.testing.common.DAOTest
-
- before() - Method in class io.dropwizard.testing.common.DropwizardClient
-
- before() - Method in class io.dropwizard.testing.common.Resource
-
- before() - Method in class io.dropwizard.testing.DropwizardTestSupport
-
- before() - Method in class io.dropwizard.testing.junit.DAOTestRule
-
Deprecated.
- before() - Method in class io.dropwizard.testing.junit.DropwizardAppRule
-
Deprecated.
- before() - Method in class io.dropwizard.testing.junit.DropwizardClientRule
-
Deprecated.
- before() - Method in class io.dropwizard.testing.junit5.DAOTestExtension
-
- before() - Method in class io.dropwizard.testing.junit5.DropwizardAppExtension
-
- before() - Method in class io.dropwizard.testing.junit5.DropwizardClientExtension
-
- before() - Method in interface io.dropwizard.testing.junit5.DropwizardExtension
-
Executed before test method or class.
- before() - Method in class io.dropwizard.testing.junit5.ResourceExtension
-
- beforeAll(ExtensionContext) - Method in class io.dropwizard.testing.junit5.DAOTestExtension
-
- beforeAll(ExtensionContext) - Method in class io.dropwizard.testing.junit5.DropwizardAppExtension
-
- beforeAll(ExtensionContext) - Method in class io.dropwizard.testing.junit5.DropwizardExtensionsSupport
-
- beforeEach(ExtensionContext) - Method in class io.dropwizard.testing.junit5.DropwizardExtensionsSupport
-
- beforeStart(UnitOfWork) - Method in class io.dropwizard.hibernate.UnitOfWorkAspect
-
- BEGIN_TERM - Static variable in class io.dropwizard.validation.InterpolationHelper
-
- Binder(Class<T>) - Constructor for class io.dropwizard.auth.AuthValueFactoryProvider.Binder
-
- Binder(Set<Class<? extends T>>) - Constructor for class io.dropwizard.auth.PolymorphicAuthValueFactoryProvider.Binder
-
- Binder() - Constructor for class io.dropwizard.jersey.sessions.SessionFactoryProvider.Binder
-
- BooleanParam - Class in io.dropwizard.jersey.params
-
- BooleanParam(String) - Constructor for class io.dropwizard.jersey.params.BooleanParam
-
Deprecated.
- BooleanParam(String, String) - Constructor for class io.dropwizard.jersey.params.BooleanParam
-
Deprecated.
- bootstrap() - Static method in class io.dropwizard.logging.BootstrapLogging
-
- bootstrap(Level) - Static method in class io.dropwizard.logging.BootstrapLogging
-
- bootstrap(Level, DiscoverableLayoutFactory<ILoggingEvent>) - Static method in class io.dropwizard.logging.BootstrapLogging
-
- Bootstrap<T extends Configuration> - Class in io.dropwizard.setup
-
The pre-start application environment, containing everything required to bootstrap a Dropwizard
command.
- Bootstrap(Application<T>) - Constructor for class io.dropwizard.setup.Bootstrap
-
Creates a new Bootstrap for the given application.
- bootstrapLogging() - Method in class io.dropwizard.Application
-
- BootstrapLogging - Class in io.dropwizard.logging
-
Utility class to configure logging before the dropwizard yml
configuration has been read, parsed, and the provided logging
strategy has been applied.
- bootstrapLogging(boolean) - Method in class io.dropwizard.testing.common.DAOTest.Builder
-
- bootstrapLogging(boolean) - Method in class io.dropwizard.testing.common.Resource.Builder
-
- bootstrapLogLevel() - Method in class io.dropwizard.Application
-
The log level at which to bootstrap logging on application startup.
- build(String) - Method in class io.dropwizard.client.HttpClientBuilder
-
Builds the HttpClient .
- build(String) - Method in class io.dropwizard.client.JerseyClientBuilder
-
Builds the Client instance.
- build(ConfigurationSourceProvider, String) - Method in class io.dropwizard.configuration.BaseConfigurationFactory
-
- build() - Method in class io.dropwizard.configuration.BaseConfigurationFactory
-
- build(JsonNode, String) - Method in class io.dropwizard.configuration.BaseConfigurationFactory
-
- build(ConfigurationSourceProvider, String) - Method in interface io.dropwizard.configuration.ConfigurationFactory
-
Loads, parses, binds, and validates a configuration object.
- build(File) - Method in interface io.dropwizard.configuration.ConfigurationFactory
-
Loads, parses, binds, and validates a configuration object from a file.
- build() - Method in interface io.dropwizard.configuration.ConfigurationFactory
-
Loads, parses, binds, and validates a configuration object from an empty document.
- build(MetricRegistry, String) - Method in class io.dropwizard.db.DataSourceFactory
-
- build(MetricRegistry, String) - Method in interface io.dropwizard.db.PooledDataSourceFactory
-
Builds a new JDBC data source backed by the connection pool
and managed by Dropwizard.
- build(HealthStatusChecker, HealthStateAggregator, ObjectMapper) - Method in interface io.dropwizard.health.response.HealthResponseProviderFactory
-
Configures a health responder for responding to health check requests (e.g.
- build(HealthStatusChecker, HealthStateAggregator, ObjectMapper) - Method in class io.dropwizard.health.response.JsonHealthResponseProviderFactory
-
- build(HibernateBundle<?>, Environment, PooledDataSourceFactory, List<Class<?>>) - Method in class io.dropwizard.hibernate.SessionFactoryFactory
-
- build(HibernateBundle<?>, Environment, PooledDataSourceFactory, List<Class<?>>, String) - Method in class io.dropwizard.hibernate.SessionFactoryFactory
-
- build(HibernateBundle<?>, Environment, PooledDataSourceFactory, ManagedDataSource, List<Class<?>>) - Method in class io.dropwizard.hibernate.SessionFactoryFactory
-
- build(Server, MetricRegistry, String, ThreadPool) - Method in class io.dropwizard.http2.Http2CConnectorFactory
-
- build(Server, MetricRegistry, String, ThreadPool) - Method in class io.dropwizard.http2.Http2ConnectorFactory
-
- build(Environment, PooledDataSourceFactory, String) - Method in class io.dropwizard.jdbi3.JdbiFactory
-
- build(Environment, PooledDataSourceFactory, ManagedDataSource, String) - Method in class io.dropwizard.jdbi3.JdbiFactory
-
- build(Server, MetricRegistry, String, ThreadPool) - Method in interface io.dropwizard.jetty.ConnectorFactory
-
Create a new connector.
- build(Handler) - Method in class io.dropwizard.jetty.GzipHandlerFactory
-
- build(Server, MetricRegistry, String, ThreadPool) - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- build(Server, MetricRegistry, String, ThreadPool) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- build() - Method in class io.dropwizard.lifecycle.setup.ExecutorServiceBuilder
-
- build() - Method in class io.dropwizard.lifecycle.setup.ScheduledExecutorServiceBuilder
-
- build(LoggerContext, String, LayoutFactory<E>, LevelFilterFactory<E>, AsyncAppenderFactory<E>) - Method in class io.dropwizard.logging.AbstractOutputStreamAppenderFactory
-
- build(LoggerContext, String, LayoutFactory<E>, LevelFilterFactory<E>, AsyncAppenderFactory<E>) - Method in interface io.dropwizard.logging.AppenderFactory
-
Given a Logback context, an application name, a layout,
a levelFilterFactory, and an asyncAppenderFactory build a new appender.
- build() - Method in interface io.dropwizard.logging.async.AsyncAppenderFactory
-
Creates an AsyncAppenderBase of type E
- build() - Method in class io.dropwizard.logging.async.AsyncLoggingEventAppenderFactory
-
- build() - Method in interface io.dropwizard.logging.filter.FilterFactory
-
- build(Level) - Method in interface io.dropwizard.logging.filter.LevelFilterFactory
-
Creates a Filter of type E
- build(Level) - Method in class io.dropwizard.logging.filter.NullLevelFilterFactory
-
Creates a Filter that will always defer to the next Filter in the chain, if any.
- build(Level) - Method in class io.dropwizard.logging.filter.ThresholdLevelFilterFactory
-
Creates and starts a Filter for the given threshold.
- build(LoggerContext, TimeZone) - Method in class io.dropwizard.logging.json.AccessJsonLayoutBaseFactory
-
- build(LoggerContext, TimeZone) - Method in class io.dropwizard.logging.json.EventJsonLayoutBaseFactory
-
- build() - Method in class io.dropwizard.logging.json.layout.MapBuilder
-
- build(LoggerContext, TimeZone) - Method in interface io.dropwizard.logging.layout.DiscoverableLayoutFactory
-
Creates a LayoutBase of type E
- build(LoggerContext, TimeZone) - Method in class io.dropwizard.logging.layout.DropwizardLayoutFactory
-
- build(LoggerContext, TimeZone) - Method in interface io.dropwizard.logging.layout.LayoutFactory
-
Creates a PatternLayoutBase of type E
- build(LoggerContext, String, LayoutFactory<ILoggingEvent>, LevelFilterFactory<ILoggingEvent>, AsyncAppenderFactory<ILoggingEvent>) - Method in class io.dropwizard.logging.SyslogAppenderFactory
-
- build(MetricRegistry) - Method in class io.dropwizard.metrics.ConsoleReporterFactory
-
- build(MetricRegistry) - Method in class io.dropwizard.metrics.CsvReporterFactory
-
- build(MetricRegistry) - Method in class io.dropwizard.metrics.graphite.GraphiteReporterFactory
-
- build(MetricRegistry) - Method in interface io.dropwizard.metrics.ReporterFactory
-
Configures and builds a ScheduledReporter instance for the given registry.
- build(MetricRegistry) - Method in class io.dropwizard.metrics.Slf4jReporterFactory
-
- build() - Method in class io.dropwizard.request.logging.async.AsyncAccessEventAppenderFactory
-
- build(String) - Method in class io.dropwizard.request.logging.ExternalRequestLogFactory
-
- build() - Method in class io.dropwizard.request.logging.filter.UriFilterFactory
-
- build(LoggerContext, TimeZone) - Method in class io.dropwizard.request.logging.layout.LogbackAccessRequestLayoutFactory
-
- build(String) - Method in class io.dropwizard.request.logging.LogbackAccessRequestLogFactory
-
- build(String) - Method in class io.dropwizard.request.logging.old.LogbackClassicRequestLogFactory
-
- build(String) - Method in interface io.dropwizard.request.logging.RequestLogFactory
-
- build(Environment) - Method in class io.dropwizard.server.DefaultServerFactory
-
- build(Environment) - Method in interface io.dropwizard.server.ServerFactory
-
Build a server for the given Dropwizard application.
- build(Environment) - Method in class io.dropwizard.server.SimpleServerFactory
-
- build() - Method in class io.dropwizard.testing.junit.DAOTestRule.Builder
-
Deprecated.
- build() - Method in class io.dropwizard.testing.junit.ResourceTestRule.Builder
-
Deprecated.
- build() - Method in class io.dropwizard.testing.junit5.DAOTestExtension.Builder
-
- build() - Method in class io.dropwizard.testing.junit5.ResourceExtension.Builder
-
- build(ConfigurationSourceProvider, String) - Method in class io.dropwizard.testing.POJOConfigurationFactory
-
- build(File) - Method in class io.dropwizard.testing.POJOConfigurationFactory
-
- build() - Method in class io.dropwizard.testing.POJOConfigurationFactory
-
- build(JsonNode, String) - Method in class io.dropwizard.testing.POJOConfigurationFactory
-
- buildAppender(LoggerContext) - Method in class io.dropwizard.logging.FileAppenderFactory
-
- buildAuthFilter() - Method in class io.dropwizard.auth.AuthFilter.AuthFilterBuilder
-
Builds an instance of the filter with a provided authenticator,
an authorizer, a prefix, and a realm.
- buildBufferPool() - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- buildConnector(Server, Scheduler, ByteBufferPool, String, ThreadPool, ConnectionFactory...) - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- buildDAOTest() - Method in class io.dropwizard.testing.common.DAOTest.Builder
-
- Builder() - Constructor for class io.dropwizard.auth.basic.BasicCredentialAuthFilter.Builder
-
- Builder() - Constructor for class io.dropwizard.auth.oauth.OAuthCredentialAuthFilter.Builder
-
- builder(MetricRegistry) - Method in class io.dropwizard.metrics.graphite.GraphiteReporterFactory
-
- Builder() - Constructor for class io.dropwizard.testing.common.DAOTest.Builder
-
- builder() - Static method in class io.dropwizard.testing.common.Resource
-
- Builder() - Constructor for class io.dropwizard.testing.common.Resource.Builder
-
- Builder() - Constructor for class io.dropwizard.testing.junit.DAOTestRule.Builder
-
Deprecated.
- builder() - Static method in class io.dropwizard.testing.junit.ResourceTestRule
-
Deprecated.
- Builder() - Constructor for class io.dropwizard.testing.junit.ResourceTestRule.Builder
-
Deprecated.
- Builder() - Constructor for class io.dropwizard.testing.junit5.DAOTestExtension.Builder
-
- builder() - Static method in class io.dropwizard.testing.junit5.ResourceExtension
-
- Builder() - Constructor for class io.dropwizard.testing.junit5.ResourceExtension.Builder
-
- buildException(String, String) - Method in interface io.dropwizard.auth.UnauthorizedHandler
-
This method allows overriding the exception thrown from an AuthFilter instance.
- buildGzipHandler(Handler) - Method in class io.dropwizard.server.AbstractServerFactory
-
- buildHttpConfiguration() - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- buildHttpConfiguration() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- buildHttpConnectionFactory(HttpConfiguration) - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- buildLayout(LoggerContext, LayoutFactory<E>) - Method in class io.dropwizard.logging.AbstractAppenderFactory
-
- buildResource() - Method in class io.dropwizard.testing.common.Resource.Builder
-
Builds a Resource with a configured Jersey testing environment.
- buildResponse(String, String) - Method in class io.dropwizard.auth.DefaultUnauthorizedHandler
-
- buildResponse(String, String) - Method in class io.dropwizard.auth.JSONUnauthorizedHandler
-
- buildResponse(String, String) - Method in interface io.dropwizard.auth.UnauthorizedHandler
-
- buildRx(String, Class<RX>) - Method in class io.dropwizard.client.JerseyClientBuilder
-
Builds the Client instance with a custom reactive client provider.
- buildServer(LifecycleEnvironment, ThreadPool) - Method in class io.dropwizard.server.AbstractServerFactory
-
- buildSetUIDListener() - Method in class io.dropwizard.server.AbstractServerFactory
-
- buildSQLLogger(MetricRegistry, StatementNameStrategy) - Method in class io.dropwizard.jdbi3.JdbiFactory
-
- buildTemplate() - Method in class com.example.helloworld.HelloWorldConfiguration
-
- Bundle - Interface in io.dropwizard
-
- ByteRange - Class in io.dropwizard.servlets.assets
-
- ByteRange(int, int) - Constructor for class io.dropwizard.servlets.assets.ByteRange
-
- bytes(long) - Static method in class io.dropwizard.util.DataSize
-
- bytes(long) - Static method in class io.dropwizard.util.Size
-
Deprecated.
- ByteStreams - Class in io.dropwizard.util
-
C
- CacheBustingFilter - Class in io.dropwizard.servlets
-
Adds a no-cache header to all responses.
- CacheBustingFilter() - Constructor for class io.dropwizard.servlets.CacheBustingFilter
-
- CacheControl - Annotation Type in io.dropwizard.jersey.caching
-
An annotation which adds a constant Cache-Control header to the response produced by
the annotated method.
- CacheControlledResponseFeature - Class in io.dropwizard.jersey.caching
-
- CacheControlledResponseFeature() - Constructor for class io.dropwizard.jersey.caching.CacheControlledResponseFeature
-
- CachingAuthenticator<C,P extends Principal> - Class in io.dropwizard.auth
-
An Authenticator decorator which uses a Caffeine cache to temporarily
cache credentials and their corresponding principals.
- CachingAuthenticator(MetricRegistry, Authenticator<C, P>, CaffeineSpec) - Constructor for class io.dropwizard.auth.CachingAuthenticator
-
Creates a new cached authenticator.
- CachingAuthenticator(MetricRegistry, Authenticator<C, P>, Caffeine<Object, Object>) - Constructor for class io.dropwizard.auth.CachingAuthenticator
-
Creates a new cached authenticator.
- CachingAuthenticator(MetricRegistry, Authenticator<C, P>, Caffeine<Object, Object>, boolean) - Constructor for class io.dropwizard.auth.CachingAuthenticator
-
Creates a new cached authenticator.
- CachingAuthenticator(MetricRegistry, Authenticator<C, P>, Caffeine<Object, Object>, boolean, Supplier<StatsCounter>) - Constructor for class io.dropwizard.auth.CachingAuthenticator
-
Creates a new cached authenticator.
- CachingAuthorizer<P extends Principal> - Class in io.dropwizard.auth
-
An Authorizer decorator which uses a Caffeine cache to
temporarily cache principals' role associations.
- CachingAuthorizer(MetricRegistry, Authorizer<P>, CaffeineSpec) - Constructor for class io.dropwizard.auth.CachingAuthorizer
-
Creates a new cached authorizer.
- CachingAuthorizer(MetricRegistry, Authorizer<P>, Caffeine<Object, Object>) - Constructor for class io.dropwizard.auth.CachingAuthorizer
-
Creates a new cached authorizer.
- CachingAuthorizer(MetricRegistry, Authorizer<P>, Caffeine<Object, Object>, Supplier<StatsCounter>) - Constructor for class io.dropwizard.auth.CachingAuthorizer
-
Creates a new cached authorizer.
- CaffeineModule - Class in io.dropwizard.jackson
-
- CaffeineModule() - Constructor for class io.dropwizard.jackson.CaffeineModule
-
- call(ViolationCollector) - Method in class io.dropwizard.validation.selfvalidating.ValidationCaller
-
- ChainedAuthFilter<C,P extends Principal> - Class in io.dropwizard.auth.chained
-
Chains together authFilters, short circuits when the first filter
successfully authenticates
N.B.
- ChainedAuthFilter(List<AuthFilter>) - Constructor for class io.dropwizard.auth.chained.ChainedAuthFilter
-
- CharsetUtf8Filter - Class in io.dropwizard.jersey.filter
-
This class ensures that any HTTP response that includes a Content-Type
response header, will also include the UTF-8 character set.
- CharsetUtf8Filter() - Constructor for class io.dropwizard.jersey.filter.CharsetUtf8Filter
-
- CharStreams - Class in io.dropwizard.util
-
Deprecated.
- check() - Method in class com.example.helloworld.health.TemplateHealthCheck
-
- check(Callable<HealthCheck.Result>) - Method in class io.dropwizard.db.TimeBoundHealthCheck
-
- check() - Method in class io.dropwizard.health.check.http.HttpHealthCheck
-
- check() - Method in class io.dropwizard.health.check.tcp.TcpHealthCheck
-
- check() - Method in class io.dropwizard.hibernate.SessionFactoryHealthCheck
-
- check() - Method in class io.dropwizard.jdbi3.JdbiHealthCheck
-
- CHECK_TYPE_QUERY_PARAM - Static variable in class io.dropwizard.health.response.JsonHealthResponseProvider
-
- CheckCommand<T extends Configuration> - Class in io.dropwizard.cli
-
Parses and validates the application's configuration.
- CheckCommand(Application<T>) - Constructor for class io.dropwizard.cli.CheckCommand
-
- ClassicLogFormat - Class in io.dropwizard.request.logging.old
-
- ClassicLogFormat() - Constructor for class io.dropwizard.request.logging.old.ClassicLogFormat
-
- cleanup() - Method in class io.dropwizard.cli.ConfiguredCommand
-
- cleanupAsynchronously() - Method in class io.dropwizard.cli.ConfiguredCommand
-
- Cli - Class in io.dropwizard.cli
-
The command-line runner for Dropwizard application.
- Cli(JarLocation, Bootstrap<?>, OutputStream, OutputStream) - Constructor for class io.dropwizard.cli.Cli
-
Create a new CLI interface for a application and its bootstrapped environment.
- client() - Method in class io.dropwizard.testing.common.Resource
-
Returns the pre-configured Client for this test.
- client() - Method in class io.dropwizard.testing.junit.DropwizardAppRule
-
Deprecated.
Returns a new HTTP Jersey Client for performing HTTP requests against the tested
Dropwizard server.
- client() - Method in class io.dropwizard.testing.junit.ResourceTestRule
-
Deprecated.
Returns the pre-configured Client for this test.
- client() - Method in class io.dropwizard.testing.junit5.DropwizardAppExtension
-
Returns a new HTTP Jersey Client for performing HTTP requests against the tested
Dropwizard server.
- client() - Method in class io.dropwizard.testing.junit5.ResourceExtension
-
Returns the pre-configured Client for this test.
- clientBuilder() - Method in class io.dropwizard.testing.junit.DropwizardAppRule
-
Deprecated.
- clientBuilder() - Method in class io.dropwizard.testing.junit5.DropwizardAppExtension
-
- close() - Method in class io.dropwizard.client.DropwizardApacheConnector
- close() - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-
- close() - Method in class io.dropwizard.logging.ResilientSocketOutputStream
-
- close() - Method in class io.dropwizard.migrations.CloseableLiquibase
-
- CloseableLiquibase - Class in io.dropwizard.migrations
-
- CloseableLiquibase(String, ResourceAccessor, DatabaseConnection, ManagedDataSource) - Constructor for class io.dropwizard.migrations.CloseableLiquibase
-
- CloseableLiquibaseWithClassPathMigrationsFile - Class in io.dropwizard.migrations
-
- CloseableLiquibaseWithClassPathMigrationsFile(ManagedDataSource, String) - Constructor for class io.dropwizard.migrations.CloseableLiquibaseWithClassPathMigrationsFile
-
- CloseableLiquibaseWithFileSystemMigrationsFile - Class in io.dropwizard.migrations
-
- CloseableLiquibaseWithFileSystemMigrationsFile(ManagedDataSource, String) - Constructor for class io.dropwizard.migrations.CloseableLiquibaseWithFileSystemMigrationsFile
-
- com.example.helloworld - package com.example.helloworld
-
- com.example.helloworld.api - package com.example.helloworld.api
-
- com.example.helloworld.auth - package com.example.helloworld.auth
-
- com.example.helloworld.cli - package com.example.helloworld.cli
-
- com.example.helloworld.core - package com.example.helloworld.core
-
- com.example.helloworld.db - package com.example.helloworld.db
-
- com.example.helloworld.filter - package com.example.helloworld.filter
-
- com.example.helloworld.health - package com.example.helloworld.health
-
- com.example.helloworld.resources - package com.example.helloworld.resources
-
- com.example.helloworld.tasks - package com.example.helloworld.tasks
-
- com.example.helloworld.views - package com.example.helloworld.views
-
- Command - Class in io.dropwizard.cli
-
A basic CLI command.
- Command(String, String) - Constructor for class io.dropwizard.cli.Command
-
Create a new command with the given name and description.
- commandInstantiator - Variable in class io.dropwizard.testing.DropwizardTestSupport
-
- compareTo(HealthStateView) - Method in class io.dropwizard.health.HealthStateView
-
- compareTo(DataSize) - Method in class io.dropwizard.util.DataSize
-
- compareTo(Duration) - Method in class io.dropwizard.util.Duration
-
- compareTo(Size) - Method in class io.dropwizard.util.Size
-
Deprecated.
- config(String, String) - Static method in class io.dropwizard.testing.ConfigOverride
-
- config(String, String, String) - Static method in class io.dropwizard.testing.ConfigOverride
-
- config(String, Supplier<String>) - Static method in class io.dropwizard.testing.ConfigOverride
-
- config(String, String, Supplier<String>) - Static method in class io.dropwizard.testing.ConfigOverride
-
- ConfigOverride - Class in io.dropwizard.testing
-
- ConfigOverride() - Constructor for class io.dropwizard.testing.ConfigOverride
-
- ConfigOverrideRandomPorts - Class in io.dropwizard.testing
-
Override port configuration setting for application and admin connectors and choose a random port.
- configOverrides - Variable in class io.dropwizard.testing.DropwizardTestSupport
-
- ConfigOverrideValue - Class in io.dropwizard.testing
-
- configPath - Variable in class io.dropwizard.testing.DropwizardTestSupport
-
- configSourceProvider - Variable in class io.dropwizard.testing.DropwizardTestSupport
-
- Configuration - Class in io.dropwizard
-
An object representation of the YAML configuration file.
- Configuration() - Constructor for class io.dropwizard.Configuration
-
- configuration - Variable in class io.dropwizard.testing.DropwizardTestSupport
-
- configuration - Variable in class io.dropwizard.testing.POJOConfigurationFactory
-
- ConfigurationException - Exception in io.dropwizard.configuration
-
Base class for problems with a Configuration object.
- ConfigurationException(String, Collection<String>) - Constructor for exception io.dropwizard.configuration.ConfigurationException
-
Creates a new ConfigurationException for the given path with the given errors.
- ConfigurationException(String, Collection<String>, Throwable) - Constructor for exception io.dropwizard.configuration.ConfigurationException
-
Creates a new ConfigurationException for the given path with the given errors and cause.
- ConfigurationFactory<T> - Interface in io.dropwizard.configuration
-
- ConfigurationFactoryFactory<T> - Interface in io.dropwizard.configuration
-
- ConfigurationMetadata - Class in io.dropwizard.configuration
-
A class to get metadata about the properties that are available in a configuration class.
- ConfigurationMetadata(ObjectMapper, Class<?>) - Constructor for class io.dropwizard.configuration.ConfigurationMetadata
-
Create a metadata instance and
- ConfigurationParsingException - Exception in io.dropwizard.configuration
-
- ConfigurationSourceProvider - Interface in io.dropwizard.configuration
-
An interface for objects that can create an InputStream to represent the application
configuration.
- ConfigurationValidationException - Exception in io.dropwizard.configuration
-
An exception thrown where there is an error validating a configuration object.
- ConfigurationValidationException(String, Set<ConstraintViolation<T>>) - Constructor for exception io.dropwizard.configuration.ConfigurationValidationException
-
Creates a new ConfigurationException for the given path with the given errors.
- configure(Subparser) - Method in class com.example.helloworld.cli.RenderCommand
-
- configure(ResourceInfo, FeatureContext) - Method in class com.example.helloworld.filter.DateRequiredFeature
-
- configure(ResourceInfo, FeatureContext) - Method in class io.dropwizard.auth.AuthDynamicFeature
-
- configure(FeatureContext) - Method in class io.dropwizard.auth.AuthDynamicFeature
-
- configure() - Method in class io.dropwizard.auth.AuthValueFactoryProvider.Binder
-
- configure(ResourceInfo, FeatureContext) - Method in class io.dropwizard.auth.PolymorphicAuthDynamicFeature
-
- configure(FeatureContext) - Method in class io.dropwizard.auth.PolymorphicAuthDynamicFeature
-
- configure() - Method in class io.dropwizard.auth.PolymorphicAuthValueFactoryProvider.Binder
-
- configure(Subparser) - Method in class io.dropwizard.cli.Command
-
Configure the command's Subparser .
- configure(Subparser) - Method in class io.dropwizard.cli.ConfiguredCommand
-
Configure the command's Subparser .
- configure(LifecycleEnvironment, ServletEnvironment, JerseyEnvironment, HealthEnvironment, ObjectMapper, String) - Method in class io.dropwizard.health.DefaultHealthFactory
-
- configure(LifecycleEnvironment, ServletEnvironment, JerseyEnvironment, HealthEnvironment, ObjectMapper, String) - Method in interface io.dropwizard.health.HealthFactory
-
- configure(String, Collection<String>, HealthResponseProvider, HealthEnvironment, JerseyEnvironment, ServletEnvironment, ObjectMapper) - Method in interface io.dropwizard.health.response.HealthResponderFactory
-
Configures a health responder for responding to health check requests (e.g.
- configure(String, Collection<String>, HealthResponseProvider, HealthEnvironment, JerseyEnvironment, ServletEnvironment, ObjectMapper) - Method in class io.dropwizard.health.response.ServletHealthResponderFactory
-
- configure(Configuration) - Method in class io.dropwizard.hibernate.HibernateBundle
-
- configure(Configuration, ServiceRegistry) - Method in class io.dropwizard.hibernate.SessionFactoryFactory
-
- configure(Jdbi) - Method in class io.dropwizard.jdbi3.JdbiFactory
-
Overridable function to allow extra customization of the created Jdbi
instance.
- configure(ResourceInfo, FeatureContext) - Method in class io.dropwizard.jersey.caching.CacheControlledResponseFeature
-
- configure() - Method in class io.dropwizard.jersey.DropwizardResourceConfig.SpecificBinder
-
- configure() - Method in class io.dropwizard.jersey.guava.OptionalParamBinder
-
- configure(FeatureContext) - Method in class io.dropwizard.jersey.jackson.JacksonFeature
-
- configure() - Method in class io.dropwizard.jersey.sessions.SessionFactoryProvider.Binder
-
- configure() - Method in class io.dropwizard.jersey.validation.HibernateValidationBinder
-
- configure(MetricRegistry, String) - Method in class io.dropwizard.logging.DefaultLoggingFactory
-
- configure(MetricRegistry, String) - Method in class io.dropwizard.logging.ExternalLoggingFactory
-
- configure(MetricRegistry, String) - Method in interface io.dropwizard.logging.LoggingFactory
-
- configure(LifecycleEnvironment, MetricRegistry) - Method in class io.dropwizard.metrics.MetricsFactory
-
Configures the given lifecycle with the reporters configured for the given registry.
- configure(Subparser) - Method in class io.dropwizard.migrations.AbstractLiquibaseCommand
-
- configure(Subparser) - Method in class io.dropwizard.migrations.DbCalculateChecksumCommand
-
- configure(Subparser) - Method in class io.dropwizard.migrations.DbCommand
-
- configure(Subparser) - Method in class io.dropwizard.migrations.DbDropAllCommand
-
- configure(Subparser) - Method in class io.dropwizard.migrations.DbDumpCommand
-
- configure(Subparser) - Method in class io.dropwizard.migrations.DbFastForwardCommand
-
- configure(Subparser) - Method in class io.dropwizard.migrations.DbGenerateDocsCommand
-
- configure(Subparser) - Method in class io.dropwizard.migrations.DbLocksCommand
-
- configure(Subparser) - Method in class io.dropwizard.migrations.DbMigrateCommand
-
- configure(Subparser) - Method in class io.dropwizard.migrations.DbPrepareRollbackCommand
-
- configure(Subparser) - Method in class io.dropwizard.migrations.DbRollbackCommand
-
- configure(Subparser) - Method in class io.dropwizard.migrations.DbStatusCommand
-
- configure(Subparser) - Method in class io.dropwizard.migrations.DbTagCommand
-
- configure(Subparser) - Method in class io.dropwizard.migrations.DbTestCommand
-
- configure() - Method in class io.dropwizard.request.logging.LogbackAccessRequestLog
-
- configure(Environment) - Method in class io.dropwizard.server.DefaultServerFactory
-
- configure(Environment) - Method in interface io.dropwizard.server.ServerFactory
-
Configures the given environment with settings defined in the factory.
- configure(Environment) - Method in class io.dropwizard.server.SimpleServerFactory
-
- configure() - Method in class io.dropwizard.setup.ExceptionMapperBinder
-
- configure(FeatureContext) - Method in class io.dropwizard.validation.InjectValidatorFeature
-
- configure(Map<String, String>) - Method in class io.dropwizard.views.freemarker.FreemarkerViewRenderer
-
- configure(Map<String, String>) - Method in class io.dropwizard.views.mustache.MustacheViewRenderer
-
- configure(Map<String, String>) - Method in interface io.dropwizard.views.ViewRenderer
-
options for configuring the view renderer
- configureBootstrapServiceRegistryBuilder(BootstrapServiceRegistryBuilder) - Method in class io.dropwizard.hibernate.SessionFactoryFactory
-
- configureConnectionManager(InstrumentedHttpClientConnectionManager) - Method in class io.dropwizard.client.HttpClientBuilder
-
- configureCredentials(AuthConfiguration) - Method in class io.dropwizard.client.HttpClientBuilder
-
determine the Credentials implementation to use
- ConfiguredBundle<T> - Interface in io.dropwizard
-
A reusable bundle of functionality, used to define blocks of application behavior that are
conditional on configuration parameters.
- ConfiguredCloseableHttpClient - Class in io.dropwizard.client
-
- ConfiguredCommand<T extends Configuration> - Class in io.dropwizard.cli
-
A command whose first parameter is the location of a YAML configuration file.
- ConfiguredCommand(String, String) - Constructor for class io.dropwizard.cli.ConfiguredCommand
-
- ConfiguredGZipEncoder - Class in io.dropwizard.jersey.gzip
-
GZIP encoding support.
- ConfiguredGZipEncoder(boolean) - Constructor for class io.dropwizard.jersey.gzip.ConfiguredGZipEncoder
-
- configureObjectMapper(ObjectMapper) - Method in class io.dropwizard.configuration.DefaultConfigurationFactoryFactory
-
Provides additional configuration for the ObjectMapper used to read
the configuration.
- configureSession() - Method in class io.dropwizard.hibernate.UnitOfWorkAspect
-
- configureSslContextFactory(SslContextFactory) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- ConnectorFactory - Interface in io.dropwizard.jetty
-
A factory for creating Jetty Connector s.
- ConsoleAppenderFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware> - Class in io.dropwizard.logging
-
An AppenderFactory implementation which provides an appender that writes events to the console.
- ConsoleAppenderFactory() - Constructor for class io.dropwizard.logging.ConsoleAppenderFactory
-
- ConsoleAppenderFactory.ConsoleStream - Enum in io.dropwizard.logging
-
- ConsoleReporterFactory - Class in io.dropwizard.metrics
-
A factory for configuring and building ConsoleReporter instances.
- ConsoleReporterFactory() - Constructor for class io.dropwizard.metrics.ConsoleReporterFactory
-
- ConsoleReporterFactory.ConsoleStream - Enum in io.dropwizard.metrics
-
- ConstraintMessage - Class in io.dropwizard.jersey.validation
-
- ConstraintViolations - Class in io.dropwizard.validation
-
- containsFetchProfileDefinition(String) - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-
- ContextRoutingHandler - Class in io.dropwizard.jetty
-
A Jetty router which routes requests based on context path.
- ContextRoutingHandler(Map<String, ? extends Handler>) - Constructor for class io.dropwizard.jetty.ContextRoutingHandler
-
- convert(IAccessEvent) - Method in class io.dropwizard.request.logging.layout.SafeRequestParameterConverter
-
- convert(long, DataSizeUnit) - Method in enum io.dropwizard.util.DataSizeUnit
-
Converts a size of the given unit into the current unit.
- convert(long, SizeUnit) - Method in enum io.dropwizard.util.SizeUnit
-
Deprecated.
Converts a size of the given unit into the current unit.
- copy(InputStream, OutputStream) - Static method in class io.dropwizard.util.ByteStreams
-
- copy(URL, OutputStream) - Static method in class io.dropwizard.util.Resources
-
Deprecated.
- copyOf(Set<ConstraintViolation<T>>) - Static method in class io.dropwizard.validation.ConstraintViolations
-
- create(Person) - Method in class com.example.helloworld.db.PersonDAO
-
- create(Class<T>, Validator, ObjectMapper, String) - Method in interface io.dropwizard.configuration.ConfigurationFactoryFactory
-
- create(Class<T>, Validator, ObjectMapper, String) - Method in class io.dropwizard.configuration.DefaultConfigurationFactoryFactory
-
- create(Class<T>) - Method in class io.dropwizard.hibernate.UnitOfWorkAwareProxyFactory
-
Creates a new @UnitOfWork aware proxy of a class with the default constructor.
- create(Class<T>, Class<?>, Object) - Method in class io.dropwizard.hibernate.UnitOfWorkAwareProxyFactory
-
Creates a new @UnitOfWork aware proxy of a class with an one-parameter constructor.
- create(Class<T>, Class<?>[], Object[]) - Method in class io.dropwizard.hibernate.UnitOfWorkAwareProxyFactory
-
Creates a new @UnitOfWork aware proxy of a class with a complex constructor.
- createAdminServlet(Server, MutableServletContextHandler, MetricRegistry, HealthCheckRegistry, AdminEnvironment) - Method in class io.dropwizard.server.AbstractServerFactory
-
- createAppServlet(Server, JerseyEnvironment, ObjectMapper, Validator, MutableServletContextHandler, Servlet, MetricRegistry) - Method in class io.dropwizard.server.AbstractServerFactory
-
- createBuilder() - Method in class io.dropwizard.client.HttpClientBuilder
-
Creates an Apache HttpClientBuilder .
- createClient(HttpClientBuilder, InstrumentedHttpClientConnectionManager, String) - Method in class io.dropwizard.client.HttpClientBuilder
-
- createConnectionManager(Registry<ConnectionSocketFactory>, String) - Method in class io.dropwizard.client.HttpClientBuilder
-
Create a InstrumentedHttpClientConnectionManager based on the
HttpClientConfiguration.
- createDropwizardApacheConnector(ConfiguredCloseableHttpClient) - Method in class io.dropwizard.client.JerseyClientBuilder
-
- createDropwizardJsonFormatter() - Method in class io.dropwizard.logging.json.AbstractJsonLayoutBaseFactory
-
- createEntityManager() - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-
- createEntityManager(Map) - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-
- createEntityManager(SynchronizationType) - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-
- createEntityManager(SynchronizationType, Map) - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-
- createHibernate5Module() - Method in class io.dropwizard.hibernate.HibernateBundle
-
Override to configure the Hibernate5Module .
- createParser(InputStream) - Method in class io.dropwizard.configuration.BaseConfigurationFactory
-
- createPerson(Person) - Method in class com.example.helloworld.resources.PeopleResource
-
- createRequestExecutor(String) - Method in class io.dropwizard.client.HttpClientBuilder
-
Creates a HttpRequestExecutor .
- createServlet() - Method in class io.dropwizard.assets.AssetsBundle
-
- createThreadPool(MetricRegistry) - Method in class io.dropwizard.server.AbstractServerFactory
-
- createThrowableProxyConverter(LoggerContext) - Method in class io.dropwizard.logging.json.EventJsonLayoutBaseFactory
-
- createTimestampFormatter(TimeZone) - Method in class io.dropwizard.logging.json.AbstractJsonLayoutBaseFactory
-
- createUserAgent(String) - Method in class io.dropwizard.client.HttpClientBuilder
-
Create a user agent string using the configured user agent if defined, otherwise
using a combination of the environment name and this client name
- createValueProvider(Parameter) - Method in class io.dropwizard.auth.AuthValueFactoryProvider
-
- createValueProvider(Parameter) - Method in class io.dropwizard.auth.PolymorphicAuthValueFactoryProvider
-
- createValueProvider(Parameter) - Method in class io.dropwizard.jersey.sessions.SessionFactoryProvider
-
- criteria() - Method in class io.dropwizard.hibernate.AbstractDAO
-
- criteriaQuery() - Method in class io.dropwizard.hibernate.AbstractDAO
-
Creates a new CriteriaQuery for <E> .
- CsvReporterFactory - Class in io.dropwizard.metrics
-
A factory for configuring and building CsvReporter instances.
- CsvReporterFactory() - Constructor for class io.dropwizard.metrics.CsvReporterFactory
-
- current() - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-
- currentSession() - Method in class io.dropwizard.hibernate.AbstractDAO
-
Returns the current Session .
- customizeBuilder(HttpClientBuilder) - Method in class io.dropwizard.client.HttpClientBuilder
-
Configures an Apache HttpClientBuilder .
- customizeConfiguration(Consumer<Configuration>) - Method in class io.dropwizard.testing.common.DAOTest.Builder
-
- customPropertyPrefix - Variable in class io.dropwizard.testing.DropwizardTestSupport
-
D
- DAOTest - Class in io.dropwizard.testing.common
-
- DAOTest.Builder<B extends DAOTest.Builder<B>> - Class in io.dropwizard.testing.common
-
- DAOTestExtension - Class in io.dropwizard.testing.junit5
-
An extension for testing DAOs and Hibernate entities.
- DAOTestExtension.Builder - Class in io.dropwizard.testing.junit5
-
- DAOTestRule - Class in io.dropwizard.testing.junit
-
- DAOTestRule.Builder - Class in io.dropwizard.testing.junit
-
Deprecated.
- DatabaseConfiguration<T> - Interface in io.dropwizard.db
-
- datagramSocketOutputStream(String, int) - Method in class io.dropwizard.logging.socket.DropwizardUdpSocketAppender
-
- DataSize - Class in io.dropwizard.util
-
A data size with SI or IEC prefix, such as "128KB" or "5 Gibibytes".
- DataSizeRange - Annotation Type in io.dropwizard.validation
-
The annotated element has to be in the appropriate range.
- DataSizeRange.List - Annotation Type in io.dropwizard.validation
-
Defines several @SizeRange annotations on the same element.
- DataSizeUnit - Enum in io.dropwizard.util
-
A unit of information using SI and IEC prefixes.
- DataSourceFactory - Class in io.dropwizard.db
-
- DataSourceFactory() - Constructor for class io.dropwizard.db.DataSourceFactory
-
- DataSourceFactory.TransactionIsolation - Enum in io.dropwizard.db
-
- DateNotSpecifiedFilter - Class in com.example.helloworld.filter
-
- DateNotSpecifiedFilter() - Constructor for class com.example.helloworld.filter.DateNotSpecifiedFilter
-
- DateRequired - Annotation Type in com.example.helloworld.filter
-
- DateRequiredFeature - Class in com.example.helloworld.filter
-
- DateRequiredFeature() - Constructor for class com.example.helloworld.filter.DateRequiredFeature
-
- DateTimeParam - Class in io.dropwizard.jersey.params
-
- DateTimeParam(String) - Constructor for class io.dropwizard.jersey.params.DateTimeParam
-
Deprecated.
- DateTimeParam(String, String) - Constructor for class io.dropwizard.jersey.params.DateTimeParam
-
Deprecated.
- days(long) - Static method in class io.dropwizard.util.Duration
-
- DbCalculateChecksumCommand<T extends Configuration> - Class in io.dropwizard.migrations
-
- DbCalculateChecksumCommand(DatabaseConfiguration<T>, Class<T>, String) - Constructor for class io.dropwizard.migrations.DbCalculateChecksumCommand
-
- DbClearChecksumsCommand<T extends Configuration> - Class in io.dropwizard.migrations
-
- DbClearChecksumsCommand(DatabaseConfiguration<T>, Class<T>, String) - Constructor for class io.dropwizard.migrations.DbClearChecksumsCommand
-
- DbCommand<T extends Configuration> - Class in io.dropwizard.migrations
-
- DbCommand(String, DatabaseConfiguration<T>, Class<T>, String) - Constructor for class io.dropwizard.migrations.DbCommand
-
- DbCommand(String, DatabaseConfiguration<T>, Class<T>, String, Map<String, Object>) - Constructor for class io.dropwizard.migrations.DbCommand
-
- DbDropAllCommand<T extends Configuration> - Class in io.dropwizard.migrations
-
- DbDropAllCommand(DatabaseConfiguration<T>, Class<T>, String) - Constructor for class io.dropwizard.migrations.DbDropAllCommand
-
- DbDumpCommand<T extends Configuration> - Class in io.dropwizard.migrations
-
- DbDumpCommand(DatabaseConfiguration<T>, Class<T>, String) - Constructor for class io.dropwizard.migrations.DbDumpCommand
-
- DbFastForwardCommand<T extends Configuration> - Class in io.dropwizard.migrations
-
- DbFastForwardCommand(DatabaseConfiguration<T>, Class<T>, String) - Constructor for class io.dropwizard.migrations.DbFastForwardCommand
-
- DbGenerateDocsCommand<T extends Configuration> - Class in io.dropwizard.migrations
-
- DbGenerateDocsCommand(DatabaseConfiguration<T>, Class<T>, String) - Constructor for class io.dropwizard.migrations.DbGenerateDocsCommand
-
- DbLocksCommand<T extends Configuration> - Class in io.dropwizard.migrations
-
- DbLocksCommand(DatabaseConfiguration<T>, Class<T>, String) - Constructor for class io.dropwizard.migrations.DbLocksCommand
-
- DbMigrateCommand<T extends Configuration> - Class in io.dropwizard.migrations
-
- DbMigrateCommand(DatabaseConfiguration<T>, Class<T>, String) - Constructor for class io.dropwizard.migrations.DbMigrateCommand
-
- DbPrepareRollbackCommand<T extends Configuration> - Class in io.dropwizard.migrations
-
- DbPrepareRollbackCommand(DatabaseConfiguration<T>, Class<T>, String) - Constructor for class io.dropwizard.migrations.DbPrepareRollbackCommand
-
- DbRollbackCommand<T extends Configuration> - Class in io.dropwizard.migrations
-
- DbRollbackCommand(DatabaseConfiguration<T>, Class<T>, String) - Constructor for class io.dropwizard.migrations.DbRollbackCommand
-
- DbStatusCommand<T extends Configuration> - Class in io.dropwizard.migrations
-
- DbStatusCommand(DatabaseConfiguration<T>, Class<T>, String) - Constructor for class io.dropwizard.migrations.DbStatusCommand
-
- DbTagCommand<T extends Configuration> - Class in io.dropwizard.migrations
-
- DbTagCommand(DatabaseConfiguration<T>, Class<T>, String) - Constructor for class io.dropwizard.migrations.DbTagCommand
-
- DbTestCommand<T extends Configuration> - Class in io.dropwizard.migrations
-
- DbTestCommand(DatabaseConfiguration<T>, Class<T>, String) - Constructor for class io.dropwizard.migrations.DbTestCommand
-
- DEFAULT_ALLOWED_METHODS - Static variable in class io.dropwizard.jersey.filter.AllowedMethodsFilter
-
- DEFAULT_NAME - Static variable in class io.dropwizard.hibernate.HibernateBundle
-
- DEFAULT_TCP_BACKLOG_LINUX - Static variable in class io.dropwizard.jetty.NetUtil
-
Deprecated.
- DEFAULT_TCP_BACKLOG_WINDOWS - Static variable in class io.dropwizard.jetty.NetUtil
-
Deprecated.
- DefaultAuthorizationContext<P extends Principal> - Class in io.dropwizard.auth
-
The default implementation of AuthorizationContext ,
which uses a Principal , a role and a ContainerRequestContext to
temporarily cache principals' role associations.
- DefaultConfigurationFactoryFactory<T> - Class in io.dropwizard.configuration
-
- DefaultConfigurationFactoryFactory() - Constructor for class io.dropwizard.configuration.DefaultConfigurationFactoryFactory
-
- DefaultHealthFactory - Class in io.dropwizard.health
-
- DefaultHealthFactory() - Constructor for class io.dropwizard.health.DefaultHealthFactory
-
- DefaultLoggingFactory - Class in io.dropwizard.logging
-
- DefaultLoggingFactory() - Constructor for class io.dropwizard.logging.DefaultLoggingFactory
-
- DefaultServerFactory - Class in io.dropwizard.server
-
The default implementation of ServerFactory , which allows for multiple sets of
application and admin connectors, all running on separate ports.
- DefaultServerFactory() - Constructor for class io.dropwizard.server.DefaultServerFactory
-
- DefaultUnauthorizedHandler - Class in io.dropwizard.auth
-
- DefaultUnauthorizedHandler() - Constructor for class io.dropwizard.auth.DefaultUnauthorizedHandler
-
- DefaultValueUtils - Class in io.dropwizard.jersey
-
- DelayedShutdownHandler - Class in io.dropwizard.health
-
Handler that sets healthy flag to false and delays shutdown to allow for a load balancer to
determine the instance should no longer receive requests.
- DelayedShutdownHandler(ShutdownNotifier) - Constructor for class io.dropwizard.health.DelayedShutdownHandler
-
- DESCRIPTOR - Static variable in class io.dropwizard.validation.valuehandling.GuavaOptionalValueExtractor
-
- destroy() - Method in class io.dropwizard.servlets.CacheBustingFilter
-
- destroy() - Method in class io.dropwizard.servlets.SlowRequestFilter
-
- destroy() - Method in class io.dropwizard.servlets.ThreadNameFilter
-
- detectLocale(HttpHeaders) - Method in class io.dropwizard.views.ViewMessageBodyWriter
-
- determineProxy(HttpHost, HttpRequest, HttpContext) - Method in class io.dropwizard.client.proxy.NonProxyListProxyRoutePlanner
-
- determineStatus(Set<T>, Invocable) - Static method in class io.dropwizard.jersey.validation.ConstraintMessage
-
Given a set of constraint violations and a Jersey Invocable where the constraint
occurred, determine the HTTP Status code for the response.
- DirectExecutorService - Class in io.dropwizard.util
-
- DirectExecutorService() - Constructor for class io.dropwizard.util.DirectExecutorService
-
- disable() - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
-
- disable(String) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
-
Disables the Jersey feature with the given name.
- disableContentCompression(boolean) - Method in class io.dropwizard.client.HttpClientBuilder
-
Disable support of decompression of responses
- Discoverable - Interface in io.dropwizard.jackson
-
A tag interface which allows Dropwizard to load Jackson subtypes at runtime, which enables polymorphic
configurations.
- DiscoverableLayoutFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware> - Interface in io.dropwizard.logging.layout
-
An interface for building Logback LayoutBase layouts, which could be discovered by Jackson
and specified in the logging configuration.
- DiscoverableSubtypeResolver - Class in io.dropwizard.jackson
-
A subtype resolver which discovers subtypes via
META-INF/services/io.dropwizard.jackson.Discoverable .
- DiscoverableSubtypeResolver() - Constructor for class io.dropwizard.jackson.DiscoverableSubtypeResolver
-
- DiscoverableSubtypeResolver(Class<?>) - Constructor for class io.dropwizard.jackson.DiscoverableSubtypeResolver
-
- discoverServices(Class<?>) - Method in class io.dropwizard.jackson.DiscoverableSubtypeResolver
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.dropwizard.jersey.filter.AllowedMethodsFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.dropwizard.servlets.CacheBustingFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.dropwizard.servlets.SlowRequestFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.dropwizard.servlets.ThreadNameFilter
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class io.dropwizard.health.response.ServletHealthResponder
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class io.dropwizard.servlets.assets.AssetServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class io.dropwizard.servlets.tasks.TaskServlet
-
- doLayout(E) - Method in class io.dropwizard.logging.json.layout.AbstractJsonLayout
-
- doPost(HttpServletRequest, HttpServletResponse) - Method in class io.dropwizard.servlets.tasks.TaskServlet
-
- doStart() - Method in class io.dropwizard.jetty.ContextRoutingHandler
-
- doStart() - Method in class io.dropwizard.lifecycle.JettyManaged
-
- doStop() - Method in class io.dropwizard.health.DelayedShutdownHandler
-
- doStop() - Method in class io.dropwizard.jetty.ContextRoutingHandler
-
- doStop() - Method in class io.dropwizard.lifecycle.JettyManaged
-
- doStop() - Method in class io.dropwizard.request.logging.old.DropwizardSlf4jRequestLogWriter
-
- DropwizardApacheConnector - Class in io.dropwizard.client
-
Dropwizard Apache Connector.
- DropwizardApacheConnector(CloseableHttpClient, RequestConfig, boolean) - Constructor for class io.dropwizard.client.DropwizardApacheConnector
-
- DropwizardAppExtension<C extends Configuration> - Class in io.dropwizard.testing.junit5
-
An extension for starting and stopping your application at the start and end of a test class.
- DropwizardAppExtension(Class<? extends Application<C>>) - Constructor for class io.dropwizard.testing.junit5.DropwizardAppExtension
-
- DropwizardAppExtension(Class<? extends Application<C>>, String, ConfigOverride...) - Constructor for class io.dropwizard.testing.junit5.DropwizardAppExtension
-
- DropwizardAppExtension(Class<? extends Application<C>>, String, ConfigurationSourceProvider, ConfigOverride...) - Constructor for class io.dropwizard.testing.junit5.DropwizardAppExtension
-
- DropwizardAppExtension(Class<? extends Application<C>>, String, Optional<String>, ConfigOverride...) - Constructor for class io.dropwizard.testing.junit5.DropwizardAppExtension
-
- DropwizardAppExtension(Class<? extends Application<C>>, String, String, ConfigOverride...) - Constructor for class io.dropwizard.testing.junit5.DropwizardAppExtension
-
- DropwizardAppExtension(Class<? extends Application<C>>, String, ConfigurationSourceProvider, String, ConfigOverride...) - Constructor for class io.dropwizard.testing.junit5.DropwizardAppExtension
-
- DropwizardAppExtension(Class<? extends Application<C>>, String, Optional<String>, Function<Application<C>, Command>, ConfigOverride...) - Constructor for class io.dropwizard.testing.junit5.DropwizardAppExtension
-
- DropwizardAppExtension(Class<? extends Application<C>>, String, String, Function<Application<C>, Command>, ConfigOverride...) - Constructor for class io.dropwizard.testing.junit5.DropwizardAppExtension
-
- DropwizardAppExtension(Class<? extends Application<C>>, String, ConfigurationSourceProvider, String, Function<Application<C>, Command>, ConfigOverride...) - Constructor for class io.dropwizard.testing.junit5.DropwizardAppExtension
-
- DropwizardAppExtension(Class<? extends Application<C>>, C) - Constructor for class io.dropwizard.testing.junit5.DropwizardAppExtension
-
Alternate constructor that allows specifying exact Configuration object to
use, instead of reading a resource and binding it as Configuration object.
- DropwizardAppExtension(Class<? extends Application<C>>, C, Function<Application<C>, Command>) - Constructor for class io.dropwizard.testing.junit5.DropwizardAppExtension
-
Alternate constructor that allows specifying the command the Dropwizard application is started with.
- DropwizardAppExtension(DropwizardTestSupport<C>) - Constructor for class io.dropwizard.testing.junit5.DropwizardAppExtension
-
- DropwizardAppExtension.ServiceListener<T extends Configuration> - Class in io.dropwizard.testing.junit5
-
- DropwizardAppRule<C extends Configuration> - Class in io.dropwizard.testing.junit
-
- DropwizardAppRule(Class<? extends Application<C>>) - Constructor for class io.dropwizard.testing.junit.DropwizardAppRule
-
Deprecated.
- DropwizardAppRule(Class<? extends Application<C>>, String, ConfigOverride...) - Constructor for class io.dropwizard.testing.junit.DropwizardAppRule
-
Deprecated.
- DropwizardAppRule(Class<? extends Application<C>>, String, ConfigurationSourceProvider, ConfigOverride...) - Constructor for class io.dropwizard.testing.junit.DropwizardAppRule
-
Deprecated.
- DropwizardAppRule(Class<? extends Application<C>>, String, Optional<String>, ConfigOverride...) - Constructor for class io.dropwizard.testing.junit.DropwizardAppRule
-
- DropwizardAppRule(Class<? extends Application<C>>, String, String, ConfigOverride...) - Constructor for class io.dropwizard.testing.junit.DropwizardAppRule
-
Deprecated.
- DropwizardAppRule(Class<? extends Application<C>>, String, ConfigurationSourceProvider, String, ConfigOverride...) - Constructor for class io.dropwizard.testing.junit.DropwizardAppRule
-
Deprecated.
- DropwizardAppRule(Class<? extends Application<C>>, String, Optional<String>, Function<Application<C>, Command>, ConfigOverride...) - Constructor for class io.dropwizard.testing.junit.DropwizardAppRule
-
- DropwizardAppRule(Class<? extends Application<C>>, String, String, Function<Application<C>, Command>, ConfigOverride...) - Constructor for class io.dropwizard.testing.junit.DropwizardAppRule
-
Deprecated.
- DropwizardAppRule(Class<? extends Application<C>>, String, ConfigurationSourceProvider, String, Function<Application<C>, Command>, ConfigOverride...) - Constructor for class io.dropwizard.testing.junit.DropwizardAppRule
-
Deprecated.
- DropwizardAppRule(Class<? extends Application<C>>, C) - Constructor for class io.dropwizard.testing.junit.DropwizardAppRule
-
Deprecated.
Alternate constructor that allows specifying exact Configuration object to
use, instead of reading a resource and binding it as Configuration object.
- DropwizardAppRule(Class<? extends Application<C>>, C, Function<Application<C>, Command>) - Constructor for class io.dropwizard.testing.junit.DropwizardAppRule
-
Deprecated.
Alternate constructor that allows specifying the command the Dropwizard application is started with.
- DropwizardAppRule(DropwizardTestSupport<C>) - Constructor for class io.dropwizard.testing.junit.DropwizardAppRule
-
Deprecated.
- DropwizardAppRule.ServiceListener<T extends Configuration> - Class in io.dropwizard.testing.junit
-
Deprecated.
- DropwizardClient - Class in io.dropwizard.testing.common
-
- DropwizardClient(Object...) - Constructor for class io.dropwizard.testing.common.DropwizardClient
-
- DropwizardClientExtension - Class in io.dropwizard.testing.junit5
-
Test your HTTP client code by writing a JAX-RS test double class and let this extension start and stop a
Dropwizard application containing your doubles.
- DropwizardClientExtension(Object...) - Constructor for class io.dropwizard.testing.junit5.DropwizardClientExtension
-
- DropwizardClientRule - Class in io.dropwizard.testing.junit
-
- DropwizardClientRule(Object...) - Constructor for class io.dropwizard.testing.junit.DropwizardClientRule
-
Deprecated.
- DropwizardConfiguredValidator - Class in io.dropwizard.jersey.validation
-
- DropwizardConfiguredValidator(Validator) - Constructor for class io.dropwizard.jersey.validation.DropwizardConfiguredValidator
-
- DropwizardExtension - Interface in io.dropwizard.testing.junit5
-
- DropwizardExtensionsSupport - Class in io.dropwizard.testing.junit5
-
An JUnit 5 extension that looks for fields in test class and test class instances and executes before and after actions.
- DropwizardExtensionsSupport() - Constructor for class io.dropwizard.testing.junit5.DropwizardExtensionsSupport
-
- DropwizardLayout - Class in io.dropwizard.logging
-
A base layout for Dropwizard.
- DropwizardLayout(LoggerContext, TimeZone) - Constructor for class io.dropwizard.logging.DropwizardLayout
-
- DropwizardLayoutFactory - Class in io.dropwizard.logging.layout
-
- DropwizardLayoutFactory() - Constructor for class io.dropwizard.logging.layout.DropwizardLayoutFactory
-
- DropwizardResourceConfig - Class in io.dropwizard.jersey
-
- DropwizardResourceConfig() - Constructor for class io.dropwizard.jersey.DropwizardResourceConfig
-
- DropwizardResourceConfig(MetricRegistry) - Constructor for class io.dropwizard.jersey.DropwizardResourceConfig
-
- DropwizardResourceConfig.SpecificBinder - Class in io.dropwizard.jersey
-
- DropwizardSlf4jRequestLogWriter - Class in io.dropwizard.request.logging.old
-
A SLF4J-backed RequestLog.Writer .
- DropwizardSocketAppender<E extends ch.qos.logback.core.spi.DeferredProcessingAware> - Class in io.dropwizard.logging.socket
-
- DropwizardSocketAppender(String, int, int, int, SocketFactory) - Constructor for class io.dropwizard.logging.socket.DropwizardSocketAppender
-
- DropwizardSSLConnectionSocketFactory - Class in io.dropwizard.client
-
- DropwizardSSLConnectionSocketFactory(TlsConfiguration) - Constructor for class io.dropwizard.client.DropwizardSSLConnectionSocketFactory
-
- DropwizardSSLConnectionSocketFactory(TlsConfiguration, HostnameVerifier) - Constructor for class io.dropwizard.client.DropwizardSSLConnectionSocketFactory
-
- DropwizardTestSupport<C extends Configuration> - Class in io.dropwizard.testing
-
A test support class for starting and stopping your application at the start and end of a test class.
- DropwizardTestSupport(Class<? extends Application<C>>, String, ConfigOverride...) - Constructor for class io.dropwizard.testing.DropwizardTestSupport
-
- DropwizardTestSupport(Class<? extends Application<C>>, String, ConfigurationSourceProvider, ConfigOverride...) - Constructor for class io.dropwizard.testing.DropwizardTestSupport
-
- DropwizardTestSupport(Class<? extends Application<C>>, String, Optional<String>, ConfigOverride...) - Constructor for class io.dropwizard.testing.DropwizardTestSupport
-
- DropwizardTestSupport(Class<? extends Application<C>>, String, ConfigurationSourceProvider, String, ConfigOverride...) - Constructor for class io.dropwizard.testing.DropwizardTestSupport
-
- DropwizardTestSupport(Class<? extends Application<C>>, String, String, ConfigOverride...) - Constructor for class io.dropwizard.testing.DropwizardTestSupport
-
- DropwizardTestSupport(Class<? extends Application<C>>, String, Optional<String>, Function<Application<C>, Command>, ConfigOverride...) - Constructor for class io.dropwizard.testing.DropwizardTestSupport
-
- DropwizardTestSupport(Class<? extends Application<C>>, String, String, Function<Application<C>, Command>, ConfigOverride...) - Constructor for class io.dropwizard.testing.DropwizardTestSupport
-
- DropwizardTestSupport(Class<? extends Application<C>>, String, ConfigurationSourceProvider, String, Function<Application<C>, Command>, ConfigOverride...) - Constructor for class io.dropwizard.testing.DropwizardTestSupport
-
- DropwizardTestSupport(Class<? extends Application<C>>, C) - Constructor for class io.dropwizard.testing.DropwizardTestSupport
-
Alternative constructor that may be used to directly provide Configuration
to use, instead of specifying resource path for locating data to create
Configuration.
- DropwizardTestSupport(Class<? extends Application<C>>, C, Function<Application<C>, Command>) - Constructor for class io.dropwizard.testing.DropwizardTestSupport
-
Alternate constructor that allows specifying the command the Dropwizard application is started with.
- DropwizardTestSupport.ServiceListener<T extends Configuration> - Class in io.dropwizard.testing
-
- DropwizardUdpSocketAppender<E extends ch.qos.logback.core.spi.DeferredProcessingAware> - Class in io.dropwizard.logging.socket
-
Sends log events to a UDP server, a connection to which is represented as a stream.
- DropwizardUdpSocketAppender(String, int) - Constructor for class io.dropwizard.logging.socket.DropwizardUdpSocketAppender
-
- DualSessionFactory - Class in io.dropwizard.hibernate.dual
-
Represents a wrapper/decorator class for a Hibernate session factory that can manage
both a primary session factory and a read-only session factory.
- DualSessionFactory(SessionFactory, SessionFactory) - Constructor for class io.dropwizard.hibernate.dual.DualSessionFactory
-
- Duration - Class in io.dropwizard.util
-
- DurationParam - Class in io.dropwizard.jersey.params
-
- DurationParam(String) - Constructor for class io.dropwizard.jersey.params.DurationParam
-
Deprecated.
- DurationParam(String, String) - Constructor for class io.dropwizard.jersey.params.DurationParam
-
Deprecated.
- DurationRange - Annotation Type in io.dropwizard.validation
-
The annotated element has to be in the appropriate range.
- DurationRange.List - Annotation Type in io.dropwizard.validation
-
Defines several @DurationRange annotations on the same element.
E
- EarlyEofExceptionMapper - Class in io.dropwizard.jersey.errors
-
This class is intended to catch Early EOF errors that occur when the client disconnects while the server is reading
from the input stream.
- EarlyEofExceptionMapper() - Constructor for class io.dropwizard.jersey.errors.EarlyEofExceptionMapper
-
- EchoTask - Class in com.example.helloworld.tasks
-
- EchoTask() - Constructor for class com.example.helloworld.tasks.EchoTask
-
- EL_DESIGNATOR - Static variable in class io.dropwizard.validation.InterpolationHelper
-
- EmptyOptionalException - Exception in io.dropwizard.jersey.optional
-
An exception thrown when a resource endpoint attempts to write out an
optional that is empty.
- EmptyOptionalExceptionMapper - Class in io.dropwizard.jersey.optional
-
The default response when an empty optional is returned, is to respond with
a 404 NOT FOUND response.
- EmptyOptionalExceptionMapper() - Constructor for class io.dropwizard.jersey.optional.EmptyOptionalExceptionMapper
-
- EmptyOptionalNoContentExceptionMapper - Class in io.dropwizard.jersey.optional
-
- EmptyOptionalNoContentExceptionMapper() - Constructor for class io.dropwizard.jersey.optional.EmptyOptionalNoContentExceptionMapper
-
- emptyToNull(String) - Static method in class io.dropwizard.util.Strings
-
Deprecated.
Returns the given string if it is nonempty; null otherwise.
- enable(String) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
-
Enables the Jersey feature with the given name.
- END_TERM - Static variable in class io.dropwizard.validation.InterpolationHelper
-
- entities - Variable in class io.dropwizard.hibernate.HibernateBundle
-
- Enums - Class in io.dropwizard.util
-
Helper methods for enum types.
- Enums() - Constructor for class io.dropwizard.util.Enums
-
- Environment - Class in io.dropwizard.setup
-
A Dropwizard application's environment.
- Environment(String, ObjectMapper, ValidatorFactory, MetricRegistry, ClassLoader, HealthCheckRegistry, Configuration) - Constructor for class io.dropwizard.setup.Environment
-
Creates a new environment.
- Environment(String) - Constructor for class io.dropwizard.setup.Environment
-
Creates an environment with the system classloader, default object mapper, default validator factory,
default health check registry, and default configuration for tests.
- environment - Variable in class io.dropwizard.testing.DropwizardTestSupport
-
- EnvironmentCommand<T extends Configuration> - Class in io.dropwizard.cli
-
A command which executes with a configured Environment .
- EnvironmentCommand(Application<T>, String, String) - Constructor for class io.dropwizard.cli.EnvironmentCommand
-
Creates a new environment command.
- EnvironmentVariableLookup - Class in io.dropwizard.configuration
-
- EnvironmentVariableLookup() - Constructor for class io.dropwizard.configuration.EnvironmentVariableLookup
-
Deprecated.
- EnvironmentVariableSubstitutor - Class in io.dropwizard.configuration
-
A custom StringSubstitutor using environment variables as lookup source.
- EnvironmentVariableSubstitutor() - Constructor for class io.dropwizard.configuration.EnvironmentVariableSubstitutor
-
- EnvironmentVariableSubstitutor(boolean) - Constructor for class io.dropwizard.configuration.EnvironmentVariableSubstitutor
-
- EnvironmentVariableSubstitutor(boolean, boolean) - Constructor for class io.dropwizard.configuration.EnvironmentVariableSubstitutor
-
- EofExceptionWriterInterceptor - Class in io.dropwizard.jersey.errors
-
A WriterInterceptor to swallow EofException which occurs when a client
disconnects before the complete response could be sent.
- EofExceptionWriterInterceptor(MetricRegistry) - Constructor for class io.dropwizard.jersey.errors.EofExceptionWriterInterceptor
-
- equals(Object) - Method in class com.example.helloworld.core.Person
-
- equals(Object) - Method in class io.dropwizard.auth.AuthorizationContext
-
- equals(Object) - Method in class io.dropwizard.auth.basic.BasicCredentials
-
- equals(Object) - Method in class io.dropwizard.auth.PrincipalImpl
-
- equals(Object) - Method in class io.dropwizard.health.check.http.HttpHealthResponse
-
- equals(Object) - Method in class io.dropwizard.health.HealthStateView
-
- equals(Object) - Method in class io.dropwizard.health.response.HealthResponse
-
- equals(Object) - Method in class io.dropwizard.health.Schedule
-
- equals(Object) - Method in class io.dropwizard.jersey.errors.ErrorMessage
-
- equals(Object) - Method in class io.dropwizard.jersey.params.AbstractParam
-
- equals(Object) - Method in class io.dropwizard.servlets.assets.ByteRange
-
- equals(Object) - Method in class io.dropwizard.util.DataSize
-
- equals(Object) - Method in class io.dropwizard.util.Duration
-
- equals(Object) - Method in class io.dropwizard.util.Size
-
Deprecated.
- error(String, Exception) - Method in class io.dropwizard.jersey.params.AbstractParam
-
- ErrorEntityWriter<T,U> - Class in io.dropwizard.jersey.errors
-
This class allows producing non-JSON responses for particular entities.
- ErrorEntityWriter(MediaType, Class<U>) - Constructor for class io.dropwizard.jersey.errors.ErrorEntityWriter
-
- ErrorMessage - Class in io.dropwizard.jersey.errors
-
- ErrorMessage(String) - Constructor for class io.dropwizard.jersey.errors.ErrorMessage
-
- ErrorMessage(int, String) - Constructor for class io.dropwizard.jersey.errors.ErrorMessage
-
- ErrorMessage(int, String, String) - Constructor for class io.dropwizard.jersey.errors.ErrorMessage
-
- errorMessage(Exception) - Method in class io.dropwizard.jersey.params.AbstractParam
-
Given a string representation which was unable to be parsed and the exception thrown, produce
an error message to be sent to the client.
- errorMessage(Exception) - Method in class io.dropwizard.jersey.params.BooleanParam
-
Deprecated.
- errorMessage(Exception) - Method in class io.dropwizard.jersey.params.DurationParam
-
Deprecated.
- errorMessage(Exception) - Method in class io.dropwizard.jersey.params.InstantParam
-
Deprecated.
- errorMessage(Exception) - Method in class io.dropwizard.jersey.params.IntParam
-
Deprecated.
- errorMessage(Exception) - Method in class io.dropwizard.jersey.params.LongParam
-
Deprecated.
- errorMessage(Exception) - Method in class io.dropwizard.jersey.params.SizeParam
-
Deprecated.
- errorMessage(Exception) - Method in class io.dropwizard.jersey.params.UUIDParam
-
Deprecated.
- ESCAPE_CHARACTER - Static variable in class io.dropwizard.validation.InterpolationHelper
-
- escapeMessageParameter(String) - Static method in class io.dropwizard.validation.InterpolationHelper
-
- EventAttribute - Enum in io.dropwizard.logging.json
-
Represents event logging attributes.
- EventJsonLayout - Class in io.dropwizard.logging.json.layout
-
Builds JSON messages from logging events of the type ILoggingEvent .
- EventJsonLayout(JsonFormatter, TimestampFormatter, ThrowableHandlingConverter, Set<EventAttribute>, Map<String, String>, Map<String, Object>, Set<String>, boolean) - Constructor for class io.dropwizard.logging.json.layout.EventJsonLayout
-
- EventJsonLayoutBaseFactory - Class in io.dropwizard.logging.json
-
Name
Default
Description
includes
(level, threadName, mdc, loggerName, message, exception, timestamp, callerData)
Set of logging event attributes to include in the JSON map.
includesMdcKeys
(empty)
Set of MDC keys which should be included in the JSON map.
- EventJsonLayoutBaseFactory() - Constructor for class io.dropwizard.logging.json.EventJsonLayoutBaseFactory
-
- ExampleAuthenticator - Class in com.example.helloworld.auth
-
- ExampleAuthenticator() - Constructor for class com.example.helloworld.auth.ExampleAuthenticator
-
- ExampleAuthorizer - Class in com.example.helloworld.auth
-
- ExampleAuthorizer() - Constructor for class com.example.helloworld.auth.ExampleAuthorizer
-
- ExceptionFormat - Class in io.dropwizard.logging.json.layout
-
- ExceptionFormat() - Constructor for class io.dropwizard.logging.json.layout.ExceptionFormat
-
- ExceptionMapperBinder - Class in io.dropwizard.setup
-
A binder that registers all the default exception mappers while allowing users to override
individual exception mappers without disabling all others.
- ExceptionMapperBinder(boolean) - Constructor for class io.dropwizard.setup.ExceptionMapperBinder
-
- execute(Map<String, List<String>>, String, PrintWriter) - Method in class com.example.helloworld.tasks.EchoTask
-
- execute(Map<String, List<String>>, PrintWriter) - Method in class io.dropwizard.servlets.tasks.GarbageCollectionTask
-
- execute(Map<String, List<String>>, PrintWriter) - Method in class io.dropwizard.servlets.tasks.LogConfigurationTask
-
- execute(Map<String, List<String>>, String, PrintWriter) - Method in class io.dropwizard.servlets.tasks.PostBodyTask
-
- execute(Map<String, List<String>>, PrintWriter) - Method in class io.dropwizard.servlets.tasks.PostBodyTask
-
- execute(Map<String, List<String>>, PrintWriter) - Method in class io.dropwizard.servlets.tasks.Task
-
Executes the task.
- execute(Map<String, List<String>>, PrintWriter) - Method in class io.dropwizard.sslreload.SslReloadTask
-
- execute(Runnable) - Method in class io.dropwizard.util.DirectExecutorService
-
- executorService(String) - Method in class io.dropwizard.lifecycle.setup.LifecycleEnvironment
-
- executorService(String, ThreadFactory) - Method in class io.dropwizard.lifecycle.setup.LifecycleEnvironment
-
- ExecutorServiceBuilder - Class in io.dropwizard.lifecycle.setup
-
- ExecutorServiceBuilder(LifecycleEnvironment, String, ThreadFactory) - Constructor for class io.dropwizard.lifecycle.setup.ExecutorServiceBuilder
-
- ExecutorServiceBuilder(LifecycleEnvironment, String) - Constructor for class io.dropwizard.lifecycle.setup.ExecutorServiceBuilder
-
- ExecutorServiceManager - Class in io.dropwizard.lifecycle
-
- ExecutorServiceManager(ExecutorService, Duration, String) - Constructor for class io.dropwizard.lifecycle.ExecutorServiceManager
-
- expandChildren(List<Handler>, Class<?>) - Method in class io.dropwizard.jetty.ContextRoutingHandler
-
- expectObjectFormat(JavaType) - Method in class io.dropwizard.configuration.ConfigurationMetadata
-
- explicitConfig - Variable in class io.dropwizard.testing.DropwizardTestSupport
-
Flag that indicates whether instance was constructed with an explicit
Configuration object or not; handling of the two cases differ.
- ExternalLoggingFactory - Class in io.dropwizard.logging
-
A no-op logging factory to use when logging is configured independently of Dropwizard.
- ExternalLoggingFactory() - Constructor for class io.dropwizard.logging.ExternalLoggingFactory
-
- ExternalRequestLogFactory - Class in io.dropwizard.request.logging
-
A request log factory which writes request logs via Slf4j and doesn't configure any logging infrastructure.
- ExternalRequestLogFactory() - Constructor for class io.dropwizard.request.logging.ExternalRequestLogFactory
-
- extractValues(NonEmptyStringParam, ValueExtractor.ValueReceiver) - Method in class io.dropwizard.jersey.validation.NonEmptyStringParamValueExtractor
-
- extractValues(AbstractParam<?>, ValueExtractor.ValueReceiver) - Method in class io.dropwizard.jersey.validation.ParamValueExtractor
-
- extractValues(Optional<?>, ValueExtractor.ValueReceiver) - Method in class io.dropwizard.validation.valuehandling.GuavaOptionalValueExtractor
-
- extraData(StringBuilder, StackTraceElementProxy) - Method in class io.dropwizard.logging.PrefixedExtendedThrowableProxyConverter
-
F
- FileAppenderFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware> - Class in io.dropwizard.logging
-
An AppenderFactory implementation which provides an appender that writes events to a file, archiving older
files as it goes.
- FileAppenderFactory() - Constructor for class io.dropwizard.logging.FileAppenderFactory
-
- FileConfigurationSourceProvider - Class in io.dropwizard.configuration
-
- FileConfigurationSourceProvider() - Constructor for class io.dropwizard.configuration.FileConfigurationSourceProvider
-
- filter(ContainerRequestContext) - Method in class com.example.helloworld.filter.DateNotSpecifiedFilter
-
- filter(ContainerRequestContext) - Method in class io.dropwizard.auth.basic.BasicCredentialAuthFilter
-
- filter(ContainerRequestContext) - Method in class io.dropwizard.auth.chained.ChainedAuthFilter
-
- filter(ContainerRequestContext) - Method in class io.dropwizard.auth.oauth.OAuthCredentialAuthFilter
-
- filter(ClientRequestContext) - Method in class io.dropwizard.client.JerseyIgnoreRequestUserAgentHeaderFilter
-
- filter(ContainerRequestContext, ContainerResponseContext) - Method in class io.dropwizard.jersey.filter.CharsetUtf8Filter
-
- filter(ContainerRequestContext, ContainerResponseContext) - Method in class io.dropwizard.jersey.filter.RequestIdFilter
-
- filter(ContainerRequestContext) - Method in class io.dropwizard.jersey.filter.RuntimeFilter
-
- filter(ContainerRequestContext, ContainerResponseContext) - Method in class io.dropwizard.jersey.filter.RuntimeFilter
-
- filter(ClientRequestContext) - Method in class io.dropwizard.jersey.gzip.ConfiguredGZipEncoder
-
- FilteredResource - Class in com.example.helloworld.resources
-
- FilteredResource() - Constructor for class com.example.helloworld.resources.FilteredResource
-
- FilterFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware> - Interface in io.dropwizard.logging.filter
-
A service provider interface for creating Logback Filter instances.
- findAll() - Method in class com.example.helloworld.db.PersonDAO
-
- findById(Long) - Method in class com.example.helloworld.db.PersonDAO
-
- findEntityClassesFromDirectory(String[]) - Static method in class io.dropwizard.hibernate.ScanningHibernateBundle
-
Method scanning given directory for classes containing Hibernate @Entity annotation
- findEntityGraphsByType(Class<T>) - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-
- findThrowableInChain(Predicate<Throwable>, Throwable) - Static method in class io.dropwizard.util.Throwables
-
Search an exception chain for an exception matching a given condition.
- fixture(String) - Static method in class io.dropwizard.testing.FixtureHelpers
-
Deprecated.
Reads the given fixture file from the classpath (e.
- FixtureHelpers - Class in io.dropwizard.testing
-
- Flash<T> - Class in io.dropwizard.jersey.sessions
-
- FlashFactory - Class in io.dropwizard.jersey.sessions
-
- FlashFactory(HttpServletRequest) - Constructor for class io.dropwizard.jersey.sessions.FlashFactory
-
- forExecutables() - Method in class io.dropwizard.jersey.validation.DropwizardConfiguredValidator
-
- format(long) - Method in class io.dropwizard.logging.json.layout.TimestampFormatter
-
- format(ConstraintViolation<T>) - Static method in class io.dropwizard.validation.ConstraintViolations
-
- format(Set<ConstraintViolation<T>>) - Static method in class io.dropwizard.validation.ConstraintViolations
-
- formatErrorMessage(long, E) - Method in class io.dropwizard.jersey.errors.LoggingExceptionMapper
-
- formatLogMessage(long, Throwable) - Method in class io.dropwizard.jersey.errors.LoggingExceptionMapper
-
- formatMessage(String, Collection<String>) - Static method in exception io.dropwizard.configuration.ConfigurationException
-
- formatUntyped(Set<ConstraintViolation<?>>) - Static method in class io.dropwizard.validation.ConstraintViolations
-
- forTesting() - Static method in class io.dropwizard.jersey.DropwizardResourceConfig
-
Build a DropwizardResourceConfig which makes Jersey Test run on a random port,
also see org.glassfish.jersey.test.TestProperties#CONTAINER_PORT .
- forTesting(MetricRegistry) - Static method in class io.dropwizard.jersey.DropwizardResourceConfig
-
Build a DropwizardResourceConfig which makes Jersey Test run on a random port,
also see org.glassfish.jersey.test.TestProperties#CONTAINER_PORT .
- freemarkerISO88591() - Method in class com.example.helloworld.resources.ViewResource
-
- freemarkerUTF8() - Method in class com.example.helloworld.resources.ViewResource
-
- FreemarkerViewRenderer - Class in io.dropwizard.views.freemarker
-
A ViewRenderer which renders Freemarker ( .ftl, .ftlh or .ftlx ) templates.
- FreemarkerViewRenderer() - Constructor for class io.dropwizard.views.freemarker.FreemarkerViewRenderer
-
- FreemarkerViewRenderer(Version) - Constructor for class io.dropwizard.views.freemarker.FreemarkerViewRenderer
-
- fromDataSize(DataSize) - Static method in class io.dropwizard.util.Size
-
Deprecated.
- fromGuavaOptional(Optional<T>) - Static method in class io.dropwizard.util.Optionals
-
Deprecated.
Convert a Guava Optional to an Optional .
- fromSize(Size) - Static method in class io.dropwizard.util.DataSize
-
- fromString(String) - Method in class io.dropwizard.jersey.params.AbstractParamConverter
- fromString(String) - Method in class io.dropwizard.jersey.validation.FuzzyEnumParamConverter
-
- fromStringFuzzy(String, Enum<?>[]) - Static method in class io.dropwizard.util.Enums
-
Convert a string to an enum with more permissive rules than Enum valueOf().
- FuzzyEnumModule - Class in io.dropwizard.jackson
-
A module for deserializing enums that is more permissive than the default.
- FuzzyEnumModule() - Constructor for class io.dropwizard.jackson.FuzzyEnumModule
-
- FuzzyEnumParamConverter<T> - Class in io.dropwizard.jersey.validation
-
Provides converters to jersey for enums used as resource parameters.
- FuzzyEnumParamConverterProvider - Class in io.dropwizard.jersey.validation
-
Provides converters to Jersey for enums used as resource parameters.
- FuzzyEnumParamConverterProvider() - Constructor for class io.dropwizard.jersey.validation.FuzzyEnumParamConverterProvider
-
G
- GarbageCollectionTask - Class in io.dropwizard.servlets.tasks
-
Performs a full JVM garbage collection (probably).
- GarbageCollectionTask() - Constructor for class io.dropwizard.servlets.tasks.GarbageCollectionTask
-
Creates a new GarbageCollectionTask.
- GarbageCollectionTask(Runtime) - Constructor for class io.dropwizard.servlets.tasks.GarbageCollectionTask
-
Creates a new GarbageCollectionTask with the given Runtime instance.
- generateErrorMessage(String, Exception) - Method in class io.dropwizard.jersey.params.AbstractParam
-
Generates an ErrorMessage to return to the client.
- Generics - Class in io.dropwizard.util
-
Helper methods for class type parameters.
- get() - Method in enum io.dropwizard.db.DataSourceFactory.TransactionIsolation
-
- get(Serializable) - Method in class io.dropwizard.hibernate.AbstractDAO
-
Return the persistent instance of <E> with the given identifier, or null if
there is no such persistent instance.
- get() - Method in class io.dropwizard.jersey.params.AbstractParam
-
Returns the underlying value.
- get() - Method in class io.dropwizard.jersey.sessions.Flash
-
- get() - Method in enum io.dropwizard.logging.ConsoleAppenderFactory.ConsoleStream
-
- get() - Method in enum io.dropwizard.metrics.ConsoleReporterFactory.ConsoleStream
-
- getAbandonWhenPercentageFull() - Method in class io.dropwizard.db.DataSourceFactory
-
- getAcceptorThreads() - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- getAcceptQueueSize() - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- getAdditionalFields() - Method in class io.dropwizard.logging.json.AbstractJsonLayoutBaseFactory
-
- getAdminConnectors() - Method in class io.dropwizard.server.DefaultServerFactory
-
- getAdminContext() - Method in class io.dropwizard.setup.Environment
-
- getAdminContextPath() - Method in class io.dropwizard.server.DefaultServerFactory
-
- getAdminContextPath() - Method in class io.dropwizard.server.SimpleServerFactory
-
- getAdminFactory() - Method in class io.dropwizard.Configuration
-
Returns the admin interface-specific section of the configuration file.
- getAdminMaxThreads() - Method in class io.dropwizard.server.DefaultServerFactory
-
- getAdminMinThreads() - Method in class io.dropwizard.server.DefaultServerFactory
-
- getAdminPort(Server) - Method in interface io.dropwizard.lifecycle.ServerLifecycleListener
-
Return the local port of the last ServerConnector in the
provided Server instance.
- getAdminPort() - Method in class io.dropwizard.testing.DropwizardTestSupport
-
- getAdminPort() - Method in class io.dropwizard.testing.junit.DropwizardAppRule
-
Deprecated.
- getAdminPort() - Method in class io.dropwizard.testing.junit5.DropwizardAppExtension
-
- getAllClassMetadata() - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-
- getAllCollectionMetadata() - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-
- getAllLocalIPs() - Static method in class io.dropwizard.jetty.NetUtil
-
Deprecated.
based on http://pastebin.com/5X073pUc
- getAllowedMethods() - Method in class io.dropwizard.server.AbstractServerFactory
-
- getAllowRenegotiation() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- getAppenders() - Method in class io.dropwizard.logging.DefaultLoggingFactory
-
- getAppenders() - Method in class io.dropwizard.logging.LoggerConfiguration
-
- getAppenders() - Method in class io.dropwizard.request.logging.LogbackAccessRequestLogFactory
-
- getAppenders() - Method in class io.dropwizard.request.logging.old.LogbackClassicRequestLogFactory
-
- getApplication() - Method in class io.dropwizard.setup.Bootstrap
-
- getApplication() - Method in class io.dropwizard.testing.DropwizardTestSupport
-
- getApplication() - Method in class io.dropwizard.testing.junit.DropwizardAppRule
-
Deprecated.
- getApplication() - Method in class io.dropwizard.testing.junit5.DropwizardAppExtension
-
- getApplicationConnectors() - Method in class io.dropwizard.server.DefaultServerFactory
-
- getApplicationContext() - Method in class io.dropwizard.setup.Environment
-
- getApplicationContextPath() - Method in class io.dropwizard.server.DefaultServerFactory
-
- getApplicationContextPath() - Method in class io.dropwizard.server.SimpleServerFactory
-
- getArchivedFileCount() - Method in class io.dropwizard.logging.FileAppenderFactory
-
- getArchivedLogFilenamePattern() - Method in class io.dropwizard.logging.FileAppenderFactory
-
- getAssociatePeriod() - Method in class io.dropwizard.jetty.ServerPushFilterFactory
-
- getAuth() - Method in class io.dropwizard.client.proxy.ProxyConfiguration
-
- getAuthorizationContext(P, String, ContainerRequestContext) - Method in interface io.dropwizard.auth.Authorizer
-
- getAuthorizationContext(P, String, ContainerRequestContext) - Method in class io.dropwizard.auth.CachingAuthorizer
-
- getAuthScheme() - Method in class io.dropwizard.client.proxy.AuthConfiguration
-
- getAutoCommitByDefault() - Method in class io.dropwizard.db.DataSourceFactory
-
- getBindHost() - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- getBody() - Method in class io.dropwizard.health.check.http.HttpHealthResponse
-
- getBufferPoolIncrement() - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- getBufferSize() - Method in class io.dropwizard.jetty.GzipHandlerFactory
-
- getBufferSize() - Method in class io.dropwizard.logging.FileAppenderFactory
-
- getCache() - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-
- getCacheControlValue() - Method in class io.dropwizard.health.response.ServletHealthResponderFactory
-
- getCertAlias() - Method in class io.dropwizard.client.ssl.TlsConfiguration
-
- getCertAlias() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- getCharset() - Method in class io.dropwizard.views.View
-
Returns the character set of the template.
- getCheckConnectionOnBorrow() - Method in class io.dropwizard.db.DataSourceFactory
-
- getCheckConnectionOnConnect() - Method in class io.dropwizard.db.DataSourceFactory
-
- getCheckConnectionOnReturn() - Method in class io.dropwizard.db.DataSourceFactory
-
- getCheckConnectionWhileIdle() - Method in class io.dropwizard.db.DataSourceFactory
-
- getCheckInterval() - Method in class io.dropwizard.health.Schedule
-
- getClassLoader() - Method in class io.dropwizard.jackson.DiscoverableSubtypeResolver
-
- getClassLoader() - Method in class io.dropwizard.setup.Bootstrap
-
Returns the bootstrap's class loader.
- getClassMetadata(Class) - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-
- getClassMetadata(String) - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-
- getClient() - Method in class io.dropwizard.client.ConfiguredCloseableHttpClient
-
- getClientConfigurator() - Method in class io.dropwizard.testing.common.Resource
-
- getClientConfigurator() - Method in class io.dropwizard.testing.junit.ResourceTestRule
-
Deprecated.
- getClientConfigurator() - Method in class io.dropwizard.testing.junit5.ResourceExtension
-
- getCode() - Method in class io.dropwizard.jersey.errors.ErrorMessage
-
- getCollectionMetadata(String) - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-
- getCommands() - Method in class io.dropwizard.setup.Bootstrap
-
Returns the application's commands.
- getCommitOnReturn() - Method in class io.dropwizard.db.DataSourceFactory
-
- getCompressedMimeTypes() - Method in class io.dropwizard.jetty.GzipHandlerFactory
-
- getConfiguration() - Method in class io.dropwizard.cli.ConfiguredCommand
-
Returns the parsed configuration or null if it hasn't been parsed yet.
- getConfiguration() - Method in class io.dropwizard.testing.DropwizardTestSupport
-
- getConfiguration() - Method in class io.dropwizard.testing.junit.DropwizardAppRule
-
Deprecated.
- getConfiguration() - Method in class io.dropwizard.testing.junit5.DropwizardAppExtension
-
- getConfigurationClass() - Method in class io.dropwizard.Application
-
Returns the Class of the configuration class type parameter.
- getConfigurationClass() - Method in class io.dropwizard.cli.CheckCommand
-
- getConfigurationClass() - Method in class io.dropwizard.cli.ConfiguredCommand
-
Returns the Class of the configuration type.
- getConfigurationClass() - Method in class io.dropwizard.cli.ServerCommand
-
- getConfigurationClass() - Method in class io.dropwizard.migrations.AbstractLiquibaseCommand
-
- getConfigurationFactoryFactory() - Method in class io.dropwizard.setup.Bootstrap
-
- getConfigurationKey() - Method in class io.dropwizard.views.freemarker.FreemarkerViewRenderer
-
- getConfigurationKey() - Method in class io.dropwizard.views.mustache.MustacheViewRenderer
-
- getConfigurationKey() - Method in interface io.dropwizard.views.ViewRenderer
-
- getConfigurationSourceProvider() - Method in class io.dropwizard.setup.Bootstrap
-
- getConnectionRequestTimeout() - Method in class io.dropwizard.client.HttpClientConfiguration
-
- getConnectionTimeout() - Method in class io.dropwizard.client.HttpClientConfiguration
-
- getConnectionTimeout() - Method in class io.dropwizard.logging.TcpSocketAppenderFactory
-
- getConnector() - Method in class io.dropwizard.server.SimpleServerFactory
-
- getConnectorType() - Method in class io.dropwizard.lifecycle.PortDescriptor
-
- getConstraintsForClass(Class<?>) - Method in class io.dropwizard.jersey.validation.DropwizardConfiguredValidator
-
- getConstraintViolations() - Method in exception io.dropwizard.configuration.ConfigurationValidationException
-
Returns the set of constraint violations in the configuration.
- getContainer() - Method in class io.dropwizard.jersey.setup.JerseyContainerHolder
-
- getContent() - Method in class com.example.helloworld.api.Saying
-
- getContentType() - Method in class io.dropwizard.health.response.HealthResponse
-
- getContext() - Method in class io.dropwizard.validation.selfvalidating.ViolationCollector
-
This method returns the wrapped context for raw access to the validation framework.
- getContextPath() - Method in class io.dropwizard.jersey.DropwizardResourceConfig
-
- getConverter(Class<T>, Type, Annotation[]) - Method in class io.dropwizard.jersey.guava.OptionalParamConverterProvider
- getConverter(Class<T>, Type, Annotation[]) - Method in class io.dropwizard.jersey.params.AbstractParamConverterProvider
-
- getConverter(Class<T>, Type, Annotation[]) - Method in class io.dropwizard.jersey.validation.FuzzyEnumParamConverterProvider
-
- getCredentialType() - Method in class io.dropwizard.client.proxy.AuthConfiguration
-
- getCriteriaBuilder() - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-
- getCrlPath() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- getCurrentLogFilename() - Method in class io.dropwizard.logging.FileAppenderFactory
-
- getCurrentSession() - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-
- getCustomFieldNames() - Method in class io.dropwizard.logging.json.AbstractJsonLayoutBaseFactory
-
- getDataSourceFactory() - Method in class com.example.helloworld.HelloWorldConfiguration
-
- getDataSourceFactory(T) - Method in interface io.dropwizard.db.DatabaseConfiguration
-
- getDefaultCatalog() - Method in class io.dropwizard.db.DataSourceFactory
-
- getDefaultCharset() - Method in class io.dropwizard.servlets.assets.AssetServlet
-
- getDefaultMediaType() - Method in class io.dropwizard.assets.AssetsBundle
-
- getDefaultMediaType() - Method in class io.dropwizard.servlets.assets.AssetServlet
-
- getDefaultName() - Method in class com.example.helloworld.HelloWorldConfiguration
-
- getDefaultRequestConfig() - Method in class io.dropwizard.client.ConfiguredCloseableHttpClient
-
- getDefaultTcpBacklog() - Static method in class io.dropwizard.jetty.NetUtil
-
Deprecated.
- getDefaultTransactionIsolation() - Method in class io.dropwizard.db.DataSourceFactory
-
- getDefaultValue(Annotation[]) - Static method in class io.dropwizard.jersey.DefaultValueUtils
-
Returns the value of the DefaultValue.value() if found in annotations.
- getDefinedFilterNames() - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-
- getDeflateCompressionLevel() - Method in class io.dropwizard.jetty.GzipHandlerFactory
-
- getDepth() - Method in class io.dropwizard.logging.json.layout.ExceptionFormat
-
- getDescription() - Method in class io.dropwizard.cli.Command
-
Returns the command's description.
- getDetailedJsonProcessingExceptionMapper() - Method in class io.dropwizard.server.AbstractServerFactory
-
- getDetails() - Method in class io.dropwizard.jersey.errors.ErrorMessage
-
- getDisabledAttributes() - Method in class io.dropwizard.metrics.BaseReporterFactory
-
- getDiscardingThreshold() - Method in class io.dropwizard.logging.AbstractAppenderFactory
-
- getDiscoveredSubtypes() - Method in class io.dropwizard.jackson.DiscoverableSubtypeResolver
-
- getDomain() - Method in class io.dropwizard.client.proxy.AuthConfiguration
-
- getDowntimeInterval() - Method in class io.dropwizard.health.Schedule
-
- getDriverClass() - Method in class io.dropwizard.db.DataSourceFactory
-
- getDriverClass() - Method in interface io.dropwizard.db.PooledDataSourceFactory
-
Returns the Java class of the database driver.
- getDumpAfterStart() - Method in class io.dropwizard.server.AbstractServerFactory
-
- getDumpBeforeStop() - Method in class io.dropwizard.server.AbstractServerFactory
-
- getDurationUnit() - Method in class io.dropwizard.metrics.BaseReporterFactory
-
- getEnableCRLDP() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- getEnableOCSP() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- getEnableThreadNameFilter() - Method in class io.dropwizard.server.AbstractServerFactory
-
- getEnd() - Method in class io.dropwizard.servlets.assets.ByteRange
-
- getEndpointIdentificationAlgorithm() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- getEndpointsInfo() - Method in class io.dropwizard.jersey.DropwizardResourceConfig
-
- getEntityClass() - Method in class io.dropwizard.hibernate.AbstractDAO
-
Returns the entity class managed by this DAO.
- getEnvironment() - Method in class io.dropwizard.cli.EnvironmentCommand
-
Returns the constructed environment or null if it hasn't been constructed yet.
- getEnvironment() - Method in class io.dropwizard.testing.common.DropwizardClient
-
- getEnvironment() - Method in class io.dropwizard.testing.DropwizardTestSupport
-
- getEnvironment() - Method in class io.dropwizard.testing.junit.DropwizardAppRule
-
Deprecated.
- getEnvironment() - Method in class io.dropwizard.testing.junit.DropwizardClientRule
-
Deprecated.
- getEnvironment() - Method in class io.dropwizard.testing.junit5.DropwizardAppExtension
-
- getEnvironment() - Method in class io.dropwizard.testing.junit5.DropwizardClientExtension
-
- getErrors() - Method in exception io.dropwizard.configuration.ConfigurationException
-
- getErrors() - Method in class io.dropwizard.jersey.validation.ValidationErrorMessage
-
- getErrorStatus() - Method in class io.dropwizard.jersey.params.AbstractParam
-
Given a string representation which was unable to be parsed, produce a Response.Status for the
Response to be sent to the client.
- getEvaluators() - Method in class io.dropwizard.logging.json.layout.ExceptionFormat
-
- getEvictionInterval() - Method in class io.dropwizard.db.DataSourceFactory
-
- getExceptionFormat() - Method in class io.dropwizard.logging.json.EventJsonLayoutBaseFactory
-
- getExcludedCipherSuites() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- getExcludedCipherSuites() - Method in class io.dropwizard.logging.TlsSocketAppenderFactory
-
- getExcludedMimeTypes() - Method in class io.dropwizard.jetty.GzipHandlerFactory
-
- getExcludedPaths() - Method in class io.dropwizard.jetty.GzipHandlerFactory
-
- getExcludedProtocols() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- getExcludedProtocols() - Method in class io.dropwizard.logging.TlsSocketAppenderFactory
-
- getExcludedUserAgentPatterns() - Method in class io.dropwizard.jetty.GzipHandlerFactory
-
- getExcludes() - Method in class io.dropwizard.metrics.BaseReporterFactory
-
- getExcludesAttributes() - Method in class io.dropwizard.metrics.BaseReporterFactory
-
- getExecutor() - Method in class io.dropwizard.lifecycle.ExecutorServiceManager
-
- getFacility() - Method in class io.dropwizard.logging.SyslogAppenderFactory
-
- getFactory() - Method in class io.dropwizard.jetty.SslReload
-
- getFailureAttempts() - Method in class io.dropwizard.health.Schedule
-
- getFile() - Method in class io.dropwizard.metrics.CsvReporterFactory
-
- getFilter() - Method in class io.dropwizard.metrics.BaseReporterFactory
-
Gets a MetricFilter that specifically includes and excludes configured metrics.
- getFilterDefinition(String) - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-
- getFilterFactories() - Method in class io.dropwizard.logging.AbstractAppenderFactory
-
- getFrequency() - Method in class io.dropwizard.metrics.BaseReporterFactory
-
- getFrequency() - Method in class io.dropwizard.metrics.MetricsFactory
-
- getFrequency() - Method in interface io.dropwizard.metrics.ReporterFactory
-
Returns the frequency for reporting metrics.
- getFullName() - Method in class com.example.helloworld.core.Person
-
- getFullUrl(HttpServletRequest) - Static method in class io.dropwizard.servlets.Servlets
-
Returns the full URL of the given request.
- getGid() - Method in class io.dropwizard.server.AbstractServerFactory
-
- getGroup() - Method in class io.dropwizard.server.AbstractServerFactory
-
- getGzipFilterFactory() - Method in class io.dropwizard.server.AbstractServerFactory
-
- getHandlers() - Method in class io.dropwizard.jetty.ContextRoutingHandler
-
- getHeaderCacheSize() - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- getHealthCheckConfigurations() - Method in class io.dropwizard.health.DefaultHealthFactory
-
- getHealthCheckExecutorService() - Method in class io.dropwizard.setup.Environment
-
- getHealthCheckRegistry() - Method in class io.dropwizard.setup.Bootstrap
-
returns the health check registry
- getHealthChecks() - Method in class io.dropwizard.health.DefaultHealthFactory
-
- getHealthChecks() - Method in class io.dropwizard.setup.AdminFactory
-
- getHealthCheckUrlPaths() - Method in class io.dropwizard.health.DefaultHealthFactory
-
- getHealthCheckValidationQuery() - Method in class io.dropwizard.db.DataSourceFactory
-
- getHealthCheckValidationQuery() - Method in interface io.dropwizard.db.PooledDataSourceFactory
-
- getHealthCheckValidationTimeout() - Method in class io.dropwizard.db.DataSourceFactory
-
- getHealthCheckValidationTimeout() - Method in interface io.dropwizard.db.PooledDataSourceFactory
-
- getHealthFactory() - Method in class io.dropwizard.Configuration
-
Returns the health interface-specific section of the configuration file.
- getHealthResponderFactory() - Method in class io.dropwizard.health.DefaultHealthFactory
-
- getHealthResponseProviderFactory() - Method in class io.dropwizard.health.DefaultHealthFactory
-
- getHost() - Method in class io.dropwizard.client.proxy.ProxyConfiguration
-
- getHost() - Method in class io.dropwizard.lifecycle.PortDescriptor
-
- getHost() - Method in class io.dropwizard.logging.SyslogAppenderFactory
-
Returns the hostname of the syslog server.
- getHost() - Method in class io.dropwizard.logging.TcpSocketAppenderFactory
-
- getHost() - Method in class io.dropwizard.logging.UdpSocketAppenderFactory
-
- getHost() - Method in class io.dropwizard.metrics.graphite.GraphiteReporterFactory
-
- getHostname() - Method in class io.dropwizard.client.proxy.AuthConfiguration
-
- getHttpCompliance() - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- getHttpEntity(ClientRequest) - Method in class io.dropwizard.client.DropwizardApacheConnector
-
Get an Apache's HttpEntity
from Jersey's ClientRequest
- getId() - Method in class com.example.helloworld.api.Saying
-
- getId() - Method in class com.example.helloworld.core.Person
-
- getId() - Method in class com.example.helloworld.core.User
-
- getIdleThreadTimeout() - Method in class io.dropwizard.server.AbstractServerFactory
-
- getIdleTimeout() - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- getIncludedMethods() - Method in class io.dropwizard.jetty.GzipHandlerFactory
-
- getIncludedPaths() - Method in class io.dropwizard.jetty.GzipHandlerFactory
-
- getIncludes() - Method in class io.dropwizard.logging.json.AccessJsonLayoutBaseFactory
-
- getIncludes() - Method in class io.dropwizard.logging.json.EventJsonLayoutBaseFactory
-
- getIncludes() - Method in class io.dropwizard.logging.json.layout.AccessJsonLayout
-
- getIncludes() - Method in class io.dropwizard.logging.json.layout.EventJsonLayout
-
- getIncludes() - Method in class io.dropwizard.metrics.BaseReporterFactory
-
- getIncludesAttributes() - Method in class io.dropwizard.metrics.BaseReporterFactory
-
- getIncludesMdcKeys() - Method in class io.dropwizard.logging.json.EventJsonLayoutBaseFactory
-
- getIncludesMdcKeys() - Method in class io.dropwizard.logging.json.layout.EventJsonLayout
-
- getIncludeStackTrace() - Method in class io.dropwizard.logging.SyslogAppenderFactory
-
- getIndexFile() - Method in class io.dropwizard.assets.AssetsBundle
-
- getIndexFile() - Method in class io.dropwizard.servlets.assets.AssetServlet
-
- getInitialDelay() - Method in class io.dropwizard.health.Schedule
-
- getInitializationQuery() - Method in class io.dropwizard.db.DataSourceFactory
-
- getInitialSize() - Method in class io.dropwizard.db.DataSourceFactory
-
- getInitialStreamRecvWindow() - Method in class io.dropwizard.http2.Http2CConnectorFactory
-
- getInitialStreamRecvWindow() - Method in class io.dropwizard.http2.Http2ConnectorFactory
-
- getInputBufferSize() - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- getInstance(Class<T>) - Method in class io.dropwizard.jersey.validation.MutableValidatorFactory
-
- getInvocable() - Method in exception io.dropwizard.jersey.validation.JerseyViolationException
-
- getJceProvider() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- getJceProvider() - Method in class io.dropwizard.logging.TlsSocketAppenderFactory
-
- getJdbcInterceptors() - Method in class io.dropwizard.db.DataSourceFactory
-
- getJerseyRootPath() - Method in class io.dropwizard.server.AbstractServerFactory
-
- getJerseyServletContainer() - Method in class io.dropwizard.setup.Environment
-
- getJerseyTest() - Method in class io.dropwizard.testing.common.Resource
-
Returns the underlying JerseyTest .
- getJerseyTest() - Method in class io.dropwizard.testing.junit.ResourceTestRule
-
Deprecated.
Returns the underlying JerseyTest .
- getJerseyTest() - Method in class io.dropwizard.testing.junit5.ResourceExtension
-
Returns the underlying JerseyTest .
- getJmxReporter() - Method in class io.dropwizard.setup.Bootstrap
-
Returns the JmxReporter registered with the bootstrap's MetricRegistry .
- getJobTitle() - Method in class com.example.helloworld.core.Person
-
- getJsonProtocolVersion() - Method in class io.dropwizard.logging.json.layout.AccessJsonLayout
-
- getJsonProtocolVersion() - Method in class io.dropwizard.logging.json.layout.EventJsonLayout
-
- getKeepAlive() - Method in class io.dropwizard.client.HttpClientConfiguration
-
- getKeyManagerPassword() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- getKeyStorePassword() - Method in class io.dropwizard.client.ssl.TlsConfiguration
-
- getKeyStorePassword() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- getKeyStorePassword() - Method in class io.dropwizard.logging.TlsSocketAppenderFactory
-
- getKeyStorePath() - Method in class io.dropwizard.client.ssl.TlsConfiguration
-
- getKeyStorePath() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- getKeyStorePath() - Method in class io.dropwizard.logging.TlsSocketAppenderFactory
-
- getKeyStoreProvider() - Method in class io.dropwizard.client.ssl.TlsConfiguration
-
- getKeyStoreProvider() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- getKeyStoreProvider() - Method in class io.dropwizard.logging.TlsSocketAppenderFactory
-
- getKeyStoreType() - Method in class io.dropwizard.client.ssl.TlsConfiguration
-
- getKeyStoreType() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- getKeyStoreType() - Method in class io.dropwizard.logging.TlsSocketAppenderFactory
-
- getLastModified(URL) - Static method in class io.dropwizard.servlets.assets.ResourceURL
-
Returns the last modified time for file:// and jar:// URLs.
- getLayout() - Method in class io.dropwizard.logging.AbstractAppenderFactory
-
- getLevel() - Method in class io.dropwizard.logging.DefaultLoggingFactory
-
- getLevel() - Method in class io.dropwizard.logging.LoggerConfiguration
-
- getLocale() - Method in class io.dropwizard.metrics.BaseFormattedReporterFactory
-
- getLocalIpFilter() - Static method in class io.dropwizard.jetty.NetUtil
-
Deprecated.
- getLocalPort(Server) - Method in interface io.dropwizard.lifecycle.ServerLifecycleListener
-
Return the local port of the first ServerConnector in the
provided Server instance.
- getLocalPort() - Method in class io.dropwizard.testing.DropwizardTestSupport
-
- getLocalPort() - Method in class io.dropwizard.testing.junit.DropwizardAppRule
-
Deprecated.
- getLocalPort() - Method in class io.dropwizard.testing.junit5.DropwizardAppExtension
-
- getLogAbandonedConnections() - Method in class io.dropwizard.db.DataSourceFactory
-
- getLogFormat() - Method in class io.dropwizard.logging.AbstractAppenderFactory
-
- getLogger() - Method in class io.dropwizard.metrics.Slf4jReporterFactory
-
- getLoggerContext() - Static method in class io.dropwizard.logging.LoggingUtil
-
Acquires the logger context.
- getLoggerName() - Method in class io.dropwizard.metrics.Slf4jReporterFactory
-
- getLoggers() - Method in class io.dropwizard.logging.DefaultLoggingFactory
-
- getLoggingFactory() - Method in class io.dropwizard.Configuration
-
Returns the logging-specific section of the configuration file.
- getLogValidationErrors() - Method in class io.dropwizard.db.DataSourceFactory
-
- getManaged() - Method in class io.dropwizard.lifecycle.JettyManaged
-
- getManagedObjects() - Method in class io.dropwizard.lifecycle.setup.LifecycleEnvironment
-
- getMarkerName() - Method in class io.dropwizard.metrics.Slf4jReporterFactory
-
- getMaxAssociations() - Method in class io.dropwizard.jetty.ServerPushFilterFactory
-
- getMaxBufferPoolSize() - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- getMaxCertPathLength() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- getMaxConcurrentStreams() - Method in class io.dropwizard.http2.Http2CConnectorFactory
-
- getMaxConcurrentStreams() - Method in class io.dropwizard.http2.Http2ConnectorFactory
-
- getMaxConnectionAge() - Method in class io.dropwizard.db.DataSourceFactory
-
- getMaxConnections() - Method in class io.dropwizard.client.HttpClientConfiguration
-
- getMaxConnectionsPerRoute() - Method in class io.dropwizard.client.HttpClientConfiguration
-
- getMaxFileSize() - Method in class io.dropwizard.logging.FileAppenderFactory
-
- getMaxQueuedRequests() - Method in class io.dropwizard.server.AbstractServerFactory
-
- getMaxRequestHeaderSize() - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- getMaxResponseHeaderSize() - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- getMaxSize() - Method in class io.dropwizard.db.DataSourceFactory
-
- getMaxThreads() - Method in class io.dropwizard.client.JerseyClientConfiguration
-
- getMaxThreads() - Method in class io.dropwizard.server.AbstractServerFactory
-
- getMaxThreads() - Method in class io.dropwizard.setup.HealthCheckConfiguration
-
- getMaxWaitForConnection() - Method in class io.dropwizard.db.DataSourceFactory
-
- getMessage() - Method in class io.dropwizard.health.response.HealthResponse
-
- getMessage() - Method in class io.dropwizard.jersey.errors.ErrorMessage
-
- getMessage(ConstraintViolation<?>, Invocable) - Static method in class io.dropwizard.jersey.validation.ConstraintMessage
-
Gets the human friendly location of where the violation was raised.
- getMessageRate() - Method in class io.dropwizard.logging.AbstractAppenderFactory
-
Returns the duration required between logged messages.
- getMetamodel() - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-
- getMetricRegistry() - Method in class io.dropwizard.lifecycle.setup.LifecycleEnvironment
-
- getMetricRegistry() - Method in class io.dropwizard.setup.Bootstrap
-
Returns the application metrics.
- getMetricsFactory() - Method in class io.dropwizard.Configuration
-
- getMigrationsFileName() - Method in class io.dropwizard.migrations.MigrationsBundle
-
- getMinBufferPoolSize() - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- getMinIdleTime() - Method in class io.dropwizard.db.DataSourceFactory
-
- getMinimumEntitySize() - Method in class io.dropwizard.jetty.GzipHandlerFactory
-
- getMinRequestDataPerSecond() - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- getMinResponseDataPerSecond() - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- getMinSize() - Method in class io.dropwizard.db.DataSourceFactory
-
- getMinThreads() - Method in class io.dropwizard.client.JerseyClientConfiguration
-
- getMinThreads() - Method in class io.dropwizard.server.AbstractServerFactory
-
- getMinThreads() - Method in class io.dropwizard.setup.HealthCheckConfiguration
-
- getModuleName() - Method in class io.dropwizard.jackson.CaffeineModule
-
- getModuleName() - Method in class io.dropwizard.jackson.FuzzyEnumModule
-
- getModuleName() - Method in class io.dropwizard.jackson.GuavaExtrasModule
-
- getName() - Method in class com.example.helloworld.core.User
-
- getName() - Method in class com.example.helloworld.HelloWorldApplication
-
- getName() - Method in class io.dropwizard.Application
-
Returns the name of the application.
- getName() - Method in class io.dropwizard.auth.PrincipalImpl
-
- getName() - Method in class io.dropwizard.cli.Command
-
Returns the command's name.
- getName() - Method in class io.dropwizard.client.DropwizardApacheConnector
- getName() - Method in class io.dropwizard.health.HealthCheckConfiguration
-
- getName() - Method in class io.dropwizard.health.HealthStateView
-
- getName() - Method in class io.dropwizard.servlets.tasks.Task
-
Returns the task's name,
- getName() - Method in class io.dropwizard.setup.Environment
-
Returns the application's name.
- getNeedClientAuth() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- getNofileHardLimit() - Method in class io.dropwizard.server.AbstractServerFactory
-
- getNofileSoftLimit() - Method in class io.dropwizard.server.AbstractServerFactory
-
- getNonProxyHostPatterns() - Method in class io.dropwizard.client.proxy.NonProxyListProxyRoutePlanner
-
- getNonProxyHosts() - Method in class io.dropwizard.client.proxy.ProxyConfiguration
-
- getObjectMapper() - Method in class io.dropwizard.jersey.jackson.JacksonMessageBodyProvider
-
- getObjectMapper() - Method in class io.dropwizard.setup.Bootstrap
-
Returns the bootstrap's ObjectMapper .
- getObjectMapper() - Method in class io.dropwizard.setup.Environment
-
Returns the application's ObjectMapper .
- getObjectMapper() - Method in class io.dropwizard.testing.common.DropwizardClient
-
- getObjectMapper() - Method in class io.dropwizard.testing.common.Resource
-
- getObjectMapper() - Method in class io.dropwizard.testing.DropwizardTestSupport
-
- getObjectMapper() - Method in class io.dropwizard.testing.junit.DropwizardAppRule
-
Deprecated.
- getObjectMapper() - Method in class io.dropwizard.testing.junit.DropwizardClientRule
-
Deprecated.
- getObjectMapper() - Method in class io.dropwizard.testing.junit.ResourceTestRule
-
Deprecated.
- getObjectMapper() - Method in class io.dropwizard.testing.junit5.DropwizardAppExtension
-
- getObjectMapper() - Method in class io.dropwizard.testing.junit5.DropwizardClientExtension
-
- getObjectMapper() - Method in class io.dropwizard.testing.junit5.ResourceExtension
-
- getOcspResponderUrl() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- getOutput() - Method in class io.dropwizard.metrics.ConsoleReporterFactory
-
- getOutputBufferSize() - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- getParameterNameFromAnnotations(Annotation[]) - Static method in class io.dropwizard.jersey.validation.JerseyParameterNameProvider
-
Derives member's name and type from it's annotations
- getParameterNames(Method) - Method in class io.dropwizard.jersey.validation.JerseyParameterNameProvider
-
- getParentLogger() - Method in class io.dropwizard.db.ManagedPooledDataSource
-
- getPassword() - Method in class io.dropwizard.auth.basic.BasicCredentials
-
Returns the credentials' password.
- getPassword() - Method in class io.dropwizard.client.proxy.AuthConfiguration
-
- getPassword() - Method in class io.dropwizard.db.DataSourceFactory
-
- getPersistenceUnitUtil() - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-
- getPerson(OptionalLong) - Method in class com.example.helloworld.resources.PersonResource
-
- getPerson() - Method in class com.example.helloworld.views.PersonView
-
- getPersonViewFreemarker(OptionalLong) - Method in class com.example.helloworld.resources.PersonResource
-
- getPersonViewMustache(OptionalLong) - Method in class com.example.helloworld.resources.PersonResource
-
- getPoolName() - Method in class io.dropwizard.lifecycle.ExecutorServiceManager
-
- getPort() - Method in class io.dropwizard.client.proxy.ProxyConfiguration
-
- getPort() - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- getPort() - Method in class io.dropwizard.lifecycle.PortDescriptor
-
- getPort() - Method in class io.dropwizard.logging.SyslogAppenderFactory
-
- getPort() - Method in class io.dropwizard.logging.TcpSocketAppenderFactory
-
- getPort() - Method in class io.dropwizard.logging.UdpSocketAppenderFactory
-
- getPort() - Method in class io.dropwizard.metrics.graphite.GraphiteReporterFactory
-
- getPort(int) - Method in class io.dropwizard.testing.DropwizardTestSupport
-
- getPort(int) - Method in class io.dropwizard.testing.junit.DropwizardAppRule
-
Deprecated.
- getPort(int) - Method in class io.dropwizard.testing.junit5.DropwizardAppExtension
-
- getPortDescriptorList(Server) - Method in interface io.dropwizard.lifecycle.ServerLifecycleListener
-
Return the ports mapped to the protocols each the ServerConnector s in the
provided Server instance.
- getPrefix() - Method in class io.dropwizard.metrics.graphite.GraphiteReporterFactory
-
- getPrincipal() - Method in class io.dropwizard.auth.AuthorizationContext
-
- getProperties() - Method in class io.dropwizard.db.DataSourceFactory
-
- getProperties() - Method in interface io.dropwizard.db.PooledDataSourceFactory
-
Returns the configuration properties for ORM tools.
- getProperties() - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-
- getProperty(String) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
-
Gets the given Jersey property.
- getProtocol() - Method in class io.dropwizard.client.ssl.TlsConfiguration
-
- getProtocol() - Method in class io.dropwizard.lifecycle.PortDescriptor
-
- getProvider() - Method in class io.dropwizard.client.ssl.TlsConfiguration
-
- getProxyConfiguration() - Method in class io.dropwizard.client.HttpClientConfiguration
-
- getQuantity() - Method in class io.dropwizard.util.DataSize
-
- getQuantity() - Method in class io.dropwizard.util.Duration
-
- getQuantity() - Method in class io.dropwizard.util.Size
-
Deprecated.
- getQueueSize() - Method in class io.dropwizard.logging.AbstractAppenderFactory
-
- getRateUnit() - Method in class io.dropwizard.metrics.BaseReporterFactory
-
- getReadOnlyByDefault() - Method in class io.dropwizard.db.DataSourceFactory
-
- getReadSourceFactory(T) - Method in class io.dropwizard.hibernate.dual.HibernateBundle
-
- getRealm() - Method in class io.dropwizard.client.proxy.AuthConfiguration
-
- getReference() - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-
- getRefererHosts() - Method in class io.dropwizard.jetty.ServerPushFilterFactory
-
- getRefererPorts() - Method in class io.dropwizard.jetty.ServerPushFilterFactory
-
- getRegisterDefaultExceptionMappers() - Method in class io.dropwizard.server.AbstractServerFactory
-
- getReloaders() - Method in class io.dropwizard.sslreload.SslReloadTask
-
- getRemoveAbandonedTimeout() - Method in class io.dropwizard.db.DataSourceFactory
-
- getReporters() - Method in class io.dropwizard.metrics.MetricsFactory
-
- getRepresentation(T) - Method in class io.dropwizard.jersey.errors.ErrorEntityWriter
-
- getRequestAttributes() - Method in class io.dropwizard.logging.json.AccessJsonLayoutBaseFactory
-
- getRequestAttributes() - Method in class io.dropwizard.logging.json.layout.AccessJsonLayout
-
- getRequestContext() - Method in class io.dropwizard.auth.AuthorizationContext
-
- getRequestCookieCompliance() - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- getRequestHeaders() - Method in class io.dropwizard.logging.json.AccessJsonLayoutBaseFactory
-
- getRequestHeaders() - Method in class io.dropwizard.logging.json.layout.AccessJsonLayout
-
- getRequestLogFactory() - Method in class io.dropwizard.server.AbstractServerFactory
-
- getResource(String) - Static method in class io.dropwizard.util.Resources
-
- getResourceConfig() - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
-
- getResourcePath() - Method in class io.dropwizard.assets.AssetsBundle
-
- getResourceURL() - Method in class io.dropwizard.servlets.assets.AssetServlet
-
- getResourceUrl(String) - Method in class io.dropwizard.servlets.assets.AssetServlet
-
- getResourceURL(String) - Method in class io.dropwizard.servlets.assets.AssetServlet
-
- getResponseContentType() - Method in class io.dropwizard.servlets.tasks.Task
-
Returns the task's response content type.
- getResponseCookieCompliance() - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- getResponseHeaders() - Method in class io.dropwizard.logging.json.AccessJsonLayoutBaseFactory
-
- getResponseHeaders() - Method in class io.dropwizard.logging.json.layout.AccessJsonLayout
-
- getRetries() - Method in class io.dropwizard.client.HttpClientConfiguration
-
- getRole() - Method in class io.dropwizard.auth.AuthorizationContext
-
- getRoles() - Method in class com.example.helloworld.core.User
-
- getRollbackOnReturn() - Method in class io.dropwizard.db.DataSourceFactory
-
- getRootCause(Throwable) - Static method in class io.dropwizard.util.Throwables
-
- getSchedule() - Method in class io.dropwizard.health.HealthCheckConfiguration
-
- getScheme() - Method in class io.dropwizard.client.proxy.ProxyConfiguration
-
- getScopedObjects() - Method in class io.dropwizard.migrations.MigrationsBundle
-
If overridden, enters a new Scope , in which the provided objects are available.
- getSelectorThreads() - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- getSendBufferSize() - Method in class io.dropwizard.logging.TcpSocketAppenderFactory
-
- getServerFactory() - Method in class io.dropwizard.Configuration
-
Returns the server-specific section of the configuration file.
- getServerPush() - Method in class io.dropwizard.server.AbstractServerFactory
-
- getSession() - Method in class io.dropwizard.hibernate.UnitOfWorkAspect
-
- getSessionFactory() - Method in class io.dropwizard.hibernate.HibernateBundle
-
- getSessionFactory() - Method in class io.dropwizard.hibernate.SessionFactoryHealthCheck
-
- getSessionFactory() - Method in class io.dropwizard.hibernate.UnitOfWorkAspect
-
- getSessionFactory() - Method in class io.dropwizard.testing.common.DAOTest
-
Returns the current active session factory for injecting to DAOs.
- getSessionFactory() - Method in class io.dropwizard.testing.junit.DAOTestRule
-
Deprecated.
Returns the current active session factory for injecting to DAOs.
- getSessionFactory() - Method in class io.dropwizard.testing.junit5.DAOTestExtension
-
Returns the current active session factory for injecting to DAOs.
- getSessionFactoryOptions() - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-
- getShutdownGracePeriod() - Method in class io.dropwizard.server.AbstractServerFactory
-
- getShutdownPeriod() - Method in class io.dropwizard.lifecycle.ExecutorServiceManager
-
- getShutdownWaitPeriod() - Method in class io.dropwizard.health.DefaultHealthFactory
-
- getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.jersey.errors.ErrorEntityWriter
-
- getSize(Optional<?>, Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.jersey.guava.OptionalMessageBodyWriter
-
- getSize(OptionalDouble, Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.jersey.optional.OptionalDoubleMessageBodyWriter
-
- getSize(OptionalInt, Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.jersey.optional.OptionalIntMessageBodyWriter
-
- getSize(OptionalLong, Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.jersey.optional.OptionalLongMessageBodyWriter
-
- getSize(Optional<?>, Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.jersey.optional.OptionalMessageBodyWriter
-
- getSize(View, Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.views.ViewMessageBodyWriter
-
- getSocketFactory() - Method in class io.dropwizard.client.DropwizardSSLConnectionSocketFactory
-
- getStackTracePrefix() - Method in class io.dropwizard.logging.SyslogAppenderFactory
-
- getStart() - Method in class io.dropwizard.servlets.assets.ByteRange
-
- getStartsAsRoot() - Method in class io.dropwizard.server.AbstractServerFactory
-
- getStatistics() - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-
- getStatus() - Method in class io.dropwizard.health.check.http.HttpHealthResponse
-
- getStatus() - Method in class io.dropwizard.health.response.HealthResponse
-
- getStdErr() - Method in class io.dropwizard.cli.Cli
-
- getStdOut() - Method in class io.dropwizard.cli.Cli
-
- getSuccessAttempts() - Method in class io.dropwizard.health.Schedule
-
- getSupportedCiphers() - Method in class io.dropwizard.client.ssl.TlsConfiguration
-
- getSupportedCipherSuites() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- getSupportedCipherSuites() - Method in class io.dropwizard.logging.TlsSocketAppenderFactory
-
- getSupportedProtocols() - Method in class io.dropwizard.client.ssl.TlsConfiguration
-
- getSupportedProtocols() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- getSupportedProtocols() - Method in class io.dropwizard.logging.TlsSocketAppenderFactory
-
- getTarget() - Method in class io.dropwizard.logging.ConsoleAppenderFactory
-
- getTasks() - Method in class io.dropwizard.servlets.tasks.TaskServlet
-
- getTasks() - Method in class io.dropwizard.setup.AdminFactory
-
- getTcpBacklog() - Static method in class io.dropwizard.jetty.NetUtil
-
Deprecated.
The SOMAXCONN value of the current machine.
- getTcpBacklog(int) - Static method in class io.dropwizard.jetty.NetUtil
-
Deprecated.
The SOMAXCONN value of the current machine.
- getTemplate() - Method in class com.example.helloworld.HelloWorldConfiguration
-
- getTemplateName() - Method in enum com.example.helloworld.views.PersonView.Template
-
- getTemplateName() - Method in class io.dropwizard.views.View
-
Returns the template name.
- getTestSupport() - Method in class io.dropwizard.testing.junit.DropwizardAppRule
-
Deprecated.
- getTestSupport() - Method in class io.dropwizard.testing.junit5.DropwizardAppExtension
-
- getThreshold() - Method in class io.dropwizard.logging.AbstractAppenderFactory
-
- getTimeout() - Method in class io.dropwizard.client.HttpClientConfiguration
-
- getTimestampFormat() - Method in class io.dropwizard.logging.json.AbstractJsonLayoutBaseFactory
-
- getTimeToLive() - Method in class io.dropwizard.client.HttpClientConfiguration
-
- getTimeZone() - Method in class io.dropwizard.logging.AbstractAppenderFactory
-
- getTimeZone() - Method in class io.dropwizard.metrics.ConsoleReporterFactory
-
- getTimeZone() - Method in class io.dropwizard.request.logging.old.LogbackClassicRequestLogFactory
-
- getTlsConfiguration() - Method in class io.dropwizard.client.HttpClientConfiguration
-
- getTotalSizeCap() - Method in class io.dropwizard.logging.FileAppenderFactory
-
Returns the total size threshold at which archived log files will be
removed.
- getTransport() - Method in class io.dropwizard.metrics.graphite.GraphiteReporterFactory
-
- getTrustStorePassword() - Method in class io.dropwizard.client.ssl.TlsConfiguration
-
- getTrustStorePassword() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- getTrustStorePassword() - Method in class io.dropwizard.logging.TlsSocketAppenderFactory
-
- getTrustStorePath() - Method in class io.dropwizard.client.ssl.TlsConfiguration
-
- getTrustStorePath() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- getTrustStorePath() - Method in class io.dropwizard.logging.TlsSocketAppenderFactory
-
- getTrustStoreProvider() - Method in class io.dropwizard.client.ssl.TlsConfiguration
-
- getTrustStoreProvider() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- getTrustStoreProvider() - Method in class io.dropwizard.logging.TlsSocketAppenderFactory
-
- getTrustStoreType() - Method in class io.dropwizard.client.ssl.TlsConfiguration
-
- getTrustStoreType() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- getTrustStoreType() - Method in class io.dropwizard.logging.TlsSocketAppenderFactory
-
- getType() - Method in class io.dropwizard.health.HealthCheckConfiguration
-
- getType() - Method in class io.dropwizard.health.HealthStateView
-
- getTypeHelper() - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-
- getTypeParameter(Class<?>) - Static method in class io.dropwizard.util.Generics
-
Finds the type parameter for the given class.
- getTypeParameter(Class<?>, Class<? super T>) - Static method in class io.dropwizard.util.Generics
-
Finds the type parameter for the given class which is assignable to the bound class.
- getUid() - Method in class io.dropwizard.server.AbstractServerFactory
-
- getUmask() - Method in class io.dropwizard.server.AbstractServerFactory
-
- getUnit() - Method in class io.dropwizard.util.DataSize
-
- getUnit() - Method in class io.dropwizard.util.Duration
-
- getUnit() - Method in class io.dropwizard.util.Size
-
Deprecated.
- getUriPath() - Method in class io.dropwizard.assets.AssetsBundle
-
- getUriPath() - Method in class io.dropwizard.servlets.assets.AssetServlet
-
- getUris() - Method in class io.dropwizard.request.logging.filter.UriFilterFactory
-
- getUrl() - Method in class io.dropwizard.db.DataSourceFactory
-
- getUrl() - Method in interface io.dropwizard.db.PooledDataSourceFactory
-
Returns the JDBC connection URL.
- getUrlPattern() - Method in class io.dropwizard.jersey.DropwizardResourceConfig
-
- getUrlPattern() - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
-
- getUseFairQueue() - Method in class io.dropwizard.db.DataSourceFactory
-
- getUser() - Method in class io.dropwizard.db.DataSourceFactory
-
- getUser() - Method in class io.dropwizard.server.AbstractServerFactory
-
- getUserAgent() - Method in class io.dropwizard.client.HttpClientConfiguration
-
- getUseRegexFilters() - Method in class io.dropwizard.metrics.BaseReporterFactory
-
- getUsername() - Method in class io.dropwizard.auth.basic.BasicCredentials
-
Returns the credentials' username.
- getUsername() - Method in class io.dropwizard.client.proxy.AuthConfiguration
-
- getUseSubstringMatching() - Method in class io.dropwizard.metrics.BaseReporterFactory
-
- getValidateAfterInactivityPeriod() - Method in class io.dropwizard.client.HttpClientConfiguration
-
- getValidatePeers() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- getValidationInterval() - Method in class io.dropwizard.db.DataSourceFactory
-
- getValidationObject() - Method in class io.dropwizard.validation.selfvalidating.ValidationCaller
-
- getValidationQuery() - Method in class io.dropwizard.db.DataSourceFactory
-
- getValidationQuery() - Method in interface io.dropwizard.db.PooledDataSourceFactory
-
Returns the SQL query, which is being used for the database
connection health check.
- getValidationQuery() - Method in class io.dropwizard.hibernate.SessionFactoryHealthCheck
-
- getValidationQueryTimeout() - Method in class io.dropwizard.db.DataSourceFactory
-
- getValidationQueryTimeout() - Method in interface io.dropwizard.db.PooledDataSourceFactory
-
Returns the timeout for awaiting a response from the database
during connection health checks.
- getValidator() - Method in class io.dropwizard.setup.Environment
-
Returns the application's Validator .
- getValidator() - Method in class io.dropwizard.testing.common.Resource
-
- getValidator() - Method in class io.dropwizard.testing.junit.ResourceTestRule
-
Deprecated.
- getValidator() - Method in class io.dropwizard.testing.junit5.ResourceExtension
-
- getValidatorClassName() - Method in class io.dropwizard.db.DataSourceFactory
-
- getValidatorFactory() - Method in class io.dropwizard.setup.Bootstrap
-
Returns the application's validator factory.
- getVersion() - Method in class io.dropwizard.util.JarLocation
-
- getViewConfiguration(T) - Method in class io.dropwizard.views.ViewBundle
-
- getViewConfiguration(T) - Method in interface io.dropwizard.views.ViewConfigurable
-
- getViewRendererConfiguration() - Method in class com.example.helloworld.HelloWorldConfiguration
-
- getWantClientAuth() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- getWorkQueueSize() - Method in class io.dropwizard.client.JerseyClientConfiguration
-
- getWorkQueueSize() - Method in class io.dropwizard.setup.HealthCheckConfiguration
-
- getYearBorn() - Method in class com.example.helloworld.core.Person
-
- gibibytes(long) - Static method in class io.dropwizard.util.DataSize
-
- gigabytes(long) - Static method in class io.dropwizard.util.DataSize
-
- gigabytes(long) - Static method in class io.dropwizard.util.Size
-
Deprecated.
- GraphiteReporterFactory - Class in io.dropwizard.metrics.graphite
-
A factory for GraphiteReporter instances.
- GraphiteReporterFactory() - Constructor for class io.dropwizard.metrics.graphite.GraphiteReporterFactory
-
- GuavaExtrasModule - Class in io.dropwizard.jackson
-
- GuavaExtrasModule() - Constructor for class io.dropwizard.jackson.GuavaExtrasModule
-
- GuavaOptionalValueExtractor - Class in io.dropwizard.validation.valuehandling
-
A ValueExtractor for Guava's Optional .
- GZipDecoder - Class in io.dropwizard.jersey.gzip
-
GZIP encoding support.
- GZipDecoder() - Constructor for class io.dropwizard.jersey.gzip.GZipDecoder
-
- GzipHandlerFactory - Class in io.dropwizard.jetty
-
Builds GZIP filters.
- GzipHandlerFactory() - Constructor for class io.dropwizard.jetty.GzipHandlerFactory
-
H
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class io.dropwizard.jetty.ContextRoutingHandler
-
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class io.dropwizard.jetty.RoutingHandler
-
- hashCode() - Method in class com.example.helloworld.core.Person
-
- hashCode() - Method in class io.dropwizard.auth.AuthorizationContext
-
- hashCode() - Method in class io.dropwizard.auth.basic.BasicCredentials
-
- hashCode() - Method in class io.dropwizard.auth.PrincipalImpl
-
- hashCode() - Method in class io.dropwizard.health.check.http.HttpHealthResponse
-
- hashCode() - Method in class io.dropwizard.health.HealthStateView
-
- hashCode() - Method in class io.dropwizard.health.response.HealthResponse
-
- hashCode() - Method in class io.dropwizard.health.Schedule
-
- hashCode() - Method in class io.dropwizard.jersey.errors.ErrorMessage
-
- hashCode() - Method in class io.dropwizard.jersey.params.AbstractParam
-
- hashCode() - Method in class io.dropwizard.servlets.assets.ByteRange
-
- hashCode() - Method in class io.dropwizard.util.DataSize
-
- hashCode() - Method in class io.dropwizard.util.Duration
-
- hashCode() - Method in class io.dropwizard.util.Size
-
Deprecated.
- hasViolationOccurred() - Method in class io.dropwizard.validation.selfvalidating.ViolationCollector
-
- health() - Method in class io.dropwizard.setup.Environment
-
- HealthCheckConfiguration - Class in io.dropwizard.health
-
- HealthCheckConfiguration() - Constructor for class io.dropwizard.health.HealthCheckConfiguration
-
- HealthCheckConfiguration - Class in io.dropwizard.setup
-
A factory for configuring the health check sub-system for the environment.
- HealthCheckConfiguration() - Constructor for class io.dropwizard.setup.HealthCheckConfiguration
-
- healthChecks() - Method in class io.dropwizard.health.HealthEnvironment
-
- healthChecks() - Method in class io.dropwizard.setup.Environment
-
Returns the application's HealthCheckRegistry .
- HealthCheckType - Enum in io.dropwizard.health
-
- HealthEnvironment - Class in io.dropwizard.health
-
- HealthEnvironment(HealthCheckRegistry) - Constructor for class io.dropwizard.health.HealthEnvironment
-
- HealthFactory - Interface in io.dropwizard.health
-
- HealthResponderFactory - Interface in io.dropwizard.health.response
-
A factory for configuring a responder used for responding to health check requests.
- HealthResponse - Class in io.dropwizard.health.response
-
- HealthResponse(boolean, String, String, int) - Constructor for class io.dropwizard.health.response.HealthResponse
-
- healthResponse(Map<String, Collection<String>>) - Method in interface io.dropwizard.health.response.HealthResponseProvider
-
- healthResponse(Map<String, Collection<String>>) - Method in class io.dropwizard.health.response.JsonHealthResponseProvider
-
- HealthResponseProvider - Interface in io.dropwizard.health.response
-
- HealthResponseProviderFactory - Interface in io.dropwizard.health.response
-
- healthStateAggregator() - Method in class io.dropwizard.health.HealthEnvironment
-
- HealthStateAggregator - Interface in io.dropwizard.health
-
- HealthStateListener - Interface in io.dropwizard.health
-
- healthStateListeners() - Method in class io.dropwizard.health.HealthEnvironment
-
- healthStateView(String) - Method in interface io.dropwizard.health.HealthStateAggregator
-
- HealthStateView - Class in io.dropwizard.health
-
- HealthStateView(String, boolean, HealthCheckType, boolean) - Constructor for class io.dropwizard.health.HealthStateView
-
- healthStateViews() - Method in interface io.dropwizard.health.HealthStateAggregator
-
- HealthStatusChecker - Interface in io.dropwizard.health
-
- HelloWorldApplication - Class in com.example.helloworld
-
- HelloWorldApplication() - Constructor for class com.example.helloworld.HelloWorldApplication
-
- HelloWorldConfiguration - Class in com.example.helloworld
-
- HelloWorldConfiguration() - Constructor for class com.example.helloworld.HelloWorldConfiguration
-
- HelloWorldResource - Class in com.example.helloworld.resources
-
- HelloWorldResource(Template) - Constructor for class com.example.helloworld.resources.HelloWorldResource
-
- HibernateBundle<T> - Class in io.dropwizard.hibernate.dual
-
- HibernateBundle(Class<?>, Class<?>...) - Constructor for class io.dropwizard.hibernate.dual.HibernateBundle
-
- HibernateBundle(List<Class<?>>, SessionFactoryFactory) - Constructor for class io.dropwizard.hibernate.dual.HibernateBundle
-
- HibernateBundle<T> - Class in io.dropwizard.hibernate
-
- HibernateBundle(Class<?>, Class<?>...) - Constructor for class io.dropwizard.hibernate.HibernateBundle
-
- HibernateBundle(List<Class<?>>, SessionFactoryFactory) - Constructor for class io.dropwizard.hibernate.HibernateBundle
-
- HibernateValidationBinder - Class in io.dropwizard.jersey.validation
-
- HibernateValidationBinder(Validator) - Constructor for class io.dropwizard.jersey.validation.HibernateValidationBinder
-
- hijackJDKLogging() - Static method in class io.dropwizard.logging.LoggingUtil
-
Gets the root j.u.l.Logger and removes all registered handlers
then redirects all active j.u.l.
- hours(long) - Static method in class io.dropwizard.util.Duration
-
- Http2CConnectorFactory - Class in io.dropwizard.http2
-
Builds HTTP/2 clear text (h2c) connectors.
- Http2CConnectorFactory() - Constructor for class io.dropwizard.http2.Http2CConnectorFactory
-
- Http2ConnectorFactory - Class in io.dropwizard.http2
-
Builds HTTP/2 over TLS (h2) connectors.
- Http2ConnectorFactory() - Constructor for class io.dropwizard.http2.Http2ConnectorFactory
-
- httpCheck(String) - Method in class io.dropwizard.health.check.http.HttpHealthCheck
-
Performs a health check via HTTP against an external dependency.
- HttpClientBuilder - Class in io.dropwizard.client
-
A convenience class for building HttpClient instances.
- HttpClientBuilder(MetricRegistry) - Constructor for class io.dropwizard.client.HttpClientBuilder
-
- HttpClientBuilder(Environment) - Constructor for class io.dropwizard.client.HttpClientBuilder
-
- HttpClientConfiguration - Class in io.dropwizard.client
-
- HttpClientConfiguration() - Constructor for class io.dropwizard.client.HttpClientConfiguration
-
- httpConnections() - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
Get name of the timer that tracks incoming HTTP connections
- HttpConnectorFactory - Class in io.dropwizard.jetty
-
Builds HTTP connectors.
- HttpConnectorFactory() - Constructor for class io.dropwizard.jetty.HttpConnectorFactory
-
- HttpHealthCheck - Class in io.dropwizard.health.check.http
-
- HttpHealthCheck(String) - Constructor for class io.dropwizard.health.check.http.HttpHealthCheck
-
- HttpHealthCheck(String, Duration, Duration) - Constructor for class io.dropwizard.health.check.http.HttpHealthCheck
-
- HttpHealthCheck(String, Client) - Constructor for class io.dropwizard.health.check.http.HttpHealthCheck
-
- HttpHealthResponse - Class in io.dropwizard.health.check.http
-
- HttpHealthResponse(int, String) - Constructor for class io.dropwizard.health.check.http.HttpHealthResponse
-
- HttpsConnectorFactory - Class in io.dropwizard.jetty
-
Builds HTTPS connectors (HTTP over TLS/SSL).
- HttpsConnectorFactory() - Constructor for class io.dropwizard.jetty.HttpsConnectorFactory
-
- HttpSessionFactory - Class in io.dropwizard.jersey.sessions
-
- HttpSessionFactory(HttpServletRequest) - Constructor for class io.dropwizard.jersey.sessions.HttpSessionFactory
-
I
- IllegalStateExceptionMapper - Class in io.dropwizard.jersey.errors
-
- IllegalStateExceptionMapper() - Constructor for class io.dropwizard.jersey.errors.IllegalStateExceptionMapper
-
- init(FilterConfig) - Method in class io.dropwizard.jersey.filter.AllowedMethodsFilter
-
- init(FilterConfig) - Method in class io.dropwizard.servlets.CacheBustingFilter
-
- init(FilterConfig) - Method in class io.dropwizard.servlets.SlowRequestFilter
-
- init(FilterConfig) - Method in class io.dropwizard.servlets.ThreadNameFilter
-
- initialize(Bootstrap<HelloWorldConfiguration>) - Method in class com.example.helloworld.HelloWorldApplication
-
- initialize(Bootstrap<T>) - Method in class io.dropwizard.Application
-
Initializes the application bootstrap.
- initialize(Bootstrap<?>) - Method in interface io.dropwizard.ConfiguredBundle
-
Initializes the application bootstrap.
- initialize(T) - Method in class io.dropwizard.hibernate.AbstractDAO
-
Force initialization of a proxy or persistent collection.
- initialize(Bootstrap<?>) - Method in class io.dropwizard.hibernate.HibernateBundle
-
- initialize(Bootstrap<?>) - Method in class io.dropwizard.migrations.MigrationsBundle
-
- initialize(MaxDataSize) - Method in class io.dropwizard.validation.MaxDataSizeValidator
-
- initialize(MaxDuration) - Method in class io.dropwizard.validation.MaxDurationValidator
-
- initialize(MaxSize) - Method in class io.dropwizard.validation.MaxSizeValidator
-
Deprecated.
- initialize(MinDataSize) - Method in class io.dropwizard.validation.MinDataSizeValidator
-
- initialize(MinDuration) - Method in class io.dropwizard.validation.MinDurationValidator
-
- initialize(MinSize) - Method in class io.dropwizard.validation.MinSizeValidator
-
Deprecated.
- initialize(OneOf) - Method in class io.dropwizard.validation.OneOfValidator
-
- initialize(PortRange) - Method in class io.dropwizard.validation.PortRangeValidator
-
- InjectValidatorFeature - Class in io.dropwizard.validation
-
- InjectValidatorFeature(ValidatorFactory) - Constructor for class io.dropwizard.validation.InjectValidatorFeature
-
- INSTANCE - Static variable in exception io.dropwizard.jersey.optional.EmptyOptionalException
-
- InstantParam - Class in io.dropwizard.jersey.jsr310
-
A parameter encapsulating instant values in milliseconds.
- InstantParam(String) - Constructor for class io.dropwizard.jersey.jsr310.InstantParam
-
- InstantParam - Class in io.dropwizard.jersey.params
-
- InstantParam(String) - Constructor for class io.dropwizard.jersey.params.InstantParam
-
Deprecated.
- InstantParam(String, String) - Constructor for class io.dropwizard.jersey.params.InstantParam
-
Deprecated.
- InstantSecondParam - Class in io.dropwizard.jersey.jsr310
-
A parameter encapsulating instant values in seconds.
- InstantSecondParam(String) - Constructor for class io.dropwizard.jersey.jsr310.InstantSecondParam
-
- InterpolationHelper - Class in io.dropwizard.validation
-
Utilities used for message interpolation.
- IntParam - Class in io.dropwizard.jersey.params
-
- IntParam(String) - Constructor for class io.dropwizard.jersey.params.IntParam
-
Deprecated.
- IntParam(String, String) - Constructor for class io.dropwizard.jersey.params.IntParam
-
Deprecated.
- inTransaction(Callable<T>) - Method in class io.dropwizard.testing.common.DAOTest
-
Performs a call in a transaction
- inTransaction(Runnable) - Method in class io.dropwizard.testing.common.DAOTest
-
Performs an action in a transaction
- inTransaction(Callable<T>) - Method in class io.dropwizard.testing.junit.DAOTestRule
-
Deprecated.
Performs a call in a transaction
- inTransaction(Runnable) - Method in class io.dropwizard.testing.junit.DAOTestRule
-
Deprecated.
Performs an action in a transaction
- inTransaction(Callable<T>) - Method in class io.dropwizard.testing.junit5.DAOTestExtension
-
Performs a call in a transaction
- inTransaction(Runnable) - Method in class io.dropwizard.testing.junit5.DAOTestExtension
-
Performs an action in a transaction
- invalidate(C) - Method in class io.dropwizard.auth.CachingAuthenticator
-
Discards any cached principal for the given credentials.
- invalidate(P, String, ContainerRequestContext) - Method in class io.dropwizard.auth.CachingAuthorizer
-
Discards any cached role associations for the given principal and role.
- invalidate(P) - Method in class io.dropwizard.auth.CachingAuthorizer
-
Discards any cached role associations for the given principal.
- invalidateAll(Iterable<C>) - Method in class io.dropwizard.auth.CachingAuthenticator
-
Discards any cached principal for the given collection of credentials.
- invalidateAll(Predicate<? super C>) - Method in class io.dropwizard.auth.CachingAuthenticator
-
Discards any cached principal for the collection of credentials satisfying the given predicate.
- invalidateAll() - Method in class io.dropwizard.auth.CachingAuthenticator
-
Discards all cached principals.
- invalidateAll(Iterable<P>) - Method in class io.dropwizard.auth.CachingAuthorizer
-
Discards any cached role associations for the given collection
of principals.
- invalidateAll(Predicate<? super P>) - Method in class io.dropwizard.auth.CachingAuthorizer
-
Discards any cached role associations for principals satisfying
the given predicate.
- invalidateAll() - Method in class io.dropwizard.auth.CachingAuthorizer
-
Discards all cached role associations.
- io.dropwizard - package io.dropwizard
-
- io.dropwizard.assets - package io.dropwizard.assets
-
- io.dropwizard.auth - package io.dropwizard.auth
-
- io.dropwizard.auth.basic - package io.dropwizard.auth.basic
-
- io.dropwizard.auth.chained - package io.dropwizard.auth.chained
-
- io.dropwizard.auth.oauth - package io.dropwizard.auth.oauth
-
- io.dropwizard.cli - package io.dropwizard.cli
-
- io.dropwizard.client - package io.dropwizard.client
-
- io.dropwizard.client.proxy - package io.dropwizard.client.proxy
-
- io.dropwizard.client.ssl - package io.dropwizard.client.ssl
-
- io.dropwizard.configuration - package io.dropwizard.configuration
-
- io.dropwizard.db - package io.dropwizard.db
-
- io.dropwizard.forms - package io.dropwizard.forms
-
- io.dropwizard.health - package io.dropwizard.health
-
- io.dropwizard.health.check.http - package io.dropwizard.health.check.http
-
- io.dropwizard.health.check.tcp - package io.dropwizard.health.check.tcp
-
- io.dropwizard.health.response - package io.dropwizard.health.response
-
- io.dropwizard.hibernate - package io.dropwizard.hibernate
-
- io.dropwizard.hibernate.dual - package io.dropwizard.hibernate.dual
-
- io.dropwizard.http2 - package io.dropwizard.http2
-
- io.dropwizard.jackson - package io.dropwizard.jackson
-
- io.dropwizard.jdbi3 - package io.dropwizard.jdbi3
-
- io.dropwizard.jdbi3.bundles - package io.dropwizard.jdbi3.bundles
-
- io.dropwizard.jdbi3.jersey - package io.dropwizard.jdbi3.jersey
-
- io.dropwizard.jersey - package io.dropwizard.jersey
-
- io.dropwizard.jersey.caching - package io.dropwizard.jersey.caching
-
- io.dropwizard.jersey.errors - package io.dropwizard.jersey.errors
-
- io.dropwizard.jersey.filter - package io.dropwizard.jersey.filter
-
- io.dropwizard.jersey.guava - package io.dropwizard.jersey.guava
-
- io.dropwizard.jersey.gzip - package io.dropwizard.jersey.gzip
-
- io.dropwizard.jersey.jackson - package io.dropwizard.jersey.jackson
-
- io.dropwizard.jersey.jsr310 - package io.dropwizard.jersey.jsr310
-
- io.dropwizard.jersey.optional - package io.dropwizard.jersey.optional
-
- io.dropwizard.jersey.params - package io.dropwizard.jersey.params
-
- io.dropwizard.jersey.sessions - package io.dropwizard.jersey.sessions
-
- io.dropwizard.jersey.setup - package io.dropwizard.jersey.setup
-
- io.dropwizard.jersey.validation - package io.dropwizard.jersey.validation
-
- io.dropwizard.jetty - package io.dropwizard.jetty
-
- io.dropwizard.jetty.setup - package io.dropwizard.jetty.setup
-
- io.dropwizard.lifecycle - package io.dropwizard.lifecycle
-
- io.dropwizard.lifecycle.setup - package io.dropwizard.lifecycle.setup
-
- io.dropwizard.logging - package io.dropwizard.logging
-
- io.dropwizard.logging.async - package io.dropwizard.logging.async
-
- io.dropwizard.logging.filter - package io.dropwizard.logging.filter
-
- io.dropwizard.logging.json - package io.dropwizard.logging.json
-
- io.dropwizard.logging.json.layout - package io.dropwizard.logging.json.layout
-
- io.dropwizard.logging.layout - package io.dropwizard.logging.layout
-
- io.dropwizard.logging.socket - package io.dropwizard.logging.socket
-
- io.dropwizard.metrics - package io.dropwizard.metrics
-
- io.dropwizard.metrics.graphite - package io.dropwizard.metrics.graphite
-
- io.dropwizard.migrations - package io.dropwizard.migrations
-
- io.dropwizard.request.logging - package io.dropwizard.request.logging
-
- io.dropwizard.request.logging.async - package io.dropwizard.request.logging.async
-
- io.dropwizard.request.logging.filter - package io.dropwizard.request.logging.filter
-
- io.dropwizard.request.logging.layout - package io.dropwizard.request.logging.layout
-
- io.dropwizard.request.logging.old - package io.dropwizard.request.logging.old
-
- io.dropwizard.server - package io.dropwizard.server
-
- io.dropwizard.servlets - package io.dropwizard.servlets
-
- io.dropwizard.servlets.assets - package io.dropwizard.servlets.assets
-
- io.dropwizard.servlets.tasks - package io.dropwizard.servlets.tasks
-
- io.dropwizard.setup - package io.dropwizard.setup
-
- io.dropwizard.sslreload - package io.dropwizard.sslreload
-
- io.dropwizard.testing - package io.dropwizard.testing
-
- io.dropwizard.testing.common - package io.dropwizard.testing.common
-
- io.dropwizard.testing.junit - package io.dropwizard.testing.junit
-
- io.dropwizard.testing.junit5 - package io.dropwizard.testing.junit5
-
- io.dropwizard.util - package io.dropwizard.util
-
- io.dropwizard.validation - package io.dropwizard.validation
-
- io.dropwizard.validation.selfvalidating - package io.dropwizard.validation.selfvalidating
-
- io.dropwizard.validation.valuehandling - package io.dropwizard.validation.valuehandling
-
- io.dropwizard.views - package io.dropwizard.views
-
- io.dropwizard.views.freemarker - package io.dropwizard.views.freemarker
-
- io.dropwizard.views.mustache - package io.dropwizard.views.mustache
-
- isAdditive() - Method in class io.dropwizard.logging.LoggerConfiguration
-
- isAlternateUsernamesAllowed() - Method in class io.dropwizard.db.DataSourceFactory
-
- isAppendLineSeparator() - Method in class io.dropwizard.logging.json.AbstractJsonLayoutBaseFactory
-
- isArchive() - Method in class io.dropwizard.logging.FileAppenderFactory
-
- isAutoCommentsEnabled() - Method in class io.dropwizard.db.DataSourceFactory
-
- isAutoCommentsEnabled() - Method in interface io.dropwizard.db.PooledDataSourceFactory
-
Whether ORM tools allowed to add comments to SQL queries.
- isCacheControlEnabled() - Method in class io.dropwizard.health.response.ServletHealthResponderFactory
-
- isChunkedEncodingEnabled() - Method in class io.dropwizard.client.JerseyClientConfiguration
-
- isClosed() - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-
- isCollectionOfStrings(String) - Method in class io.dropwizard.configuration.ConfigurationMetadata
-
Check if a field is a collection of strings.
- isCompressionConfigurationValid() - Method in class io.dropwizard.client.JerseyClientConfiguration
-
- isCookiesEnabled() - Method in class io.dropwizard.client.HttpClientConfiguration
-
- isCritical() - Method in class io.dropwizard.health.HealthCheckConfiguration
-
- isCritical() - Method in class io.dropwizard.health.HealthStateView
-
- isDefaultReadOnly() - Method in class io.dropwizard.db.DataSourceFactory
-
- isDelayedShutdownHandlerEnabled() - Method in class io.dropwizard.health.DefaultHealthFactory
-
- isDirectory(URL) - Static method in class io.dropwizard.servlets.assets.ResourceURL
-
Returns true if the URL passed to it corresponds to a directory.
- isEnabled() - Method in class io.dropwizard.health.DefaultHealthFactory
-
- isEnabled() - Method in class io.dropwizard.jetty.GzipHandlerFactory
-
- isEnabled() - Method in class io.dropwizard.jetty.ServerPushFilterFactory
-
- isEnabled() - Method in class io.dropwizard.request.logging.ExternalRequestLogFactory
-
- isEnabled() - Method in class io.dropwizard.request.logging.LogbackAccessRequestLogFactory
-
- isEnabled() - Method in class io.dropwizard.request.logging.old.LogbackClassicRequestLogFactory
-
- isEnabled() - Method in interface io.dropwizard.request.logging.RequestLogFactory
-
- isFlattenMdc() - Method in class io.dropwizard.logging.json.EventJsonLayoutBaseFactory
-
- isGzipCompatibleInflation() - Method in class io.dropwizard.jetty.GzipHandlerFactory
-
- isGzipEnabled() - Method in class io.dropwizard.client.JerseyClientConfiguration
-
- isGzipEnabledForRequests() - Method in class io.dropwizard.client.JerseyClientConfiguration
-
- isHealthCheckServletEnabled() - Method in class io.dropwizard.setup.AdminEnvironment
-
- isHealthResponseValid(HttpHealthResponse) - Method in class io.dropwizard.health.check.http.HttpHealthCheck
-
Validates the response from the health check.
- isHealthy() - Method in class io.dropwizard.health.HealthStateView
-
- isHealthy() - Method in interface io.dropwizard.health.HealthStatusChecker
-
- isHealthy(String) - Method in interface io.dropwizard.health.HealthStatusChecker
-
- isHealthy() - Method in class io.dropwizard.health.response.HealthResponse
-
- isIgnoreExceptionOnPreLoad() - Method in class io.dropwizard.db.DataSourceFactory
-
- isImmediateFlush() - Method in class io.dropwizard.logging.FileAppenderFactory
-
- isImmediateFlush() - Method in class io.dropwizard.logging.TcpSocketAppenderFactory
-
- isIncludeCallerData() - Method in class io.dropwizard.logging.AbstractAppenderFactory
-
- isInheritChannel() - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- isInitialOverallState() - Method in class io.dropwizard.health.DefaultHealthFactory
-
- isInitialSizeGreaterThanMinSize() - Method in class io.dropwizard.db.DataSourceFactory
-
- isInitialSizeLessThanMaxSize() - Method in class io.dropwizard.db.DataSourceFactory
-
- isInitialState() - Method in class io.dropwizard.health.HealthCheckConfiguration
-
- isJava8() - Static method in class io.dropwizard.util.JavaVersion
-
- isLazyLoadingEnabled() - Method in class io.dropwizard.hibernate.HibernateBundle
-
- isMappable(WebApplicationException) - Method in class io.dropwizard.views.ViewRenderExceptionMapper
-
- isMaxFileSizeSettingSpecified() - Method in class io.dropwizard.logging.FileAppenderFactory
-
- isMinSizeLessThanMaxSize() - Method in class io.dropwizard.db.DataSourceFactory
-
- isNormalizeUriEnabled() - Method in class io.dropwizard.client.HttpClientConfiguration
-
Deprecated.
- isNullOrEmpty(String) - Static method in class io.dropwizard.util.Strings
-
Deprecated.
Returns true if the given string is null or is the empty string.
- isOpen() - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-
- isPrettyPrint() - Method in class io.dropwizard.logging.json.AbstractJsonLayoutBaseFactory
-
- isPrintStackTraceOnError() - Method in class io.dropwizard.servlets.tasks.TaskConfiguration
-
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.jersey.jackson.JacksonMessageBodyProvider
-
- isRemoveAbandoned() - Method in class io.dropwizard.db.DataSourceFactory
-
- isRenderable(View) - Method in class io.dropwizard.views.freemarker.FreemarkerViewRenderer
-
- isRenderable(View) - Method in class io.dropwizard.views.mustache.MustacheViewRenderer
-
- isRenderable(View) - Method in interface io.dropwizard.views.ViewRenderer
-
Returns true if the renderer can render the given View .
- isReportOnStop() - Method in class io.dropwizard.metrics.MetricsFactory
-
- isRequestEntity(ConstraintViolation<?>, Invocable) - Static method in class io.dropwizard.jersey.validation.ConstraintMessage
-
Determines if constraint violation occurred in the request entity.
- isReuseAddress() - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- isRootFirst() - Method in class io.dropwizard.logging.json.layout.ExceptionFormat
-
- isSecurityEnabled() - Method in class io.dropwizard.jetty.MutableServletContextHandler
-
- isServletEnabled() - Method in class io.dropwizard.setup.HealthCheckConfiguration
-
- isSessionsEnabled() - Method in class io.dropwizard.jetty.MutableServletContextHandler
-
- isShowDetails() - Method in class io.dropwizard.jersey.jackson.JsonProcessingExceptionMapper
-
- isShowDetails() - Method in class io.dropwizard.setup.ExceptionMapperBinder
-
- isShutdown() - Method in class io.dropwizard.util.DirectExecutorService
-
- isSyncFlush() - Method in class io.dropwizard.jetty.GzipHandlerFactory
-
- isTerminated() - Method in class io.dropwizard.util.DirectExecutorService
-
- isThreadPoolSizedCorrectly() - Method in class io.dropwizard.client.JerseyClientConfiguration
-
- isThreadPoolSizedCorrectly() - Method in class io.dropwizard.server.AbstractServerFactory
-
- isTotalSizeCapValid() - Method in class io.dropwizard.logging.FileAppenderFactory
-
Returns a boolean indicating whether the totalSizeCap property
will be used.
- isTrustSelfSignedCertificates() - Method in class io.dropwizard.client.ssl.TlsConfiguration
-
- isUseDateHeader() - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- isUseForwardedHeaders() - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- isUseProxyProtocol() - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- isUseServerHeader() - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- isValid(DataSize, ConstraintValidatorContext) - Method in class io.dropwizard.validation.MaxDataSizeValidator
-
- isValid(Duration, ConstraintValidatorContext) - Method in class io.dropwizard.validation.MaxDurationValidator
-
- isValid(Size, ConstraintValidatorContext) - Method in class io.dropwizard.validation.MaxSizeValidator
-
Deprecated.
- isValid(Boolean, ConstraintValidatorContext) - Method in class io.dropwizard.validation.MethodValidator
-
- isValid(DataSize, ConstraintValidatorContext) - Method in class io.dropwizard.validation.MinDataSizeValidator
-
- isValid(Duration, ConstraintValidatorContext) - Method in class io.dropwizard.validation.MinDurationValidator
-
- isValid(Size, ConstraintValidatorContext) - Method in class io.dropwizard.validation.MinSizeValidator
-
Deprecated.
- isValid(Object, ConstraintValidatorContext) - Method in class io.dropwizard.validation.OneOfValidator
-
- isValid(Integer, ConstraintValidatorContext) - Method in class io.dropwizard.validation.PortRangeValidator
-
- isValid(Object, ConstraintValidatorContext) - Method in class io.dropwizard.validation.selfvalidating.SelfValidatingValidator
-
- isValidArchiveConfiguration() - Method in class io.dropwizard.logging.FileAppenderFactory
-
- isValidateCerts() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- isValidateCerts() - Method in class io.dropwizard.logging.TlsSocketAppenderFactory
-
- isValidatePeers() - Method in class io.dropwizard.logging.TlsSocketAppenderFactory
-
- isValidFileConfiguration() - Method in class io.dropwizard.logging.FileAppenderFactory
-
- isValidForMaxFileSizeSetting() - Method in class io.dropwizard.logging.FileAppenderFactory
-
- isValidKeyStorePassword() - Method in class io.dropwizard.client.ssl.TlsConfiguration
-
- isValidKeyStorePassword() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- isValidKeyStorePath() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- isValidTrustStorePassword() - Method in class io.dropwizard.client.ssl.TlsConfiguration
-
- isVerifyHostname() - Method in class io.dropwizard.client.ssl.TlsConfiguration
-
- isWindows() - Static method in class io.dropwizard.jetty.NetUtil
-
Deprecated.
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.jersey.errors.ErrorEntityWriter
-
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.jersey.guava.OptionalMessageBodyWriter
-
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.jersey.jackson.JacksonMessageBodyProvider
-
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.jersey.optional.OptionalDoubleMessageBodyWriter
-
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.jersey.optional.OptionalIntMessageBodyWriter
-
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.jersey.optional.OptionalLongMessageBodyWriter
-
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.jersey.optional.OptionalMessageBodyWriter
-
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class io.dropwizard.views.ViewMessageBodyWriter
-
J
- Jackson - Class in io.dropwizard.jackson
-
A utility class for Jackson.
- JacksonFeature - Class in io.dropwizard.jersey.jackson
-
A binder that registers the Jackson JSON provider while allowing users to override.
- JacksonFeature(ObjectMapper) - Constructor for class io.dropwizard.jersey.jackson.JacksonFeature
-
- JacksonMessageBodyProvider - Class in io.dropwizard.jersey.jackson
-
A Jersey provider which enables using Jackson to parse request entities into objects and generate
response entities from objects.
- JacksonMessageBodyProvider(ObjectMapper) - Constructor for class io.dropwizard.jersey.jackson.JacksonMessageBodyProvider
-
- JarLocation - Class in io.dropwizard.util
-
A class which encapsulates the location on the local filesystem of the JAR in which the current
code is executing.
- JarLocation(Class<?>) - Constructor for class io.dropwizard.util.JarLocation
-
- JavaVersion - Class in io.dropwizard.util
-
- JdbiExceptionsBundle - Class in io.dropwizard.jdbi3.bundles
-
A bundle for logging SQLException s and JdbiException s
so that their actual causes aren't overlooked.
- JdbiExceptionsBundle() - Constructor for class io.dropwizard.jdbi3.bundles.JdbiExceptionsBundle
-
- JdbiFactory - Class in io.dropwizard.jdbi3
-
- JdbiFactory() - Constructor for class io.dropwizard.jdbi3.JdbiFactory
-
- JdbiFactory(StatementNameStrategy) - Constructor for class io.dropwizard.jdbi3.JdbiFactory
-
- JdbiHealthCheck - Class in io.dropwizard.jdbi3
-
- JdbiHealthCheck(ExecutorService, Duration, Jdbi, Optional<String>) - Constructor for class io.dropwizard.jdbi3.JdbiHealthCheck
-
- JdbiHealthCheck(Jdbi, Optional<String>) - Constructor for class io.dropwizard.jdbi3.JdbiHealthCheck
-
- jersey() - Method in class io.dropwizard.setup.Environment
-
- JerseyClientBuilder - Class in io.dropwizard.client
-
A convenience class for building Client instances.
- JerseyClientBuilder(Environment) - Constructor for class io.dropwizard.client.JerseyClientBuilder
-
- JerseyClientBuilder(MetricRegistry) - Constructor for class io.dropwizard.client.JerseyClientBuilder
-
- JerseyClientConfiguration - Class in io.dropwizard.client
-
- JerseyClientConfiguration() - Constructor for class io.dropwizard.client.JerseyClientConfiguration
-
- JerseyContainerHolder - Class in io.dropwizard.jersey.setup
-
- JerseyContainerHolder(Servlet) - Constructor for class io.dropwizard.jersey.setup.JerseyContainerHolder
-
- JerseyEnvironment - Class in io.dropwizard.jersey.setup
-
- JerseyEnvironment(JerseyContainerHolder, DropwizardResourceConfig) - Constructor for class io.dropwizard.jersey.setup.JerseyEnvironment
-
- JerseyIgnoreRequestUserAgentHeaderFilter - Class in io.dropwizard.client
-
Prevents Jersey from modification Request's User-Agent header with default value,
to escape the value conflict with Dropwizard
- JerseyIgnoreRequestUserAgentHeaderFilter() - Constructor for class io.dropwizard.client.JerseyIgnoreRequestUserAgentHeaderFilter
-
- JerseyParameterNameProvider - Class in io.dropwizard.jersey.validation
-
Adds jersey support to parameter name discovery in hibernate validator.
- JerseyParameterNameProvider() - Constructor for class io.dropwizard.jersey.validation.JerseyParameterNameProvider
-
- JerseyServletContainer - Class in io.dropwizard.jersey.setup
-
Extends ServletContainer to provide consumers of dropwizard-jersey
a means of obtaining a container without directly depending on Jersey.
- JerseyServletContainer() - Constructor for class io.dropwizard.jersey.setup.JerseyServletContainer
-
Create Jersey Servlet container.
- JerseyServletContainer(DropwizardResourceConfig) - Constructor for class io.dropwizard.jersey.setup.JerseyServletContainer
-
Create Jersey Servlet container.
- JerseyViolationException - Exception in io.dropwizard.jersey.validation
-
A ConstraintViolationException that occurs while Jersey is
validating constraints on a resource endpoint.
- JerseyViolationException(Set<? extends ConstraintViolation<?>>, Invocable) - Constructor for exception io.dropwizard.jersey.validation.JerseyViolationException
-
- JerseyViolationExceptionMapper - Class in io.dropwizard.jersey.validation
-
- JerseyViolationExceptionMapper() - Constructor for class io.dropwizard.jersey.validation.JerseyViolationExceptionMapper
-
- JettyManaged - Class in io.dropwizard.lifecycle
-
A wrapper for Managed instances which ties them to a Jetty LifeCycle .
- JettyManaged(Managed) - Constructor for class io.dropwizard.lifecycle.JettyManaged
-
Creates a new JettyManaged wrapping managed .
- jettyServer - Variable in class io.dropwizard.testing.DropwizardTestSupport
-
- JsonConfigurationFactory<T> - Class in io.dropwizard.configuration
-
A factory class for loading JSON configuration files, binding them to configuration objects, and
validating their constraints.
- JsonConfigurationFactory(Class<T>, Validator, ObjectMapper, String) - Constructor for class io.dropwizard.configuration.JsonConfigurationFactory
-
Creates a new configuration factory for the given class.
- JsonFormatter - Class in io.dropwizard.logging.json.layout
-
Formats objects to JSON strings according to the configured ObjectMapper and output parameters.
- JsonFormatter(ObjectMapper, boolean, boolean, int) - Constructor for class io.dropwizard.logging.json.layout.JsonFormatter
-
- JsonFormatter(ObjectMapper, boolean, boolean) - Constructor for class io.dropwizard.logging.json.layout.JsonFormatter
-
- JsonHealthResponseProvider - Class in io.dropwizard.health.response
-
- JsonHealthResponseProvider(HealthStatusChecker, HealthStateAggregator, ObjectMapper) - Constructor for class io.dropwizard.health.response.JsonHealthResponseProvider
-
- JsonHealthResponseProviderFactory - Class in io.dropwizard.health.response
-
- JsonHealthResponseProviderFactory() - Constructor for class io.dropwizard.health.response.JsonHealthResponseProviderFactory
-
- JsonProcessingExceptionMapper - Class in io.dropwizard.jersey.jackson
-
- JsonProcessingExceptionMapper() - Constructor for class io.dropwizard.jersey.jackson.JsonProcessingExceptionMapper
-
- JsonProcessingExceptionMapper(boolean) - Constructor for class io.dropwizard.jersey.jackson.JsonProcessingExceptionMapper
-
- JsonSnakeCase - Annotation Type in io.dropwizard.jackson
-
Marker annotation which indicates that the annotated case class should be
serialized and deserialized using snake_case JSON field names instead
of camelCase field names.
- JSONUnauthorizedHandler - Class in io.dropwizard.auth
-
- JSONUnauthorizedHandler() - Constructor for class io.dropwizard.auth.JSONUnauthorizedHandler
-
K
- keepAliveTime(Duration) - Method in class io.dropwizard.lifecycle.setup.ExecutorServiceBuilder
-
- kibibytes(long) - Static method in class io.dropwizard.util.DataSize
-
- kilobytes(long) - Static method in class io.dropwizard.util.DataSize
-
- kilobytes(long) - Static method in class io.dropwizard.util.Size
-
Deprecated.
L
- layout - Variable in class io.dropwizard.logging.AbstractAppenderFactory
-
- LayoutFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware> - Interface in io.dropwizard.logging.layout
-
An interface for building Logback PatternLayoutBase layouts
- lazyLoadingEnabled - Variable in class io.dropwizard.hibernate.HibernateBundle
-
- LevelFilterFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware> - Interface in io.dropwizard.logging.filter
-
An interface for building Logback Filters with a specified Level .
- lifecycle() - Method in class io.dropwizard.setup.Environment
-
- LifecycleEnvironment - Class in io.dropwizard.lifecycle.setup
-
- LifecycleEnvironment(MetricRegistry) - Constructor for class io.dropwizard.lifecycle.setup.LifecycleEnvironment
-
- list(Criteria) - Method in class io.dropwizard.hibernate.AbstractDAO
-
Get the results of a Criteria query.
- list(CriteriaQuery<E>) - Method in class io.dropwizard.hibernate.AbstractDAO
-
Get the results of a CriteriaQuery query.
- list(Query<E>) - Method in class io.dropwizard.hibernate.AbstractDAO
-
Get the results of a query.
- listeners - Variable in class io.dropwizard.testing.DropwizardTestSupport
-
- listPeople() - Method in class com.example.helloworld.resources.PeopleResource
-
- Lists - Class in io.dropwizard.util
-
- LocalDateParam - Class in io.dropwizard.jersey.jsr310
-
A parameter encapsulating date values.
- LocalDateParam(String) - Constructor for class io.dropwizard.jersey.jsr310.LocalDateParam
-
- LocalDateParam - Class in io.dropwizard.jersey.params
-
- LocalDateParam(String) - Constructor for class io.dropwizard.jersey.params.LocalDateParam
-
Deprecated.
- LocalDateParam(String, String) - Constructor for class io.dropwizard.jersey.params.LocalDateParam
-
Deprecated.
- LocalDateTimeParam - Class in io.dropwizard.jersey.jsr310
-
A parameter encapsulating date/time values.
- LocalDateTimeParam(String) - Constructor for class io.dropwizard.jersey.jsr310.LocalDateTimeParam
-
- LocalIpFilter - Interface in io.dropwizard.jetty
-
- LocalTimeParam - Class in io.dropwizard.jersey.jsr310
-
A parameter encapsulating time values.
- LocalTimeParam(String) - Constructor for class io.dropwizard.jersey.jsr310.LocalTimeParam
-
- LogbackAccessRequestLayout - Class in io.dropwizard.request.logging.layout
-
A base layout for Logback Access request logs.
- LogbackAccessRequestLayout(Context, TimeZone) - Constructor for class io.dropwizard.request.logging.layout.LogbackAccessRequestLayout
-
- LogbackAccessRequestLayoutFactory - Class in io.dropwizard.request.logging.layout
-
- LogbackAccessRequestLayoutFactory() - Constructor for class io.dropwizard.request.logging.layout.LogbackAccessRequestLayoutFactory
-
- LogbackAccessRequestLog - Class in io.dropwizard.request.logging
-
The Dropwizard request log uses logback-access, but we override it to remove the requirement for logback-access.xml
based configuration.
- LogbackAccessRequestLog() - Constructor for class io.dropwizard.request.logging.LogbackAccessRequestLog
-
- LogbackAccessRequestLogFactory - Class in io.dropwizard.request.logging
-
- LogbackAccessRequestLogFactory() - Constructor for class io.dropwizard.request.logging.LogbackAccessRequestLogFactory
-
- LogbackClassicRequestLogFactory - Class in io.dropwizard.request.logging.old
-
A factory for creating RequestLog instances using logback-classic.
- LogbackClassicRequestLogFactory() - Constructor for class io.dropwizard.request.logging.old.LogbackClassicRequestLogFactory
-
- LogConfigurationTask - Class in io.dropwizard.servlets.tasks
-
Sets the logging level for a number of loggers
- LogConfigurationTask() - Constructor for class io.dropwizard.servlets.tasks.LogConfigurationTask
-
Creates a new LogConfigurationTask.
- LogConfigurationTask(ILoggerFactory) - Constructor for class io.dropwizard.servlets.tasks.LogConfigurationTask
-
Creates a new LogConfigurationTask with the given ILoggerFactory instance.
- logException(long, JdbiException) - Method in class io.dropwizard.jdbi3.jersey.LoggingJdbiExceptionMapper
-
- logException(long, SQLException) - Method in class io.dropwizard.jdbi3.jersey.LoggingSQLExceptionMapper
-
- logException(E) - Method in class io.dropwizard.jersey.errors.LoggingExceptionMapper
-
- logException(long, E) - Method in class io.dropwizard.jersey.errors.LoggingExceptionMapper
-
- logFormat - Variable in class io.dropwizard.logging.AbstractAppenderFactory
-
- logger - Variable in class io.dropwizard.auth.AuthFilter
-
- logger - Variable in class io.dropwizard.jersey.errors.LoggingExceptionMapper
-
- LoggerConfiguration - Class in io.dropwizard.logging
-
Individual Logger configuration
- LoggerConfiguration() - Constructor for class io.dropwizard.logging.LoggerConfiguration
-
- LoggingExceptionMapper<E extends Throwable> - Class in io.dropwizard.jersey.errors
-
- LoggingExceptionMapper(Logger) - Constructor for class io.dropwizard.jersey.errors.LoggingExceptionMapper
-
- LoggingExceptionMapper() - Constructor for class io.dropwizard.jersey.errors.LoggingExceptionMapper
-
- LoggingFactory - Interface in io.dropwizard.logging
-
- LoggingJdbiExceptionMapper - Class in io.dropwizard.jdbi3.jersey
-
Iterates through a JdbiException 's cause if it's a SQLException otherwise log as normal.
- LoggingJdbiExceptionMapper() - Constructor for class io.dropwizard.jdbi3.jersey.LoggingJdbiExceptionMapper
-
- LoggingSQLExceptionMapper - Class in io.dropwizard.jdbi3.jersey
-
- LoggingSQLExceptionMapper() - Constructor for class io.dropwizard.jdbi3.jersey.LoggingSQLExceptionMapper
-
- LoggingUtil - Class in io.dropwizard.logging
-
- logSslInfoOnStart(SslContextFactory) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- logSslParameters(SslContextFactory) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
Register a listener that waits until the SSL context factory has started.
- LongParam - Class in io.dropwizard.jersey.params
-
- LongParam(String) - Constructor for class io.dropwizard.jersey.params.LongParam
-
Deprecated.
- LongParam(String, String) - Constructor for class io.dropwizard.jersey.params.LongParam
-
Deprecated.
- lookup(String) - Method in class io.dropwizard.configuration.EnvironmentVariableLookup
-
Deprecated.
M
- main(String[]) - Static method in class com.example.helloworld.HelloWorldApplication
-
- manage(Managed) - Method in class io.dropwizard.lifecycle.setup.LifecycleEnvironment
-
Adds the given Managed instance to the set of objects managed by the server's
lifecycle.
- manage(LifeCycle) - Method in class io.dropwizard.lifecycle.setup.LifecycleEnvironment
-
Adds the given Jetty LifeCycle instances to the server's lifecycle.
- manage(Managed) - Method in class io.dropwizard.testing.DropwizardTestSupport
-
- manage(Managed) - Method in class io.dropwizard.testing.junit.DropwizardAppRule
-
Deprecated.
- manage(Managed) - Method in class io.dropwizard.testing.junit5.DropwizardAppExtension
-
- Managed - Interface in io.dropwizard.lifecycle
-
An interface for objects which need to take some action as the application is started or stopped.
- ManagedDataSource - Interface in io.dropwizard.db
-
- ManagedPooledDataSource - Class in io.dropwizard.db
-
- ManagedPooledDataSource(PoolConfiguration, MetricRegistry) - Constructor for class io.dropwizard.db.ManagedPooledDataSource
-
Create a new data source with the given connection pool configuration.
- MapBuilder - Class in io.dropwizard.logging.json.layout
-
Builds a Java map based on the provided configuration and customization.
- MapBuilder(TimestampFormatter, Map<String, String>, Map<String, Object>, int) - Constructor for class io.dropwizard.logging.json.layout.MapBuilder
-
- mapper - Variable in class io.dropwizard.configuration.BaseConfigurationFactory
-
- Maps - Class in io.dropwizard.util
-
- MaxDataSize - Annotation Type in io.dropwizard.validation
-
The annotated element must be a DataSize
whose value must be less than or equal to the specified maximum.
- MaxDataSizeValidator - Class in io.dropwizard.validation
-
Check that a DataSize being validated is less than or equal to the
minimum value specified.
- MaxDataSizeValidator() - Constructor for class io.dropwizard.validation.MaxDataSizeValidator
-
- MaxDuration - Annotation Type in io.dropwizard.validation
-
The annotated element must be a Duration
whose value must be higher or equal to the specified minimum.
- MaxDurationValidator - Class in io.dropwizard.validation
-
Check that a Duration being validated is less than or equal to the
minimum value specified.
- MaxDurationValidator() - Constructor for class io.dropwizard.validation.MaxDurationValidator
-
- MaxSize - Annotation Type in io.dropwizard.validation
-
- MaxSizeValidator - Class in io.dropwizard.validation
-
- MaxSizeValidator() - Constructor for class io.dropwizard.validation.MaxSizeValidator
-
Deprecated.
- maxThreads(int) - Method in class io.dropwizard.lifecycle.setup.ExecutorServiceBuilder
-
- mebibytes(long) - Static method in class io.dropwizard.util.DataSize
-
- mediaType() - Method in class io.dropwizard.jersey.params.AbstractParam
-
- megabytes(long) - Static method in class io.dropwizard.util.DataSize
-
- megabytes(long) - Static method in class io.dropwizard.util.Size
-
Deprecated.
- MethodValidator - Class in io.dropwizard.validation
-
- MethodValidator() - Constructor for class io.dropwizard.validation.MethodValidator
-
- metrics() - Method in class io.dropwizard.setup.Environment
-
Returns the application's MetricRegistry .
- MetricsFactory - Class in io.dropwizard.metrics
-
A factory for configuring the metrics sub-system for the environment.
- MetricsFactory() - Constructor for class io.dropwizard.metrics.MetricsFactory
-
- microseconds(long) - Static method in class io.dropwizard.util.Duration
-
- MigrationsBundle<T extends Configuration> - Class in io.dropwizard.migrations
-
- MigrationsBundle() - Constructor for class io.dropwizard.migrations.MigrationsBundle
-
- milliseconds(long) - Static method in class io.dropwizard.util.Duration
-
- MinDataSize - Annotation Type in io.dropwizard.validation
-
The annotated element must be a DataSize
whose value must be higher or equal to the specified minimum.
- MinDataSizeValidator - Class in io.dropwizard.validation
-
Check that a DataSize being validated is greater than or equal to the
minimum value specified.
- MinDataSizeValidator() - Constructor for class io.dropwizard.validation.MinDataSizeValidator
-
- MinDuration - Annotation Type in io.dropwizard.validation
-
The annotated element must be a Duration
whose value must be higher or equal to the specified minimum.
- MinDurationValidator - Class in io.dropwizard.validation
-
Check that a Duration being validated is greater than or equal to the
minimum value specified.
- MinDurationValidator() - Constructor for class io.dropwizard.validation.MinDurationValidator
-
- MinSize - Annotation Type in io.dropwizard.validation
-
- MinSizeValidator - Class in io.dropwizard.validation
-
- MinSizeValidator() - Constructor for class io.dropwizard.validation.MinSizeValidator
-
Deprecated.
- minThreads(int) - Method in class io.dropwizard.lifecycle.setup.ExecutorServiceBuilder
-
- minutes(long) - Static method in class io.dropwizard.util.Duration
-
- MockitoTestRule - Class in io.dropwizard.testing.junit
-
- MockitoTestRule(Object, MockitoRule) - Constructor for class io.dropwizard.testing.junit.MockitoTestRule
-
Deprecated.
Create a new adapter for a MockitoRule instance.
- MultiPartBundle - Class in io.dropwizard.forms
-
A ConfiguredBundle , which enables the processing of multi-part form data by your application.
- MultiPartBundle() - Constructor for class io.dropwizard.forms.MultiPartBundle
-
- mustacheISO88591() - Method in class com.example.helloworld.resources.ViewResource
-
- mustacheUTF8() - Method in class com.example.helloworld.resources.ViewResource
-
- MustacheViewRenderer - Class in io.dropwizard.views.mustache
-
A ViewRenderer which renders Mustache ( .mustache ) templates.
- MustacheViewRenderer() - Constructor for class io.dropwizard.views.mustache.MustacheViewRenderer
-
- MutableServletContextHandler - Class in io.dropwizard.jetty
-
- MutableServletContextHandler() - Constructor for class io.dropwizard.jetty.MutableServletContextHandler
-
- MutableValidatorFactory - Class in io.dropwizard.jersey.validation
-
- MutableValidatorFactory() - Constructor for class io.dropwizard.jersey.validation.MutableValidatorFactory
-
N
- name(String) - Method in class io.dropwizard.client.HttpClientBuilder
-
Use the given environment name.
- name(String) - Method in class io.dropwizard.client.JerseyClientBuilder
-
Use the given environment name.
- name() - Method in class io.dropwizard.hibernate.HibernateBundle
-
Override to configure the name of the bundle
(It's used for the bundle health check and database pool metrics)
- name() - Method in class io.dropwizard.migrations.MigrationsBundle
-
- NAME_QUERY_PARAM - Static variable in class io.dropwizard.health.response.JsonHealthResponseProvider
-
- namedQuery(String) - Method in class io.dropwizard.hibernate.AbstractDAO
-
Returns a named Query .
- namedTypedQuery(String) - Method in class io.dropwizard.hibernate.AbstractDAO
-
Returns a named and type-safe Query .
- nameForConstructorParameter(MapperConfig<?>, AnnotatedParameter, String) - Method in class io.dropwizard.jackson.AnnotationSensitivePropertyNamingStrategy
-
- nameForField(MapperConfig<?>, AnnotatedField, String) - Method in class io.dropwizard.jackson.AnnotationSensitivePropertyNamingStrategy
-
- nameForGetterMethod(MapperConfig<?>, AnnotatedMethod, String) - Method in class io.dropwizard.jackson.AnnotationSensitivePropertyNamingStrategy
-
- nameForSetterMethod(MapperConfig<?>, AnnotatedMethod, String) - Method in class io.dropwizard.jackson.AnnotationSensitivePropertyNamingStrategy
-
- NamePrependingTemplateEngine - Class in io.dropwizard.jdbi3
-
Jdbi TemplateEngine that prepends the SQLObject's type and method name in front of every
statement sent to the database.
- NamePrependingTemplateEngine(TemplateEngine) - Constructor for class io.dropwizard.jdbi3.NamePrependingTemplateEngine
-
- nanoseconds(long) - Static method in class io.dropwizard.util.Duration
-
- NetUtil - Class in io.dropwizard.jetty
-
- NetUtil() - Constructor for class io.dropwizard.jetty.NetUtil
-
Deprecated.
- newApplication() - Method in class io.dropwizard.testing.DropwizardTestSupport
-
- newApplication() - Method in class io.dropwizard.testing.junit.DropwizardAppRule
-
Deprecated.
- newApplication() - Method in class io.dropwizard.testing.junit5.DropwizardAppExtension
-
- newAspect() - Method in class io.dropwizard.hibernate.UnitOfWorkAwareProxyFactory
-
- newAspect(Map<String, SessionFactory>) - Method in class io.dropwizard.hibernate.UnitOfWorkAwareProxyFactory
-
- newBuilder() - Static method in class io.dropwizard.testing.junit.DAOTestRule
-
Deprecated.
Creates a new builder for DAOTestRule , which allows to customize a SessionFactory
by different parameters.
- newBuilder() - Static method in class io.dropwizard.testing.junit5.DAOTestExtension
-
Creates a new builder for DAOTestExtension , which allows to customize a SessionFactory
by different parameters.
- newConfiguration() - Static method in class io.dropwizard.jersey.validation.Validators
-
Creates a new HibernateValidatorConfiguration with all the custom value extractors registered.
- newConfiguration() - Static method in class io.dropwizard.validation.BaseValidator
-
Creates a new HibernateValidatorConfiguration with the base custom unwrappers registered.
- newInstance() - Method in class io.dropwizard.auth.AuthFilter.AuthFilterBuilder
-
- newInstance() - Method in class io.dropwizard.auth.basic.BasicCredentialAuthFilter.Builder
-
- newInstance() - Method in class io.dropwizard.auth.oauth.OAuthCredentialAuthFilter.Builder
-
- newInstance(ManagedDataSource) - Method in class io.dropwizard.jdbi3.JdbiFactory
-
This creates a vanilla Jdbi instance based on the specified data source;
this can be overridden if required
- NEWLINE - Static variable in exception io.dropwizard.configuration.ConfigurationException
-
- newMinimalObjectMapper() - Static method in class io.dropwizard.jackson.Jackson
-
Creates a new minimal ObjectMapper that will work with Dropwizard out of box.
- newObjectMapper() - Static method in class io.dropwizard.jackson.Jackson
-
Creates a new ObjectMapper with Guava, Logback, and Joda Time support, as well as
support for JsonSnakeCase .
- newObjectMapper(JsonFactory) - Static method in class io.dropwizard.jackson.Jackson
-
Creates a new ObjectMapper with a custom JsonFactory
with Guava, Logback, and Joda Time support, as well as support for JsonSnakeCase .
- newValidator() - Static method in class io.dropwizard.jersey.validation.Validators
-
- newValidator() - Static method in class io.dropwizard.validation.BaseValidator
-
- newValidatorFactory() - Static method in class io.dropwizard.jersey.validation.Validators
-
- NonEmptyStringParam - Class in io.dropwizard.jersey.params
-
A parameter encapsulating optional string values with the condition that empty string inputs are
interpreted as being absent.
- NonEmptyStringParam(String) - Constructor for class io.dropwizard.jersey.params.NonEmptyStringParam
-
- NonEmptyStringParam(String, String) - Constructor for class io.dropwizard.jersey.params.NonEmptyStringParam
-
- NonEmptyStringParamValueExtractor - Class in io.dropwizard.jersey.validation
-
Let's the validator know that when validating a NonEmptyStringParam to validate the
underlying value.
- NonProxyListProxyRoutePlanner - Class in io.dropwizard.client.proxy
-
Implementation of HttpRoutePlanner
that routes requests through proxy and takes into account list of hosts that should not be proxied
- NonProxyListProxyRoutePlanner(HttpHost, List<String>) - Constructor for class io.dropwizard.client.proxy.NonProxyListProxyRoutePlanner
-
- NonProxyListProxyRoutePlanner(HttpHost, SchemePortResolver, List<String>) - Constructor for class io.dropwizard.client.proxy.NonProxyListProxyRoutePlanner
-
- notifyShutdownStarted() - Method in interface io.dropwizard.health.ShutdownNotifier
-
- NT_CREDS - Static variable in class io.dropwizard.client.proxy.AuthConfiguration
-
- NTLM_AUTH_SCHEME - Static variable in class io.dropwizard.client.proxy.AuthConfiguration
-
- NullLevelFilterFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware> - Class in io.dropwizard.logging.filter
-
Factory for building a logback Filter that will always defer to the next Filter.
- NullLevelFilterFactory() - Constructor for class io.dropwizard.logging.filter.NullLevelFilterFactory
-
- nullToEmpty(String) - Static method in class io.dropwizard.util.Strings
-
Deprecated.
Returns the given string if it is non-null; the empty string otherwise.
O
- OAUTH_ACCESS_TOKEN_PARAM - Static variable in class io.dropwizard.auth.oauth.OAuthCredentialAuthFilter
-
Query parameter used to pass Bearer token
- OAuthCredentialAuthFilter<P extends Principal> - Class in io.dropwizard.auth.oauth
-
- OAuthCredentialAuthFilter.Builder<P extends Principal> - Class in io.dropwizard.auth.oauth
-
- of(Iterable<T>) - Static method in class io.dropwizard.util.Lists
-
Deprecated.
- of(Iterator<T>) - Static method in class io.dropwizard.util.Lists
-
Deprecated.
- of(K, V, K, V) - Static method in class io.dropwizard.util.Maps
-
Deprecated.
- of(K, V, K, V, K, V) - Static method in class io.dropwizard.util.Maps
-
Deprecated.
- of(K, V, K, V, K, V, K, V) - Static method in class io.dropwizard.util.Maps
-
Deprecated.
- of(K, V, K, V, K, V, K, V, K, V) - Static method in class io.dropwizard.util.Maps
-
Deprecated.
- of(T, T) - Static method in class io.dropwizard.util.Sets
-
Deprecated.
- of(T, T, T) - Static method in class io.dropwizard.util.Sets
-
Deprecated.
- of(T, T, T, T) - Static method in class io.dropwizard.util.Sets
-
Deprecated.
- of(T, T, T, T, T) - Static method in class io.dropwizard.util.Sets
-
Deprecated.
- of(T...) - Static method in class io.dropwizard.util.Sets
-
Deprecated.
- of(Iterable<T>) - Static method in class io.dropwizard.util.Sets
-
Deprecated.
- OffsetDateTimeParam - Class in io.dropwizard.jersey.jsr310
-
A parameter encapsulating date/time values containing an offset from UTC.
- OffsetDateTimeParam(String) - Constructor for class io.dropwizard.jersey.jsr310.OffsetDateTimeParam
-
- OneOf - Annotation Type in io.dropwizard.validation
-
Checks to see that the value is one of a set of elements.
- OneOfValidator - Class in io.dropwizard.validation
-
- OneOfValidator() - Constructor for class io.dropwizard.validation.OneOfValidator
-
- onError(Cli, Namespace, Throwable) - Method in class io.dropwizard.cli.CheckCommand
-
- onError(Cli, Namespace, Throwable) - Method in class io.dropwizard.cli.Command
-
Method is called if there is an issue parsing configuration, setting up the
environment, or running the command itself.
- onError() - Method in class io.dropwizard.hibernate.UnitOfWorkAspect
-
- onEvent(ApplicationEvent) - Method in class io.dropwizard.hibernate.UnitOfWorkApplicationListener
-
- onFatalError(Throwable) - Method in class io.dropwizard.Application
-
- onFatalError() - Method in class io.dropwizard.Application
-
- onFinish() - Method in class io.dropwizard.hibernate.UnitOfWorkAspect
-
- onHealthyCheck(String) - Method in interface io.dropwizard.health.HealthStateListener
-
- onRequest(RequestEvent) - Method in class io.dropwizard.hibernate.UnitOfWorkApplicationListener
-
- onRun(T, Environment, DropwizardTestSupport<T>) - Method in class io.dropwizard.testing.DropwizardTestSupport.ServiceListener
-
- onRun(T, Environment, DropwizardAppRule<T>) - Method in class io.dropwizard.testing.junit.DropwizardAppRule.ServiceListener
-
Deprecated.
- onRun(T, Environment, DropwizardAppExtension<T>) - Method in class io.dropwizard.testing.junit5.DropwizardAppExtension.ServiceListener
-
- onStateChanged(String, boolean) - Method in interface io.dropwizard.health.StateChangedCallback
-
- onStop(DropwizardTestSupport<T>) - Method in class io.dropwizard.testing.DropwizardTestSupport.ServiceListener
-
- onStop(DropwizardAppRule<T>) - Method in class io.dropwizard.testing.junit.DropwizardAppRule.ServiceListener
-
Deprecated.
- onStop(DropwizardAppExtension<T>) - Method in class io.dropwizard.testing.junit5.DropwizardAppExtension.ServiceListener
-
- onUnhealthyCheck(String) - Method in interface io.dropwizard.health.HealthStateListener
-
- open(String) - Method in interface io.dropwizard.configuration.ConfigurationSourceProvider
-
Returns an InputStream that contains the source of the configuration for the
application.
- open(String) - Method in class io.dropwizard.configuration.FileConfigurationSourceProvider
-
- open(String) - Method in class io.dropwizard.configuration.ResourceConfigurationSourceProvider
-
- open(String) - Method in class io.dropwizard.configuration.SubstitutingSourceProvider
-
Returns an InputStream that contains the source of the configuration for the
application.
- open(String) - Method in class io.dropwizard.configuration.UrlConfigurationSourceProvider
-
- openSession() - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-
- openStatelessSession() - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-
- openStatelessSession(Connection) - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-
- OptionalDoubleMessageBodyWriter - Class in io.dropwizard.jersey.optional
-
- OptionalDoubleMessageBodyWriter() - Constructor for class io.dropwizard.jersey.optional.OptionalDoubleMessageBodyWriter
-
- OptionalIntMessageBodyWriter - Class in io.dropwizard.jersey.optional
-
- OptionalIntMessageBodyWriter() - Constructor for class io.dropwizard.jersey.optional.OptionalIntMessageBodyWriter
-
- OptionalLongMessageBodyWriter - Class in io.dropwizard.jersey.optional
-
- OptionalLongMessageBodyWriter() - Constructor for class io.dropwizard.jersey.optional.OptionalLongMessageBodyWriter
-
- OptionalMessageBodyWriter - Class in io.dropwizard.jersey.guava
-
- OptionalMessageBodyWriter() - Constructor for class io.dropwizard.jersey.guava.OptionalMessageBodyWriter
-
- OptionalMessageBodyWriter - Class in io.dropwizard.jersey.optional
-
- OptionalMessageBodyWriter() - Constructor for class io.dropwizard.jersey.optional.OptionalMessageBodyWriter
-
- OptionalParamBinder - Class in io.dropwizard.jersey.guava
-
- OptionalParamBinder() - Constructor for class io.dropwizard.jersey.guava.OptionalParamBinder
-
- OptionalParamConverterProvider - Class in io.dropwizard.jersey.guava
-
- OptionalParamConverterProvider(InjectionManager) - Constructor for class io.dropwizard.jersey.guava.OptionalParamConverterProvider
-
- Optionals - Class in io.dropwizard.util
-
- Optionals() - Constructor for class io.dropwizard.util.Optionals
-
Deprecated.
P
- packages(String...) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
-
Adds array of package names which will be used to scan for components.
- ParamValueExtractor - Class in io.dropwizard.jersey.validation
-
Let's the validator know that when validating a class that is an AbstractParam to
validate the underlying value.
- parse(String) - Method in class io.dropwizard.jersey.jsr310.InstantParam
-
- parse(String) - Method in class io.dropwizard.jersey.jsr310.InstantSecondParam
-
- parse(String) - Method in class io.dropwizard.jersey.jsr310.LocalDateParam
-
- parse(String) - Method in class io.dropwizard.jersey.jsr310.LocalDateTimeParam
-
- parse(String) - Method in class io.dropwizard.jersey.jsr310.LocalTimeParam
-
- parse(String) - Method in class io.dropwizard.jersey.jsr310.OffsetDateTimeParam
-
- parse(String) - Method in class io.dropwizard.jersey.jsr310.YearMonthParam
-
- parse(String) - Method in class io.dropwizard.jersey.jsr310.YearParam
-
- parse(String) - Method in class io.dropwizard.jersey.jsr310.ZonedDateTimeParam
-
- parse(String) - Method in class io.dropwizard.jersey.jsr310.ZoneIdParam
-
- parse(String) - Method in class io.dropwizard.jersey.params.AbstractParam
-
Given a string representation, parse it and return an instance of the parameter type.
- parse(String) - Method in class io.dropwizard.jersey.params.BooleanParam
-
Deprecated.
- parse(String) - Method in class io.dropwizard.jersey.params.DateTimeParam
-
Deprecated.
- parse(String) - Method in class io.dropwizard.jersey.params.DurationParam
-
Deprecated.
- parse(String) - Method in class io.dropwizard.jersey.params.InstantParam
-
Deprecated.
- parse(String) - Method in class io.dropwizard.jersey.params.IntParam
-
Deprecated.
- parse(String) - Method in class io.dropwizard.jersey.params.LocalDateParam
-
Deprecated.
- parse(String) - Method in class io.dropwizard.jersey.params.LongParam
-
Deprecated.
- parse(String) - Method in class io.dropwizard.jersey.params.NonEmptyStringParam
-
- parse(String) - Method in class io.dropwizard.jersey.params.SizeParam
-
Deprecated.
- parse(String) - Method in class io.dropwizard.jersey.params.UUIDParam
-
Deprecated.
- parse(String, int) - Static method in class io.dropwizard.servlets.assets.ByteRange
-
- parse(CharSequence) - Static method in class io.dropwizard.util.DataSize
-
- parse(CharSequence, DataSizeUnit) - Static method in class io.dropwizard.util.DataSize
-
- parse(String) - Static method in class io.dropwizard.util.Duration
-
- parse(String) - Static method in class io.dropwizard.util.Size
-
Deprecated.
- PATCH - Annotation Type in io.dropwizard.jersey
-
- pattern() - Static method in class io.dropwizard.request.logging.old.ClassicLogFormat
-
- pattern(TimeZone) - Static method in class io.dropwizard.request.logging.old.ClassicLogFormat
-
- pebibytes(long) - Static method in class io.dropwizard.util.DataSize
-
- PeopleResource - Class in com.example.helloworld.resources
-
- PeopleResource(PersonDAO) - Constructor for class com.example.helloworld.resources.PeopleResource
-
- PermitAllAuthorizer<P extends Principal> - Class in io.dropwizard.auth
-
An Authorizer that grants access for any principal in any role.
- PermitAllAuthorizer() - Constructor for class io.dropwizard.auth.PermitAllAuthorizer
-
- persist(E) - Method in class io.dropwizard.hibernate.AbstractDAO
-
Either save or update the given instance, depending upon resolution of the unsaved-value
checks (see the manual for discussion of unsaved-value checking).
- Person - Class in com.example.helloworld.core
-
- Person() - Constructor for class com.example.helloworld.core.Person
-
- Person(String, String, int) - Constructor for class com.example.helloworld.core.Person
-
- PersonDAO - Class in com.example.helloworld.db
-
- PersonDAO(SessionFactory) - Constructor for class com.example.helloworld.db.PersonDAO
-
- PersonResource - Class in com.example.helloworld.resources
-
- PersonResource(PersonDAO) - Constructor for class com.example.helloworld.resources.PersonResource
-
- PersonView - Class in com.example.helloworld.views
-
- PersonView(PersonView.Template, Person) - Constructor for class com.example.helloworld.views.PersonView
-
- PersonView.Template - Enum in com.example.helloworld.views
-
- petabytes(long) - Static method in class io.dropwizard.util.DataSize
-
- POJOConfigurationFactory<C extends Configuration> - Class in io.dropwizard.testing
-
- POJOConfigurationFactory(C) - Constructor for class io.dropwizard.testing.POJOConfigurationFactory
-
- PolymorphicAuthDynamicFeature<T extends Principal> - Class in io.dropwizard.auth
-
A DynamicFeature that registers the provided auth filters
to resource methods annotated with the Auth according to
the type of the annotated method parameter.
- PolymorphicAuthDynamicFeature(Map<Class<? extends T>, ContainerRequestFilter>) - Constructor for class io.dropwizard.auth.PolymorphicAuthDynamicFeature
-
- PolymorphicAuthValueFactoryProvider<T extends Principal> - Class in io.dropwizard.auth
-
Value factory provider supporting injection of a hierarchy of
Principal subclasses by the Auth annotation.
- PolymorphicAuthValueFactoryProvider(MultivaluedParameterExtractorProvider, PolymorphicAuthValueFactoryProvider.PrincipalClassSetProvider<T>) - Constructor for class io.dropwizard.auth.PolymorphicAuthValueFactoryProvider
-
Principal value factory provider injection constructor.
- PolymorphicAuthValueFactoryProvider.Binder<T extends Principal> - Class in io.dropwizard.auth
-
- PolymorphicAuthValueFactoryProvider.PrincipalClassSetProvider<T extends Principal> - Class in io.dropwizard.auth
-
- PooledDataSourceFactory - Interface in io.dropwizard.db
-
Interface of a factory that produces JDBC data sources
backed by the connection pool.
- PortDescriptor - Class in io.dropwizard.lifecycle
-
- PortDescriptor() - Constructor for class io.dropwizard.lifecycle.PortDescriptor
-
- PortDescriptor(String, int, String, String) - Constructor for class io.dropwizard.lifecycle.PortDescriptor
-
- PortRange - Annotation Type in io.dropwizard.validation
-
A constraint that allows one to specify a port range, but still allow 0 as the port value to
indicate dynamically allocated ports.
- PortRangeValidator - Class in io.dropwizard.validation
-
Allow 0 to indicate dynamic port range allocation.
- PortRangeValidator() - Constructor for class io.dropwizard.validation.PortRangeValidator
-
- PostBodyTask - Class in io.dropwizard.servlets.tasks
-
A task which can be performed via the admin interface and provides the post body of the request.
- PostBodyTask(String) - Constructor for class io.dropwizard.servlets.tasks.PostBodyTask
-
Create a new task with the given name.
- PostBodyTask(String, String) - Constructor for class io.dropwizard.servlets.tasks.PostBodyTask
-
Create a new task with the given name and response content type
- prefix - Variable in class io.dropwizard.auth.AuthFilter
-
- PrefixedExtendedThrowableProxyConverter - Class in io.dropwizard.logging
-
An ExtendedThrowableProxyConverter which prefixes stack traces with ! .
- PrefixedExtendedThrowableProxyConverter() - Constructor for class io.dropwizard.logging.PrefixedExtendedThrowableProxyConverter
-
- PrefixedRootCauseFirstThrowableProxyConverter - Class in io.dropwizard.logging
-
A RootCauseFirstThrowableProxyConverter that prefixes stack traces with ! .
- PrefixedRootCauseFirstThrowableProxyConverter() - Constructor for class io.dropwizard.logging.PrefixedRootCauseFirstThrowableProxyConverter
-
- PrefixedThrowableProxyConverter - Class in io.dropwizard.logging
-
A ThrowableProxyConverter which prefixes stack traces with ! .
- PrefixedThrowableProxyConverter() - Constructor for class io.dropwizard.logging.PrefixedThrowableProxyConverter
-
- prepare(boolean) - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-
Activates either the primary or the reader session factory depending on the readOnly parameter.
- PRIMARY - Static variable in class io.dropwizard.hibernate.dual.HibernateBundle
-
- principalClassSet - Variable in class io.dropwizard.auth.PolymorphicAuthValueFactoryProvider
-
- PrincipalClassSetProvider(Set<Class<? extends T>>) - Constructor for class io.dropwizard.auth.PolymorphicAuthValueFactoryProvider.PrincipalClassSetProvider
-
- PrincipalImpl - Class in io.dropwizard.auth
-
- PrincipalImpl(String) - Constructor for class io.dropwizard.auth.PrincipalImpl
-
- printBanner(String) - Method in class io.dropwizard.server.AbstractServerFactory
-
- property(String, Object) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
-
Sets the given Jersey property.
- ProtectedClassResource - Class in com.example.helloworld.resources
-
- ProtectedClassResource() - Constructor for class com.example.helloworld.resources.ProtectedClassResource
-
- ProtectedResource - Class in com.example.helloworld.resources
-
- ProtectedResource() - Constructor for class com.example.helloworld.resources.ProtectedResource
-
- provide(boolean) - Method in class io.dropwizard.jersey.sessions.FlashFactory
-
- provide(boolean) - Method in class io.dropwizard.jersey.sessions.HttpSessionFactory
-
- ProxyConfiguration - Class in io.dropwizard.client.proxy
-
Configuration of access to a remote host through a proxy server
Configuration Parameters:
Name
Default
Description
host
REQUIRED
The proxy server host name or ip address.
port
scheme default
The proxy server port.
- ProxyConfiguration() - Constructor for class io.dropwizard.client.proxy.ProxyConfiguration
-
- ProxyConfiguration(String) - Constructor for class io.dropwizard.client.proxy.ProxyConfiguration
-
- ProxyConfiguration(String, int) - Constructor for class io.dropwizard.client.proxy.ProxyConfiguration
-
- ProxyConfiguration(String, int, String, AuthConfiguration) - Constructor for class io.dropwizard.client.proxy.ProxyConfiguration
-
Q
- query(String) - Method in class io.dropwizard.hibernate.AbstractDAO
-
Returns a typed Query
R
- randomPorts() - Static method in class io.dropwizard.testing.ConfigOverride
-
- randomPorts(String) - Static method in class io.dropwizard.testing.ConfigOverride
-
- READER - Static variable in class io.dropwizard.hibernate.dual.HibernateBundle
-
- readResource(URL) - Method in class io.dropwizard.servlets.assets.AssetServlet
-
- realm - Variable in class io.dropwizard.auth.AuthFilter
-
- receiveDate(LocalDateParam) - Method in class com.example.helloworld.resources.HelloWorldResource
-
- receiveHello(Saying) - Method in class com.example.helloworld.resources.HelloWorldResource
-
- register() - Method in class io.dropwizard.health.DelayedShutdownHandler
-
- register(Object) - Method in class io.dropwizard.jersey.DropwizardResourceConfig
-
- register(Object) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
-
Adds the given object as a Jersey singleton component.
- register(Class<?>) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
-
Adds the given class as a Jersey component.
- registerMetrics() - Method in class io.dropwizard.setup.Bootstrap
-
Registers the JVM metrics to the metric registry and start to report
the registry metrics via JMX.
- registerSessionFactory(String, SessionFactory) - Method in class io.dropwizard.hibernate.UnitOfWorkApplicationListener
-
Register a session factory with the given name.
- registerUnitOfWorkListenerIfAbsent(Environment) - Method in class io.dropwizard.hibernate.HibernateBundle
-
- rejectedExecutionHandler(RejectedExecutionHandler) - Method in class io.dropwizard.lifecycle.setup.ExecutorServiceBuilder
-
- rejectedExecutionHandler(RejectedExecutionHandler) - Method in class io.dropwizard.lifecycle.setup.ScheduledExecutorServiceBuilder
-
- releaseInstance(ConstraintValidator<?, ?>) - Method in class io.dropwizard.jersey.validation.MutableValidatorFactory
-
- reload() - Method in class io.dropwizard.jetty.SslReload
-
- reload(SslContextFactory) - Method in class io.dropwizard.jetty.SslReload
-
- reloadDryRun() - Method in class io.dropwizard.jetty.SslReload
-
Perform a mock configuration reload
- removeFromSystemProperties() - Method in class io.dropwizard.testing.ConfigOverride
-
- removeFromSystemProperties() - Method in class io.dropwizard.testing.ConfigOverrideRandomPorts
-
- removeFromSystemProperties() - Method in class io.dropwizard.testing.ConfigOverrideValue
-
- removeOnCancelPolicy(boolean) - Method in class io.dropwizard.lifecycle.setup.ScheduledExecutorServiceBuilder
-
- render(Optional<String>) - Method in class com.example.helloworld.core.Template
-
- render(String, StatementContext) - Method in class io.dropwizard.jdbi3.NamePrependingTemplateEngine
-
- render(View, Locale, OutputStream) - Method in class io.dropwizard.views.freemarker.FreemarkerViewRenderer
-
- render(View, Locale, OutputStream) - Method in class io.dropwizard.views.mustache.MustacheViewRenderer
-
- render(View, Locale, OutputStream) - Method in interface io.dropwizard.views.ViewRenderer
-
- RenderCommand - Class in com.example.helloworld.cli
-
- RenderCommand() - Constructor for class com.example.helloworld.cli.RenderCommand
-
- repeat(String, int) - Static method in class io.dropwizard.util.Strings
-
Deprecated.
Returns a string consisting of a specific number of concatenated copies of an input string.
- replace(Function<ResourceConfig, Servlet>) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
-
- ReporterFactory - Interface in io.dropwizard.metrics
-
A service provider interface for creating metrics reporters .
- RequestIdFilter - Class in io.dropwizard.jersey.filter
-
This class adds a "X-Request-Id" HTTP response header and logs the following
information: request method, request path, request ID, response status,
response length (or -1 if not known).
- RequestIdFilter() - Constructor for class io.dropwizard.jersey.filter.RequestIdFilter
-
- RequestLogFactory<T extends org.eclipse.jetty.server.RequestLog> - Interface in io.dropwizard.request.logging
-
A service provider interface for creating a Jetty RequestLog
- reset() - Method in class io.dropwizard.logging.DefaultLoggingFactory
-
- reset() - Method in class io.dropwizard.logging.ExternalLoggingFactory
-
- reset() - Method in interface io.dropwizard.logging.LoggingFactory
-
Mainly useful in testing to reset the logging to a sane default before
the next test configures logging to a desired level.
- ResilientSocketOutputStream - Class in io.dropwizard.logging
-
Represents a resilient persistent connection via TCP as an OutputStream .
- ResilientSocketOutputStream(String, int, int, int, SocketFactory) - Constructor for class io.dropwizard.logging.ResilientSocketOutputStream
-
Creates a new stream based on the socket configuration.
- Resource - Class in io.dropwizard.testing.common
-
- Resource.Builder<B extends Resource.Builder<B>> - Class in io.dropwizard.testing.common
-
A Resource builder which enables configuration of a Jersey testing environment.
- ResourceConfigurationSourceProvider - Class in io.dropwizard.configuration
-
- ResourceConfigurationSourceProvider() - Constructor for class io.dropwizard.configuration.ResourceConfigurationSourceProvider
-
- ResourceExtension - Class in io.dropwizard.testing.junit5
-
An extension for testing Jersey resources.
- ResourceExtension.Builder - Class in io.dropwizard.testing.junit5
-
A ResourceExtension builder which enables configuration of a Jersey testing environment.
- resourceFilePath(String) - Static method in class io.dropwizard.testing.ResourceHelpers
-
Detects the absolute path of a class path resource.
- ResourceHelpers - Class in io.dropwizard.testing
-
A set of helper methods for working with classpath resources.
- ResourceNotFoundException - Exception in io.dropwizard.servlets.assets
-
- ResourceNotFoundException(Throwable) - Constructor for exception io.dropwizard.servlets.assets.ResourceNotFoundException
-
- Resources - Class in io.dropwizard.util
-
- ResourceTestRule - Class in io.dropwizard.testing.junit
-
- ResourceTestRule.Builder - Class in io.dropwizard.testing.junit
-
Deprecated.
A ResourceTestRule builder which enables configuration of a Jersey testing environment.
- ResourceURL - Class in io.dropwizard.servlets.assets
-
Helper methods for dealing with URL objects for local resources.
- RoutingHandler - Class in io.dropwizard.jetty
-
- RoutingHandler(Map<Connector, Handler>) - Constructor for class io.dropwizard.jetty.RoutingHandler
-
- run(Bootstrap<HelloWorldConfiguration>, Namespace, HelloWorldConfiguration) - Method in class com.example.helloworld.cli.RenderCommand
-
- run(HelloWorldConfiguration, Environment) - Method in class com.example.helloworld.HelloWorldApplication
-
- run(T, Environment) - Method in class io.dropwizard.Application
-
- run(String...) - Method in class io.dropwizard.Application
-
Parses command-line arguments and runs the application.
- run(Configuration, Environment) - Method in class io.dropwizard.assets.AssetsBundle
-
- run(Configuration, Environment) - Method in interface io.dropwizard.Bundle
-
Deprecated.
- run(Environment) - Method in interface io.dropwizard.Bundle
-
- run(Bootstrap<T>, Namespace, T) - Method in class io.dropwizard.cli.CheckCommand
-
- run(String...) - Method in class io.dropwizard.cli.Cli
-
Runs the command line interface given some arguments.
- run(Bootstrap<?>, Namespace) - Method in class io.dropwizard.cli.Command
-
Executes when the user runs this specific command.
- run(Bootstrap<?>, Namespace) - Method in class io.dropwizard.cli.ConfiguredCommand
-
- run(Bootstrap<T>, Namespace, T) - Method in class io.dropwizard.cli.ConfiguredCommand
-
- run(Bootstrap<T>, Namespace, T) - Method in class io.dropwizard.cli.EnvironmentCommand
-
- run(Environment, Namespace, T) - Method in class io.dropwizard.cli.EnvironmentCommand
-
- run(Environment, Namespace, T) - Method in class io.dropwizard.cli.ServerCommand
-
- run(T, Environment) - Method in interface io.dropwizard.ConfiguredBundle
-
Initializes the environment.
- run(Configuration, Environment) - Method in class io.dropwizard.forms.MultiPartBundle
-
- run(T, Environment) - Method in class io.dropwizard.hibernate.dual.HibernateBundle
-
- run(T, Environment) - Method in class io.dropwizard.hibernate.HibernateBundle
-
- run(Configuration, Environment) - Method in class io.dropwizard.jdbi3.bundles.JdbiExceptionsBundle
-
- run(Bootstrap<T>, Namespace, T) - Method in class io.dropwizard.migrations.AbstractLiquibaseCommand
-
- run(Namespace, Liquibase) - Method in class io.dropwizard.migrations.AbstractLiquibaseCommand
-
- run(Namespace, Liquibase) - Method in class io.dropwizard.migrations.DbCalculateChecksumCommand
-
- run(Namespace, Liquibase) - Method in class io.dropwizard.migrations.DbClearChecksumsCommand
-
- run(Namespace, Liquibase) - Method in class io.dropwizard.migrations.DbCommand
-
- run(Namespace, Liquibase) - Method in class io.dropwizard.migrations.DbDropAllCommand
-
- run(Namespace, Liquibase) - Method in class io.dropwizard.migrations.DbDumpCommand
-
- run(Namespace, Liquibase) - Method in class io.dropwizard.migrations.DbFastForwardCommand
-
- run(Namespace, Liquibase) - Method in class io.dropwizard.migrations.DbGenerateDocsCommand
-
- run(Namespace, Liquibase) - Method in class io.dropwizard.migrations.DbLocksCommand
-
- run(Namespace, Liquibase) - Method in class io.dropwizard.migrations.DbMigrateCommand
-
- run(Namespace, Liquibase) - Method in class io.dropwizard.migrations.DbPrepareRollbackCommand
-
- run(Namespace, Liquibase) - Method in class io.dropwizard.migrations.DbRollbackCommand
-
- run(Namespace, Liquibase) - Method in class io.dropwizard.migrations.DbStatusCommand
-
- run(Namespace, Liquibase) - Method in class io.dropwizard.migrations.DbTagCommand
-
- run(Namespace, Liquibase) - Method in class io.dropwizard.migrations.DbTestCommand
-
- run(T, Environment) - Method in class io.dropwizard.setup.Bootstrap
-
Runs the bootstrap's bundles with the given configuration and environment.
- run(Configuration, Environment) - Method in class io.dropwizard.sslreload.SslReloadBundle
-
- run(T, Environment) - Method in class io.dropwizard.views.ViewBundle
-
- RuntimeFilter - Class in io.dropwizard.jersey.filter
-
This class adds an "X-Runtime" HTTP response header that includes the time
taken to execute the request, in seconds (based on the implementation from
Ruby on Rails).
- RuntimeFilter() - Constructor for class io.dropwizard.jersey.filter.RuntimeFilter
-
S
- SafeRequestParameterConverter - Class in io.dropwizard.request.logging.layout
-
A safe version of RequestParameterConverter which works
with async appenders.
- SafeRequestParameterConverter() - Constructor for class io.dropwizard.request.logging.layout.SafeRequestParameterConverter
-
- sayHello() - Method in class com.example.helloworld.resources.FilteredResource
-
- sayHello(Optional<String>) - Method in class com.example.helloworld.resources.HelloWorldResource
-
- Saying - Class in com.example.helloworld.api
-
- Saying() - Constructor for class com.example.helloworld.api.Saying
-
- Saying(long, String) - Constructor for class com.example.helloworld.api.Saying
-
- ScanningHibernateBundle<T> - Class in io.dropwizard.hibernate
-
Extension of HibernateBundle that scans given package for entities instead of giving them by hand.
- ScanningHibernateBundle(String) - Constructor for class io.dropwizard.hibernate.ScanningHibernateBundle
-
- ScanningHibernateBundle(String, SessionFactoryFactory) - Constructor for class io.dropwizard.hibernate.ScanningHibernateBundle
-
- ScanningHibernateBundle(String[], SessionFactoryFactory) - Constructor for class io.dropwizard.hibernate.ScanningHibernateBundle
-
- Schedule - Class in io.dropwizard.health
-
- Schedule() - Constructor for class io.dropwizard.health.Schedule
-
- scheduledExecutorService(String) - Method in class io.dropwizard.lifecycle.setup.LifecycleEnvironment
-
- scheduledExecutorService(String, ThreadFactory) - Method in class io.dropwizard.lifecycle.setup.LifecycleEnvironment
-
- scheduledExecutorService(String, boolean) - Method in class io.dropwizard.lifecycle.setup.LifecycleEnvironment
-
- ScheduledExecutorServiceBuilder - Class in io.dropwizard.lifecycle.setup
-
- ScheduledExecutorServiceBuilder(LifecycleEnvironment, String, ThreadFactory) - Constructor for class io.dropwizard.lifecycle.setup.ScheduledExecutorServiceBuilder
-
- ScheduledExecutorServiceBuilder(LifecycleEnvironment, String, boolean) - Constructor for class io.dropwizard.lifecycle.setup.ScheduledExecutorServiceBuilder
-
- ScheduledReporterManager - Class in io.dropwizard.metrics
-
Manages a ScheduledReporter lifecycle.
- ScheduledReporterManager(ScheduledReporter, Duration) - Constructor for class io.dropwizard.metrics.ScheduledReporterManager
-
Manages the given reporter by reporting with the given period .
- ScheduledReporterManager(ScheduledReporter, Duration, boolean) - Constructor for class io.dropwizard.metrics.ScheduledReporterManager
-
Manages the given reporter by reporting with the given period .
- seconds(long) - Static method in class io.dropwizard.util.Duration
-
- SelfValidating - Annotation Type in io.dropwizard.validation.selfvalidating
-
- SelfValidatingValidator - Class in io.dropwizard.validation.selfvalidating
-
This class is the base validator for the @SelfValidating annotation.
- SelfValidatingValidator() - Constructor for class io.dropwizard.validation.selfvalidating.SelfValidatingValidator
-
- SelfValidation - Annotation Type in io.dropwizard.validation.selfvalidating
-
This method, if used in conjunction with
SelfValidating ,
will be executed to check if the object itself is valid.
- ServerCommand<T extends Configuration> - Class in io.dropwizard.cli
-
Runs a application as an HTTP server.
- ServerCommand(Application<T>) - Constructor for class io.dropwizard.cli.ServerCommand
-
- ServerCommand(Application<T>, String, String) - Constructor for class io.dropwizard.cli.ServerCommand
-
A constructor to allow reuse of the server command as a different name
- ServerFactory - Interface in io.dropwizard.server
-
A factory for building Server instances for Dropwizard applications.
- ServerLifecycleListener - Interface in io.dropwizard.lifecycle
-
- ServerPushFilterFactory - Class in io.dropwizard.jetty
-
A factory for building HTTP/2 PushCacheFilter ,
Configuration Parameters:
Name
Default
Description
enabled
false
If true, the filter will organize resources as primary resources (those referenced by the
Referer header) and secondary resources (those that have the Referer header).
- ServerPushFilterFactory() - Constructor for class io.dropwizard.jetty.ServerPushFilterFactory
-
- serverStarted(Server) - Method in interface io.dropwizard.lifecycle.ServerLifecycleListener
-
- ServiceListener() - Constructor for class io.dropwizard.testing.DropwizardTestSupport.ServiceListener
-
- ServiceListener() - Constructor for class io.dropwizard.testing.junit.DropwizardAppRule.ServiceListener
-
Deprecated.
- ServiceListener() - Constructor for class io.dropwizard.testing.junit5.DropwizardAppExtension.ServiceListener
-
- ServletEnvironment - Class in io.dropwizard.jetty.setup
-
- ServletEnvironment(MutableServletContextHandler) - Constructor for class io.dropwizard.jetty.setup.ServletEnvironment
-
- ServletHealthResponder - Class in io.dropwizard.health.response
-
- ServletHealthResponder(HealthResponseProvider, boolean, String) - Constructor for class io.dropwizard.health.response.ServletHealthResponder
-
- ServletHealthResponderFactory - Class in io.dropwizard.health.response
-
- ServletHealthResponderFactory() - Constructor for class io.dropwizard.health.response.ServletHealthResponderFactory
-
- Servlets - Class in io.dropwizard.servlets
-
Utility functions for dealing with servlets.
- servlets() - Method in class io.dropwizard.setup.Environment
-
- Session - Annotation Type in io.dropwizard.jersey.sessions
-
- sessionFactory - Variable in class io.dropwizard.hibernate.HibernateBundle
-
- sessionFactoryFactory - Variable in class io.dropwizard.hibernate.HibernateBundle
-
- SessionFactoryFactory - Class in io.dropwizard.hibernate
-
- SessionFactoryFactory() - Constructor for class io.dropwizard.hibernate.SessionFactoryFactory
-
- SessionFactoryHealthCheck - Class in io.dropwizard.hibernate
-
- SessionFactoryHealthCheck(SessionFactory, Optional<String>) - Constructor for class io.dropwizard.hibernate.SessionFactoryHealthCheck
-
- SessionFactoryHealthCheck(ExecutorService, Duration, SessionFactory, Optional<String>) - Constructor for class io.dropwizard.hibernate.SessionFactoryHealthCheck
-
- SessionFactoryManager - Class in io.dropwizard.hibernate
-
- SessionFactoryManager(SessionFactory, ManagedDataSource) - Constructor for class io.dropwizard.hibernate.SessionFactoryManager
-
- SessionFactoryProvider - Class in io.dropwizard.jersey.sessions
-
- SessionFactoryProvider(Provider<MultivaluedParameterExtractorProvider>, InjectionManager) - Constructor for class io.dropwizard.jersey.sessions.SessionFactoryProvider
-
- SessionFactoryProvider.Binder - Class in io.dropwizard.jersey.sessions
-
- set(T) - Method in class io.dropwizard.jersey.sessions.Flash
-
- setAbandonWhenPercentageFull(int) - Method in class io.dropwizard.db.DataSourceFactory
-
- setAcceptorThreads(Optional<Integer>) - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- setAcceptQueueSize(Integer) - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- setAdditionalFields(Map<String, Object>) - Method in class io.dropwizard.logging.json.AbstractJsonLayoutBaseFactory
-
- setAdditive(boolean) - Method in class io.dropwizard.logging.LoggerConfiguration
-
- setAdminConnectors(List<ConnectorFactory>) - Method in class io.dropwizard.server.DefaultServerFactory
-
- setAdminContextPath(String) - Method in class io.dropwizard.server.DefaultServerFactory
-
- setAdminContextPath(String) - Method in class io.dropwizard.server.SimpleServerFactory
-
- setAdminFactory(AdminFactory) - Method in class io.dropwizard.Configuration
-
Sets the admin interface-specific section of the configuration file.
- setAdminMaxThreads(int) - Method in class io.dropwizard.server.DefaultServerFactory
-
- setAdminMinThreads(int) - Method in class io.dropwizard.server.DefaultServerFactory
-
- setAllowedMethods(Set<String>) - Method in class io.dropwizard.server.AbstractServerFactory
-
- setAllowRenegotiation(boolean) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- setAlternateUsernamesAllowed(boolean) - Method in class io.dropwizard.db.DataSourceFactory
-
- setApacheHttpClientBuilder(HttpClientBuilder) - Method in class io.dropwizard.client.JerseyClientBuilder
-
- setAppenders(List<AppenderFactory<ILoggingEvent>>) - Method in class io.dropwizard.logging.DefaultLoggingFactory
-
- setAppenders(List<AppenderFactory<ILoggingEvent>>) - Method in class io.dropwizard.logging.LoggerConfiguration
-
- setAppenders(List<AppenderFactory<IAccessEvent>>) - Method in class io.dropwizard.request.logging.LogbackAccessRequestLogFactory
-
- setAppenders(List<AppenderFactory<ILoggingEvent>>) - Method in class io.dropwizard.request.logging.old.LogbackClassicRequestLogFactory
-
- setAppendLineSeparator(boolean) - Method in class io.dropwizard.logging.json.AbstractJsonLayoutBaseFactory
-
- setApplicationConnectors(List<ConnectorFactory>) - Method in class io.dropwizard.server.DefaultServerFactory
-
- setApplicationContextPath(String) - Method in class io.dropwizard.server.DefaultServerFactory
-
- setApplicationContextPath(String) - Method in class io.dropwizard.server.SimpleServerFactory
-
- setArchive(boolean) - Method in class io.dropwizard.logging.FileAppenderFactory
-
- setArchivedFileCount(int) - Method in class io.dropwizard.logging.FileAppenderFactory
-
- setArchivedLogFilenamePattern(String) - Method in class io.dropwizard.logging.FileAppenderFactory
-
- setAssociatePeriod(Duration) - Method in class io.dropwizard.jetty.ServerPushFilterFactory
-
- setAuth(AuthConfiguration) - Method in class io.dropwizard.client.proxy.ProxyConfiguration
-
- setAuthenticator(Authenticator<C, P>) - Method in class io.dropwizard.auth.AuthFilter.AuthFilterBuilder
-
Sets the given authenticator
- setAuthorizer(Authorizer<P>) - Method in class io.dropwizard.auth.AuthFilter.AuthFilterBuilder
-
Sets the given authorizer
- setAuthScheme(String) - Method in class io.dropwizard.client.proxy.AuthConfiguration
-
- setAutoCommentsEnabled(boolean) - Method in class io.dropwizard.db.DataSourceFactory
-
- setAutoCommitByDefault(Boolean) - Method in class io.dropwizard.db.DataSourceFactory
-
- setBaseResource(Resource) - Method in class io.dropwizard.jetty.setup.ServletEnvironment
-
Sets the base resource for this context.
- setBaseResource(Resource...) - Method in class io.dropwizard.jetty.setup.ServletEnvironment
-
Sets the base resources for this context.
- setBaseResource(String...) - Method in class io.dropwizard.jetty.setup.ServletEnvironment
-
Sets the base resources for this context.
- setBindHost(String) - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- setBufferPoolIncrement(DataSize) - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- setBufferSize(DataSize) - Method in class io.dropwizard.jetty.GzipHandlerFactory
-
- setBufferSize(DataSize) - Method in class io.dropwizard.logging.FileAppenderFactory
-
- setCacheControlEnabled(boolean) - Method in class io.dropwizard.health.response.ServletHealthResponderFactory
-
- setCacheControlValue(String) - Method in class io.dropwizard.health.response.ServletHealthResponderFactory
-
- setCertAlias(String) - Method in class io.dropwizard.client.ssl.TlsConfiguration
-
- setCertAlias(String) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- setCheckConnectionOnBorrow(boolean) - Method in class io.dropwizard.db.DataSourceFactory
-
- setCheckConnectionOnConnect(boolean) - Method in class io.dropwizard.db.DataSourceFactory
-
- setCheckConnectionOnReturn(boolean) - Method in class io.dropwizard.db.DataSourceFactory
-
- setCheckConnectionWhileIdle(boolean) - Method in class io.dropwizard.db.DataSourceFactory
-
- setCheckInterval(Duration) - Method in class io.dropwizard.health.Schedule
-
- setChunkedEncodingEnabled(boolean) - Method in class io.dropwizard.client.JerseyClientConfiguration
-
- setClassLoader(ClassLoader) - Method in class io.dropwizard.setup.Bootstrap
-
Sets the bootstrap's class loader.
- setClientConfigurator(Consumer<ClientConfig>) - Method in class io.dropwizard.testing.common.Resource.Builder
-
- setCommitOnReturn(boolean) - Method in class io.dropwizard.db.DataSourceFactory
-
- setCompressedMimeTypes(Set<String>) - Method in class io.dropwizard.jetty.GzipHandlerFactory
-
- setConfigurationFactoryFactory(ConfigurationFactoryFactory<T>) - Method in class io.dropwizard.setup.Bootstrap
-
- setConfigurationSourceProvider(ConfigurationSourceProvider) - Method in class io.dropwizard.setup.Bootstrap
-
- setConnectionRequestTimeout(Duration) - Method in class io.dropwizard.client.HttpClientConfiguration
-
- setConnectionTimeout(Duration) - Method in class io.dropwizard.client.HttpClientConfiguration
-
- setConnectionTimeout(Duration) - Method in class io.dropwizard.logging.TcpSocketAppenderFactory
-
- setConnector(ConnectorFactory) - Method in class io.dropwizard.server.SimpleServerFactory
-
- setContainer(Servlet) - Method in class io.dropwizard.jersey.setup.JerseyContainerHolder
-
- setContextPath(String) - Method in class io.dropwizard.jersey.DropwizardResourceConfig
-
- setCookiesEnabled(boolean) - Method in class io.dropwizard.client.HttpClientConfiguration
-
- setCredentialType(String) - Method in class io.dropwizard.client.proxy.AuthConfiguration
-
- setCritical(boolean) - Method in class io.dropwizard.health.HealthCheckConfiguration
-
- setCritical(boolean) - Method in class io.dropwizard.health.HealthStateView
-
- setCrlPath(File) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- setCurrentLogFilename(String) - Method in class io.dropwizard.logging.FileAppenderFactory
-
- setCustomFieldNames(Map<String, String>) - Method in class io.dropwizard.logging.json.AbstractJsonLayoutBaseFactory
-
- setDataSourceFactory(DataSourceFactory) - Method in class com.example.helloworld.HelloWorldConfiguration
-
- setDefaultCatalog(String) - Method in class io.dropwizard.db.DataSourceFactory
-
- setDefaultName(String) - Method in class com.example.helloworld.HelloWorldConfiguration
-
- setDefaultReadOnly(boolean) - Method in class io.dropwizard.db.DataSourceFactory
-
- setDefaultTransactionIsolation(DataSourceFactory.TransactionIsolation) - Method in class io.dropwizard.db.DataSourceFactory
-
- setDeflateCompressionLevel(int) - Method in class io.dropwizard.jetty.GzipHandlerFactory
-
- setDelayedShutdownHandlerEnabled(boolean) - Method in class io.dropwizard.health.DefaultHealthFactory
-
- setDepth(String) - Method in class io.dropwizard.logging.json.layout.ExceptionFormat
-
- setDetailedJsonProcessingExceptionMapper(Boolean) - Method in class io.dropwizard.server.AbstractServerFactory
-
- setDiscardingThreshold(int) - Method in class io.dropwizard.logging.AbstractAppenderFactory
-
- setDomain(String) - Method in class io.dropwizard.client.proxy.AuthConfiguration
-
- setDowntimeInterval(Duration) - Method in class io.dropwizard.health.Schedule
-
- setDriver(Class<? extends Driver>) - Method in class io.dropwizard.testing.common.DAOTest.Builder
-
- setDriver(String) - Method in class io.dropwizard.testing.common.DAOTest.Builder
-
- setDriverClass(String) - Method in class io.dropwizard.db.DataSourceFactory
-
- setDumpAfterStart(boolean) - Method in class io.dropwizard.server.AbstractServerFactory
-
- setDumpBeforeStop(boolean) - Method in class io.dropwizard.server.AbstractServerFactory
-
- setDurationUnit(TimeUnit) - Method in class io.dropwizard.metrics.BaseReporterFactory
-
- setEnableCRLDP(Boolean) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- setEnabled(boolean) - Method in class io.dropwizard.health.DefaultHealthFactory
-
- setEnabled(boolean) - Method in class io.dropwizard.jetty.GzipHandlerFactory
-
- setEnabled(boolean) - Method in class io.dropwizard.jetty.ServerPushFilterFactory
-
- setEnabled(boolean) - Method in class io.dropwizard.request.logging.ExternalRequestLogFactory
-
- setEnableOCSP(Boolean) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- setEnableThreadNameFilter(boolean) - Method in class io.dropwizard.server.AbstractServerFactory
-
- setEndpointIdentificationAlgorithm(String) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- setEvaluators(List<String>) - Method in class io.dropwizard.logging.json.layout.ExceptionFormat
-
- setEvictionInterval(Duration) - Method in class io.dropwizard.db.DataSourceFactory
-
- setExceptionFormat(ExceptionFormat) - Method in class io.dropwizard.logging.json.EventJsonLayoutBaseFactory
-
- setExcludedCipherSuites(List<String>) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- setExcludedCipherSuites(List<String>) - Method in class io.dropwizard.logging.TlsSocketAppenderFactory
-
- setExcludedMimeTypes(Set<String>) - Method in class io.dropwizard.jetty.GzipHandlerFactory
-
- setExcludedPaths(Set<String>) - Method in class io.dropwizard.jetty.GzipHandlerFactory
-
- setExcludedProtocols(List<String>) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- setExcludedProtocols(List<String>) - Method in class io.dropwizard.logging.TlsSocketAppenderFactory
-
- setExcludedUserAgentPatterns(Set<String>) - Method in class io.dropwizard.jetty.GzipHandlerFactory
-
- setExcludes(Set<String>) - Method in class io.dropwizard.metrics.BaseReporterFactory
-
- setExcludesAttributes(EnumSet<MetricAttribute>) - Method in class io.dropwizard.metrics.BaseReporterFactory
-
- setFacility(SyslogAppenderFactory.Facility) - Method in class io.dropwizard.logging.SyslogAppenderFactory
-
- setFailureAttempts(int) - Method in class io.dropwizard.health.Schedule
-
- setFile(File) - Method in class io.dropwizard.metrics.CsvReporterFactory
-
- setFilterFactories(List<FilterFactory<E>>) - Method in class io.dropwizard.logging.AbstractAppenderFactory
-
- setFlattenMdc(boolean) - Method in class io.dropwizard.logging.json.EventJsonLayoutBaseFactory
-
- setFrequency(Optional<Duration>) - Method in class io.dropwizard.metrics.BaseReporterFactory
-
- setFrequency(Duration) - Method in class io.dropwizard.metrics.MetricsFactory
-
- setFullName(String) - Method in class com.example.helloworld.core.Person
-
- setGid(Integer) - Method in class io.dropwizard.server.AbstractServerFactory
-
- setGroup(String) - Method in class io.dropwizard.server.AbstractServerFactory
-
- setGzipCompatibleInflation(boolean) - Method in class io.dropwizard.jetty.GzipHandlerFactory
-
- setGzipEnabled(boolean) - Method in class io.dropwizard.client.JerseyClientConfiguration
-
- setGzipEnabledForRequests(boolean) - Method in class io.dropwizard.client.JerseyClientConfiguration
-
- setGzipFilterFactory(GzipHandlerFactory) - Method in class io.dropwizard.server.AbstractServerFactory
-
- setHbm2DdlAuto(String) - Method in class io.dropwizard.testing.common.DAOTest.Builder
-
- setHeaderCacheSize(DataSize) - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- setHealthCheckConfigurations(List<HealthCheckConfiguration>) - Method in class io.dropwizard.health.DefaultHealthFactory
-
- setHealthCheckRegistry(HealthCheckRegistry) - Method in class io.dropwizard.setup.Bootstrap
-
- setHealthChecks(List<HealthCheckConfiguration>) - Method in class io.dropwizard.health.DefaultHealthFactory
-
- setHealthChecks(HealthCheckConfiguration) - Method in class io.dropwizard.setup.AdminFactory
-
- setHealthCheckUrlPaths(List<String>) - Method in class io.dropwizard.health.DefaultHealthFactory
-
- setHealthFactory(HealthFactory) - Method in class io.dropwizard.Configuration
-
Sets the health interface-specific section of the configuration file.
- setHealthResponderFactory(HealthResponderFactory) - Method in class io.dropwizard.health.DefaultHealthFactory
-
- setHealthResponseProviderFactory(HealthResponseProviderFactory) - Method in class io.dropwizard.health.DefaultHealthFactory
-
- setHealthy(boolean) - Method in class io.dropwizard.health.HealthStateView
-
- setHost(String) - Method in class io.dropwizard.client.proxy.ProxyConfiguration
-
- setHost(String) - Method in class io.dropwizard.logging.SyslogAppenderFactory
-
- setHost(String) - Method in class io.dropwizard.logging.TcpSocketAppenderFactory
-
- setHost(String) - Method in class io.dropwizard.logging.UdpSocketAppenderFactory
-
- setHost(String) - Method in class io.dropwizard.metrics.graphite.GraphiteReporterFactory
-
- setHostname(String) - Method in class io.dropwizard.client.proxy.AuthConfiguration
-
- setHttpCompliance(HttpCompliance) - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- setId(long) - Method in class com.example.helloworld.core.Person
-
- setIdleThreadTimeout(Duration) - Method in class io.dropwizard.server.AbstractServerFactory
-
- setIdleTimeout(Duration) - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- setIgnoreExceptionOnPreLoad(boolean) - Method in class io.dropwizard.db.DataSourceFactory
-
- setImmediateFlush(boolean) - Method in class io.dropwizard.logging.FileAppenderFactory
-
- setImmediateFlush(boolean) - Method in class io.dropwizard.logging.TcpSocketAppenderFactory
-
- setIncludeCallerData(boolean) - Method in class io.dropwizard.logging.AbstractAppenderFactory
-
- setIncludedMethods(Set<String>) - Method in class io.dropwizard.jetty.GzipHandlerFactory
-
- setIncludedPaths(Set<String>) - Method in class io.dropwizard.jetty.GzipHandlerFactory
-
- setIncludes(EnumSet<AccessAttribute>) - Method in class io.dropwizard.logging.json.AccessJsonLayoutBaseFactory
-
- setIncludes(EnumSet<EventAttribute>) - Method in class io.dropwizard.logging.json.EventJsonLayoutBaseFactory
-
- setIncludes(Set<AccessAttribute>) - Method in class io.dropwizard.logging.json.layout.AccessJsonLayout
-
- setIncludes(Set<EventAttribute>) - Method in class io.dropwizard.logging.json.layout.EventJsonLayout
-
- setIncludes(Set<String>) - Method in class io.dropwizard.metrics.BaseReporterFactory
-
- setIncludesAttributes(EnumSet<MetricAttribute>) - Method in class io.dropwizard.metrics.BaseReporterFactory
-
- setIncludesMdcKeys(Set<String>) - Method in class io.dropwizard.logging.json.EventJsonLayoutBaseFactory
-
- setIncludesMdcKeys(Set<String>) - Method in class io.dropwizard.logging.json.layout.EventJsonLayout
-
- setIncludeStackTrace(boolean) - Method in class io.dropwizard.logging.SyslogAppenderFactory
-
- setInheritChannel(boolean) - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- setInitialDelay(Duration) - Method in class io.dropwizard.health.Schedule
-
- setInitializationQuery(String) - Method in class io.dropwizard.db.DataSourceFactory
-
- setInitialOverallState(boolean) - Method in class io.dropwizard.health.DefaultHealthFactory
-
- setInitialSize(int) - Method in class io.dropwizard.db.DataSourceFactory
-
- setInitialState(boolean) - Method in class io.dropwizard.health.HealthCheckConfiguration
-
- setInitialStreamRecvWindow(int) - Method in class io.dropwizard.http2.Http2CConnectorFactory
-
- setInitialStreamRecvWindow(int) - Method in class io.dropwizard.http2.Http2ConnectorFactory
-
- setInitParameter(String, String) - Method in class io.dropwizard.jetty.setup.ServletEnvironment
-
Set an initialization parameter.
- setInputBufferSize(DataSize) - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- setJceProvider(String) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- setJceProvider(String) - Method in class io.dropwizard.logging.TlsSocketAppenderFactory
-
- setJdbcInterceptors(Optional<String>) - Method in class io.dropwizard.db.DataSourceFactory
-
- setJerseyRootPath(String) - Method in class io.dropwizard.server.AbstractServerFactory
-
- setJobTitle(String) - Method in class com.example.helloworld.core.Person
-
- setJsonProtocolVersion(String) - Method in class io.dropwizard.logging.json.layout.AccessJsonLayout
-
- setJsonProtocolVersion(String) - Method in class io.dropwizard.logging.json.layout.EventJsonLayout
-
- setKeepAlive(Duration) - Method in class io.dropwizard.client.HttpClientConfiguration
-
- setKeyManagerPassword(String) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- setKeyStorePassword(String) - Method in class io.dropwizard.client.ssl.TlsConfiguration
-
- setKeyStorePassword(String) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- setKeyStorePassword(String) - Method in class io.dropwizard.logging.TlsSocketAppenderFactory
-
- setKeyStorePath(File) - Method in class io.dropwizard.client.ssl.TlsConfiguration
-
- setKeyStorePath(String) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- setKeyStorePath(String) - Method in class io.dropwizard.logging.TlsSocketAppenderFactory
-
- setKeyStoreProvider(String) - Method in class io.dropwizard.client.ssl.TlsConfiguration
-
- setKeyStoreProvider(String) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- setKeyStoreProvider(String) - Method in class io.dropwizard.logging.TlsSocketAppenderFactory
-
- setKeyStoreType(String) - Method in class io.dropwizard.client.ssl.TlsConfiguration
-
- setKeyStoreType(String) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- setKeyStoreType(String) - Method in class io.dropwizard.logging.TlsSocketAppenderFactory
-
- setLayout(DiscoverableLayoutFactory<E>) - Method in class io.dropwizard.logging.AbstractAppenderFactory
-
- setLazyLoadingEnabled(boolean) - Method in class io.dropwizard.hibernate.HibernateBundle
-
- setLevel(String) - Method in class io.dropwizard.logging.DefaultLoggingFactory
-
- setLevel(String) - Method in class io.dropwizard.logging.LoggerConfiguration
-
- setLocale(Locale) - Method in class io.dropwizard.metrics.BaseFormattedReporterFactory
-
- setLocalIpFilter(LocalIpFilter) - Static method in class io.dropwizard.jetty.NetUtil
-
Deprecated.
- setLogAbandonedConnections(boolean) - Method in class io.dropwizard.db.DataSourceFactory
-
- setLogFormat(String) - Method in class io.dropwizard.logging.AbstractAppenderFactory
-
- setLoggerName(String) - Method in class io.dropwizard.metrics.Slf4jReporterFactory
-
- setLoggers(Map<String, JsonNode>) - Method in class io.dropwizard.logging.DefaultLoggingFactory
-
- setLoggingFactory(LoggingFactory) - Method in class io.dropwizard.Configuration
-
Sets the logging-specific section of the configuration file.
- setLogValidationErrors(boolean) - Method in class io.dropwizard.db.DataSourceFactory
-
- setMapper(ObjectMapper) - Method in class io.dropwizard.testing.common.Resource.Builder
-
- setMarkerName(String) - Method in class io.dropwizard.metrics.Slf4jReporterFactory
-
- setMaxAssociations(int) - Method in class io.dropwizard.jetty.ServerPushFilterFactory
-
- setMaxBufferPoolSize(DataSize) - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- setMaxCertPathLength(Integer) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- setMaxConcurrentStreams(int) - Method in class io.dropwizard.http2.Http2CConnectorFactory
-
- setMaxConcurrentStreams(int) - Method in class io.dropwizard.http2.Http2ConnectorFactory
-
- setMaxConnectionAge(Duration) - Method in class io.dropwizard.db.DataSourceFactory
-
- setMaxConnections(int) - Method in class io.dropwizard.client.HttpClientConfiguration
-
- setMaxConnectionsPerRoute(int) - Method in class io.dropwizard.client.HttpClientConfiguration
-
- setMaxFileSize(DataSize) - Method in class io.dropwizard.logging.FileAppenderFactory
-
- setMaxQueuedRequests(int) - Method in class io.dropwizard.server.AbstractServerFactory
-
- setMaxRequestHeaderSize(DataSize) - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- setMaxResponseHeaderSize(DataSize) - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- setMaxSize(int) - Method in class io.dropwizard.db.DataSourceFactory
-
- setMaxThreads(int) - Method in class io.dropwizard.client.JerseyClientConfiguration
-
- setMaxThreads(int) - Method in class io.dropwizard.server.AbstractServerFactory
-
- setMaxThreads(int) - Method in class io.dropwizard.setup.HealthCheckConfiguration
-
- setMaxWaitForConnection(Duration) - Method in class io.dropwizard.db.DataSourceFactory
-
- setMessageRate(Duration) - Method in class io.dropwizard.logging.AbstractAppenderFactory
-
Sets the time period required between logged messages.
- setMetricRegistry(MetricRegistry) - Method in class io.dropwizard.setup.Bootstrap
-
Sets a custom registry for the application metrics.
- setMetricRegistry(MetricRegistry) - Method in class io.dropwizard.testing.common.Resource.Builder
-
- setMetricsFactory(MetricsFactory) - Method in class io.dropwizard.Configuration
-
- setMinBufferPoolSize(DataSize) - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- setMinIdleTime(Duration) - Method in class io.dropwizard.db.DataSourceFactory
-
- setMinimumEntitySize(DataSize) - Method in class io.dropwizard.jetty.GzipHandlerFactory
-
- setMinRequestDataPerSecond(DataSize) - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- setMinResponseDataPerSecond(DataSize) - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- setMinSize(int) - Method in class io.dropwizard.db.DataSourceFactory
-
- setMinThreads(int) - Method in class io.dropwizard.client.JerseyClientConfiguration
-
- setMinThreads(int) - Method in class io.dropwizard.server.AbstractServerFactory
-
- setMinThreads(int) - Method in class io.dropwizard.setup.HealthCheckConfiguration
-
- setName(String) - Method in class io.dropwizard.health.HealthCheckConfiguration
-
- setName(String) - Method in class io.dropwizard.health.HealthStateView
-
- setNeedClientAuth(Boolean) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- setNeverBlock(boolean) - Method in class io.dropwizard.logging.AbstractAppenderFactory
-
- setNofileHardLimit(Integer) - Method in class io.dropwizard.server.AbstractServerFactory
-
- setNofileSoftLimit(Integer) - Method in class io.dropwizard.server.AbstractServerFactory
-
- setNonProxyHosts(List<String>) - Method in class io.dropwizard.client.proxy.ProxyConfiguration
-
- setNormalizeUriEnabled(boolean) - Method in class io.dropwizard.client.HttpClientConfiguration
-
Deprecated.
- setObjectMapper(ObjectMapper) - Method in class io.dropwizard.setup.Bootstrap
-
Sets the given ObjectMapper to the bootstrap.
- setOcspResponderUrl(URI) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- setOutput(ConsoleReporterFactory.ConsoleStream) - Method in class io.dropwizard.metrics.ConsoleReporterFactory
-
- setOutputBufferSize(DataSize) - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- setPassword(String) - Method in class io.dropwizard.client.proxy.AuthConfiguration
-
- setPassword(String) - Method in class io.dropwizard.db.DataSourceFactory
-
- setPassword(String) - Method in class io.dropwizard.testing.common.DAOTest.Builder
-
- setPort(Integer) - Method in class io.dropwizard.client.proxy.ProxyConfiguration
-
- setPort(int) - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- setPort(int) - Method in class io.dropwizard.logging.SyslogAppenderFactory
-
- setPort(int) - Method in class io.dropwizard.logging.TcpSocketAppenderFactory
-
- setPort(int) - Method in class io.dropwizard.logging.UdpSocketAppenderFactory
-
- setPort(int) - Method in class io.dropwizard.metrics.graphite.GraphiteReporterFactory
-
- setPrefix(String) - Method in class io.dropwizard.auth.AuthFilter.AuthFilterBuilder
-
Sets the given prefix
- setPrefix(String) - Method in class io.dropwizard.metrics.graphite.GraphiteReporterFactory
-
- setPrettyPrint(boolean) - Method in class io.dropwizard.logging.json.AbstractJsonLayoutBaseFactory
-
- setPrintStackTraceOnError(boolean) - Method in class io.dropwizard.servlets.tasks.TaskConfiguration
-
- setProperties(Map<String, String>) - Method in class io.dropwizard.db.DataSourceFactory
-
- setProperty(String, String) - Method in class io.dropwizard.testing.common.DAOTest.Builder
-
- setProtectedTargets(String...) - Method in class io.dropwizard.jetty.setup.ServletEnvironment
-
Set protected targets.
- setProtocol(String) - Method in class io.dropwizard.client.ssl.TlsConfiguration
-
- setProvider(String) - Method in class io.dropwizard.client.ssl.TlsConfiguration
-
- setProxyConfiguration(ProxyConfiguration) - Method in class io.dropwizard.client.HttpClientConfiguration
-
- setQueueSize(int) - Method in class io.dropwizard.logging.AbstractAppenderFactory
-
- setRateUnit(TimeUnit) - Method in class io.dropwizard.metrics.BaseReporterFactory
-
- setReadOnlyByDefault(Boolean) - Method in class io.dropwizard.db.DataSourceFactory
-
- setRealm(String) - Method in class io.dropwizard.auth.AuthFilter.AuthFilterBuilder
-
Sets the given realm
- setRealm(String) - Method in class io.dropwizard.client.proxy.AuthConfiguration
-
- setRefererHosts(List<String>) - Method in class io.dropwizard.jetty.ServerPushFilterFactory
-
- setRefererPorts(List<Integer>) - Method in class io.dropwizard.jetty.ServerPushFilterFactory
-
- setRegisterDefaultExceptionMappers(Boolean) - Method in class io.dropwizard.server.AbstractServerFactory
-
- setRegisterDefaultExceptionMappers(boolean) - Method in class io.dropwizard.testing.common.Resource.Builder
-
- setReloaders(Collection<SslReload>) - Method in class io.dropwizard.sslreload.SslReloadTask
-
- setRemoveAbandoned(boolean) - Method in class io.dropwizard.db.DataSourceFactory
-
- setRemoveAbandonedTimeout(Duration) - Method in class io.dropwizard.db.DataSourceFactory
-
- setReporters(List<ReporterFactory>) - Method in class io.dropwizard.metrics.MetricsFactory
-
- setReportOnStop(boolean) - Method in class io.dropwizard.metrics.MetricsFactory
-
- setRequestAttributes(Set<String>) - Method in class io.dropwizard.logging.json.AccessJsonLayoutBaseFactory
-
- setRequestAttributes(Set<String>) - Method in class io.dropwizard.logging.json.layout.AccessJsonLayout
-
- setRequestCookieCompliance(CookieCompliance) - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- setRequestHeaders(Set<String>) - Method in class io.dropwizard.logging.json.AccessJsonLayoutBaseFactory
-
- setRequestHeaders(Set<String>) - Method in class io.dropwizard.logging.json.layout.AccessJsonLayout
-
- setRequestLogFactory(RequestLogFactory<?>) - Method in class io.dropwizard.server.AbstractServerFactory
-
- setResourceBase(String) - Method in class io.dropwizard.jetty.setup.ServletEnvironment
-
Sets the base resource for this context.
- setResponseCookieCompliance(CookieCompliance) - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- setResponseHeaders(Set<String>) - Method in class io.dropwizard.logging.json.AccessJsonLayoutBaseFactory
-
- setResponseHeaders(Set<String>) - Method in class io.dropwizard.logging.json.layout.AccessJsonLayout
-
- setRetries(int) - Method in class io.dropwizard.client.HttpClientConfiguration
-
- setReuseAddress(boolean) - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- setRollbackOnReturn(boolean) - Method in class io.dropwizard.db.DataSourceFactory
-
- setRootFirst(boolean) - Method in class io.dropwizard.logging.json.layout.ExceptionFormat
-
- Sets - Class in io.dropwizard.util
-
- setSchedule(Schedule) - Method in class io.dropwizard.health.HealthCheckConfiguration
-
- setScheme(String) - Method in class io.dropwizard.client.proxy.ProxyConfiguration
-
- setSecurityEnabled(boolean) - Method in class io.dropwizard.jetty.MutableServletContextHandler
-
- setSecurityHandler(SecurityHandler) - Method in class io.dropwizard.jetty.setup.ServletEnvironment
-
Set the security handler.
- setSelectorThreads(Optional<Integer>) - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- setSendBufferSize(DataSize) - Method in class io.dropwizard.logging.TcpSocketAppenderFactory
-
- setServerFactory(ServerFactory) - Method in class io.dropwizard.Configuration
-
Sets the HTTP-specific section of the configuration file.
- setServerPush(ServerPushFilterFactory) - Method in class io.dropwizard.server.AbstractServerFactory
-
- setServletEnabled(boolean) - Method in class io.dropwizard.setup.HealthCheckConfiguration
-
- setSessionHandler(SessionHandler) - Method in class io.dropwizard.jetty.setup.ServletEnvironment
-
Set the session handler.
- setSessionsEnabled(boolean) - Method in class io.dropwizard.jetty.MutableServletContextHandler
-
- setShowSql(boolean) - Method in class io.dropwizard.testing.common.DAOTest.Builder
-
- setShutdownGracePeriod(Duration) - Method in class io.dropwizard.server.AbstractServerFactory
-
- setShutdownWaitPeriod(Duration) - Method in class io.dropwizard.health.DefaultHealthFactory
-
- setStackTracePrefix(String) - Method in class io.dropwizard.logging.SyslogAppenderFactory
-
- setStartsAsRoot(Boolean) - Method in class io.dropwizard.server.AbstractServerFactory
-
- setSuccessAttempts(int) - Method in class io.dropwizard.health.Schedule
-
- setSupportedCiphers(List<String>) - Method in class io.dropwizard.client.ssl.TlsConfiguration
-
- setSupportedCipherSuites(List<String>) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- setSupportedCipherSuites(List<String>) - Method in class io.dropwizard.logging.TlsSocketAppenderFactory
-
- setSupportedProtocols(List<String>) - Method in class io.dropwizard.client.ssl.TlsConfiguration
-
- setSupportedProtocols(List<String>) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- setSupportedProtocols(List<String>) - Method in class io.dropwizard.logging.TlsSocketAppenderFactory
-
- setSyncFlush(boolean) - Method in class io.dropwizard.jetty.GzipHandlerFactory
-
- setTarget(ConsoleAppenderFactory.ConsoleStream) - Method in class io.dropwizard.logging.ConsoleAppenderFactory
-
- setTasks(TaskConfiguration) - Method in class io.dropwizard.setup.AdminFactory
-
- setTemplate(String) - Method in class com.example.helloworld.HelloWorldConfiguration
-
- setTestContainerFactory(TestContainerFactory) - Method in class io.dropwizard.testing.common.Resource.Builder
-
- setThreshold(String) - Method in class io.dropwizard.logging.AbstractAppenderFactory
-
- setTimeout(Duration) - Method in class io.dropwizard.client.HttpClientConfiguration
-
- setTimestampFormat(String) - Method in class io.dropwizard.logging.json.AbstractJsonLayoutBaseFactory
-
- setTimeToLive(Duration) - Method in class io.dropwizard.client.HttpClientConfiguration
-
- setTimeZone(String) - Method in class io.dropwizard.logging.AbstractAppenderFactory
-
- setTimeZone(TimeZone) - Method in class io.dropwizard.logging.AbstractAppenderFactory
-
- setTimeZone(TimeZone) - Method in class io.dropwizard.metrics.ConsoleReporterFactory
-
- setTimeZone(TimeZone) - Method in class io.dropwizard.request.logging.old.LogbackClassicRequestLogFactory
-
- setTlsConfiguration(TlsConfiguration) - Method in class io.dropwizard.client.HttpClientConfiguration
-
- setTotalSizeCap(DataSize) - Method in class io.dropwizard.logging.FileAppenderFactory
-
Sets the total size threshold at which archived log files will be
removed.
- setTransport(String) - Method in class io.dropwizard.metrics.graphite.GraphiteReporterFactory
-
- setTrustSelfSignedCertificates(boolean) - Method in class io.dropwizard.client.ssl.TlsConfiguration
-
- setTrustStorePassword(String) - Method in class io.dropwizard.client.ssl.TlsConfiguration
-
- setTrustStorePassword(String) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- setTrustStorePassword(String) - Method in class io.dropwizard.logging.TlsSocketAppenderFactory
-
- setTrustStorePath(File) - Method in class io.dropwizard.client.ssl.TlsConfiguration
-
- setTrustStorePath(String) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- setTrustStorePath(String) - Method in class io.dropwizard.logging.TlsSocketAppenderFactory
-
- setTrustStoreProvider(String) - Method in class io.dropwizard.client.ssl.TlsConfiguration
-
- setTrustStoreProvider(String) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- setTrustStoreProvider(String) - Method in class io.dropwizard.logging.TlsSocketAppenderFactory
-
- setTrustStoreType(String) - Method in class io.dropwizard.client.ssl.TlsConfiguration
-
- setTrustStoreType(String) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- setTrustStoreType(String) - Method in class io.dropwizard.logging.TlsSocketAppenderFactory
-
- setType(HealthCheckType) - Method in class io.dropwizard.health.HealthCheckConfiguration
-
- setType(HealthCheckType) - Method in class io.dropwizard.health.HealthStateView
-
- setUid(Integer) - Method in class io.dropwizard.server.AbstractServerFactory
-
- setUmask(String) - Method in class io.dropwizard.server.AbstractServerFactory
-
- setUnauthorizedHandler(UnauthorizedHandler) - Method in class io.dropwizard.auth.AuthFilter.AuthFilterBuilder
-
Sets the given unauthorized handler
- setupModule(Module.SetupContext) - Method in class io.dropwizard.jackson.CaffeineModule
-
- setupModule(Module.SetupContext) - Method in class io.dropwizard.jackson.FuzzyEnumModule
-
- setupModule(Module.SetupContext) - Method in class io.dropwizard.jackson.GuavaExtrasModule
-
- setUris(Set<String>) - Method in class io.dropwizard.request.logging.filter.UriFilterFactory
-
- setUrl(String) - Method in class io.dropwizard.db.DataSourceFactory
-
- setUrl(String) - Method in class io.dropwizard.testing.common.DAOTest.Builder
-
- setUrlPattern(String) - Method in class io.dropwizard.jersey.DropwizardResourceConfig
-
- setUrlPattern(String) - Method in class io.dropwizard.jersey.setup.JerseyEnvironment
-
- setUseDateHeader(boolean) - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- setUseFairQueue(boolean) - Method in class io.dropwizard.db.DataSourceFactory
-
- setUseForwardedHeaders(boolean) - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- setUseProxyProtocol(boolean) - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- setUser(String) - Method in class io.dropwizard.db.DataSourceFactory
-
- setUser(String) - Method in class io.dropwizard.server.AbstractServerFactory
-
- setUserAgent(Optional<String>) - Method in class io.dropwizard.client.HttpClientConfiguration
-
- setUseRegexFilters(boolean) - Method in class io.dropwizard.metrics.BaseReporterFactory
-
- setUsername(String) - Method in class io.dropwizard.client.proxy.AuthConfiguration
-
- setUsername(String) - Method in class io.dropwizard.testing.common.DAOTest.Builder
-
- setUseServerHeader(boolean) - Method in class io.dropwizard.jetty.HttpConnectorFactory
-
- setUseSubstringMatching(boolean) - Method in class io.dropwizard.metrics.BaseReporterFactory
-
- setValidateAfterInactivityPeriod(Duration) - Method in class io.dropwizard.client.HttpClientConfiguration
-
- setValidateCerts(boolean) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- setValidateCerts(boolean) - Method in class io.dropwizard.logging.TlsSocketAppenderFactory
-
- setValidatePeers(boolean) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- setValidatePeers(boolean) - Method in class io.dropwizard.logging.TlsSocketAppenderFactory
-
- setValidationInterval(Duration) - Method in class io.dropwizard.db.DataSourceFactory
-
- setValidationObject(T) - Method in class io.dropwizard.validation.selfvalidating.ValidationCaller
-
- setValidationQuery(String) - Method in class io.dropwizard.db.DataSourceFactory
-
- setValidationQueryTimeout(Duration) - Method in class io.dropwizard.db.DataSourceFactory
-
- setValidator(Validator) - Method in class io.dropwizard.setup.Environment
-
Sets the application's Validator .
- setValidator(Validator) - Method in class io.dropwizard.testing.common.Resource.Builder
-
- setValidatorClassName(Optional<String>) - Method in class io.dropwizard.db.DataSourceFactory
-
- setValidatorFactory(ConstraintValidatorFactory) - Method in class io.dropwizard.jersey.validation.MutableValidatorFactory
-
- setValidatorFactory(ValidatorFactory) - Method in class io.dropwizard.setup.Bootstrap
-
- setVerifyHostname(boolean) - Method in class io.dropwizard.client.ssl.TlsConfiguration
-
- setViewRendererConfiguration(Map<String, Map<String, String>>) - Method in class com.example.helloworld.HelloWorldConfiguration
-
- setViolationOccurred(boolean) - Method in class io.dropwizard.validation.selfvalidating.ViolationCollector
-
Manually sets if a violation occurred.
- setWantClientAuth(Boolean) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
-
- setWorkQueueSize(int) - Method in class io.dropwizard.client.JerseyClientConfiguration
-
- setWorkQueueSize(int) - Method in class io.dropwizard.setup.HealthCheckConfiguration
-
- setYearBorn(int) - Method in class com.example.helloworld.core.Person
-
- showAdminSecret(User) - Method in class com.example.helloworld.resources.ProtectedClassResource
-
- showAdminSecret(User) - Method in class com.example.helloworld.resources.ProtectedResource
-
- showBasicUserSecret(SecurityContext) - Method in class com.example.helloworld.resources.ProtectedClassResource
-
- showSecret(User) - Method in class com.example.helloworld.resources.ProtectedClassResource
-
- showSecret(User) - Method in class com.example.helloworld.resources.ProtectedResource
-
- shutdown() - Method in class io.dropwizard.util.DirectExecutorService
-
- ShutdownNotifier - Interface in io.dropwizard.health
-
- shutdownNow() - Method in class io.dropwizard.util.DirectExecutorService
-
- shutdownTime(Duration) - Method in class io.dropwizard.lifecycle.setup.ExecutorServiceBuilder
-
- shutdownTime(Duration) - Method in class io.dropwizard.lifecycle.setup.ScheduledExecutorServiceBuilder
-
- SimpleServerFactory - Class in io.dropwizard.server
-
A single-connector implementation of ServerFactory , suitable for PaaS deployments
(e.g., Heroku) where applications are limited to a single, runtime-defined port.
- SimpleServerFactory() - Constructor for class io.dropwizard.server.SimpleServerFactory
-
- size() - Method in class io.dropwizard.auth.CachingAuthenticator
-
Returns the number of cached principals.
- size() - Method in class io.dropwizard.auth.CachingAuthorizer
-
Returns the number of principals for which there are cached
role associations.
- Size - Class in io.dropwizard.util
-
- SizeParam - Class in io.dropwizard.jersey.params
-
- SizeParam(String) - Constructor for class io.dropwizard.jersey.params.SizeParam
-
Deprecated.
- SizeParam(String, String) - Constructor for class io.dropwizard.jersey.params.SizeParam
-
Deprecated.
- SizeRange - Annotation Type in io.dropwizard.validation
-
- SizeRange.List - Annotation Type in io.dropwizard.validation
-
Deprecated.
Defines several @SizeRange annotations on the same element.
- SizeUnit - Enum in io.dropwizard.util
-
- Slf4jReporterFactory - Class in io.dropwizard.metrics
-
- Slf4jReporterFactory() - Constructor for class io.dropwizard.metrics.Slf4jReporterFactory
-
- SlowRequestFilter - Class in io.dropwizard.servlets
-
A servlet filter which logs the methods and URIs of requests which take longer than a given
duration of time to complete.
- SlowRequestFilter() - Constructor for class io.dropwizard.servlets.SlowRequestFilter
-
Creates a filter which logs requests which take longer than 1 second.
- SlowRequestFilter(Duration) - Constructor for class io.dropwizard.servlets.SlowRequestFilter
-
Creates a filter which logs requests which take longer than the given duration.
- socketFactory() - Method in class io.dropwizard.logging.TcpSocketAppenderFactory
-
- socketFactory() - Method in class io.dropwizard.logging.TlsSocketAppenderFactory
-
- socketOutputStream() - Method in class io.dropwizard.logging.socket.DropwizardSocketAppender
-
- SpecificBinder(Object, Class<?>) - Constructor for class io.dropwizard.jersey.DropwizardResourceConfig.SpecificBinder
-
- SslReload - Class in io.dropwizard.jetty
-
Provides the ability to modify an existing SSL factory with new configuration options.
- SslReload(SslContextFactory, Consumer<SslContextFactory>) - Constructor for class io.dropwizard.jetty.SslReload
-
- SslReloadBundle - Class in io.dropwizard.sslreload
-
Bundle that gathers all the ssl connectors and registers an admin task that will
refresh ssl configuration on request
- SslReloadBundle() - Constructor for class io.dropwizard.sslreload.SslReloadBundle
-
- SslReloadTask - Class in io.dropwizard.sslreload
-
A task that will refresh all ssl factories with up to date certificate information
- SslReloadTask() - Constructor for class io.dropwizard.sslreload.SslReloadTask
-
- start() - Method in class io.dropwizard.db.ManagedPooledDataSource
-
- start() - Method in class io.dropwizard.hibernate.SessionFactoryManager
-
- start() - Method in interface io.dropwizard.lifecycle.Managed
-
Starts the object.
- start() - Method in class io.dropwizard.logging.json.layout.EventJsonLayout
-
- start() - Method in class io.dropwizard.logging.socket.DropwizardSocketAppender
-
- start() - Method in class io.dropwizard.logging.socket.DropwizardUdpSocketAppender
-
- start() - Method in class io.dropwizard.metrics.ScheduledReporterManager
-
Begins reporting metrics using the configured ScheduledReporter .
- start() - Method in class io.dropwizard.request.logging.layout.SafeRequestParameterConverter
-
- StateChangedCallback - Interface in io.dropwizard.health
-
- stats() - Method in class io.dropwizard.auth.CachingAuthenticator
-
Returns a set of statistics about the cache contents and usage.
- stats() - Method in class io.dropwizard.auth.CachingAuthorizer
-
Returns a set of statistics about the cache contents and usage.
- stop() - Method in class io.dropwizard.db.ManagedPooledDataSource
-
- stop() - Method in class io.dropwizard.hibernate.SessionFactoryManager
-
- stop() - Method in class io.dropwizard.lifecycle.AutoCloseableManager
-
- stop() - Method in class io.dropwizard.lifecycle.ExecutorServiceManager
-
Stops the object.
- stop() - Method in interface io.dropwizard.lifecycle.Managed
-
Stops the object.
- stop() - Method in class io.dropwizard.logging.DefaultLoggingFactory
-
- stop() - Method in class io.dropwizard.logging.ExternalLoggingFactory
-
- stop() - Method in class io.dropwizard.logging.json.layout.EventJsonLayout
-
- stop() - Method in interface io.dropwizard.logging.LoggingFactory
-
Should flush all log messages but not disable logging
- stop() - Method in class io.dropwizard.metrics.ScheduledReporterManager
-
Stops the configured ScheduledReporter from reporting metrics.
- Strings - Class in io.dropwizard.util
-
Deprecated.
- substitute(TextStringBuilder, int, int) - Method in class io.dropwizard.configuration.EnvironmentVariableSubstitutor
-
- SubstitutingSourceProvider - Class in io.dropwizard.configuration
-
A delegating ConfigurationSourceProvider which replaces variables in the underlying configuration
source according to the rules of a custom StringSubstitutor .
- SubstitutingSourceProvider(ConfigurationSourceProvider, StringSubstitutor) - Constructor for class io.dropwizard.configuration.SubstitutingSourceProvider
-
Create a new instance.
- SyslogAppenderFactory - Class in io.dropwizard.logging
-
An AppenderFactory implementation which provides an appender that sends events to a
syslog server.
- SyslogAppenderFactory() - Constructor for class io.dropwizard.logging.SyslogAppenderFactory
-
- SyslogAppenderFactory.Facility - Enum in io.dropwizard.logging
-
T
- target(String) - Method in class io.dropwizard.testing.common.Resource
-
Creates a web target to be sent to the resource under testing.
- target(String) - Method in class io.dropwizard.testing.junit.ResourceTestRule
-
Deprecated.
Creates a web target to be sent to the resource under testing.
- target(String) - Method in class io.dropwizard.testing.junit5.ResourceExtension
-
Creates a web target to be sent to the resource under testing.
- Task - Class in io.dropwizard.servlets.tasks
-
An arbitrary administrative task which can be performed via the admin interface.
- Task(String) - Constructor for class io.dropwizard.servlets.tasks.Task
-
Create a new task with the given name.
- Task(String, String) - Constructor for class io.dropwizard.servlets.tasks.Task
-
Create a new task with the given name and response content type
- TaskConfiguration - Class in io.dropwizard.servlets.tasks
-
A factory for configuring the tasks sub-system for the environment.
- TaskConfiguration() - Constructor for class io.dropwizard.servlets.tasks.TaskConfiguration
-
- TaskServlet - Class in io.dropwizard.servlets.tasks
-
A servlet which provides access to administrative Task s.
- TaskServlet(MetricRegistry) - Constructor for class io.dropwizard.servlets.tasks.TaskServlet
-
Creates a new TaskServlet.
- TaskServlet(MetricRegistry, TaskConfiguration) - Constructor for class io.dropwizard.servlets.tasks.TaskServlet
-
Creates a new TaskServlet.
- TCP_BACKLOG_SETTING_LOCATION - Static variable in class io.dropwizard.jetty.NetUtil
-
Deprecated.
- tcpCheck(String, int) - Method in class io.dropwizard.health.check.tcp.TcpHealthCheck
-
Performs a health check via TCP against an external dependency.
- TcpHealthCheck - Class in io.dropwizard.health.check.tcp
-
- TcpHealthCheck(String, int) - Constructor for class io.dropwizard.health.check.tcp.TcpHealthCheck
-
- TcpHealthCheck(String, int, Duration) - Constructor for class io.dropwizard.health.check.tcp.TcpHealthCheck
-
- TcpSocketAppenderFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware> - Class in io.dropwizard.logging
-
An AppenderFactory implementation which provides an appender that writes events to a TCP socket.
- TcpSocketAppenderFactory() - Constructor for class io.dropwizard.logging.TcpSocketAppenderFactory
-
- tebibytes(long) - Static method in class io.dropwizard.util.DataSize
-
- Template - Class in com.example.helloworld.core
-
- Template(String, String) - Constructor for class com.example.helloworld.core.Template
-
- TEMPLATE_ERROR_MSG - Static variable in class io.dropwizard.views.ViewRenderExceptionMapper
-
The generic HTML error page template.
- TemplateHealthCheck - Class in com.example.helloworld.health
-
- TemplateHealthCheck(Template) - Constructor for class com.example.helloworld.health.TemplateHealthCheck
-
- terabytes(long) - Static method in class io.dropwizard.util.DataSize
-
- terabytes(long) - Static method in class io.dropwizard.util.Size
-
Deprecated.
- threadFactory(ThreadFactory) - Method in class io.dropwizard.lifecycle.setup.ExecutorServiceBuilder
-
- threadFactory(ThreadFactory) - Method in class io.dropwizard.lifecycle.setup.ScheduledExecutorServiceBuilder
-
- ThreadNameFilter - Class in io.dropwizard.servlets
-
A servlet filter which adds the request method and URI to the thread name processing the request
for the duration of the request.
- ThreadNameFilter() - Constructor for class io.dropwizard.servlets.ThreadNameFilter
-
- threads(int) - Method in class io.dropwizard.lifecycle.setup.ScheduledExecutorServiceBuilder
-
- threshold - Variable in class io.dropwizard.logging.AbstractAppenderFactory
-
- ThresholdLevelFilterFactory - Class in io.dropwizard.logging.filter
-
Factory that creates a Filter of type ILoggingEvent
- ThresholdLevelFilterFactory() - Constructor for class io.dropwizard.logging.filter.ThresholdLevelFilterFactory
-
- throwableProxyToString(IThrowableProxy) - Method in class io.dropwizard.logging.PrefixedRootCauseFirstThrowableProxyConverter
-
- throwableProxyToString(IThrowableProxy) - Method in class io.dropwizard.logging.PrefixedThrowableProxyConverter
-
- Throwables - Class in io.dropwizard.util
-
- TimeBoundHealthCheck - Class in io.dropwizard.db
-
- TimeBoundHealthCheck(ExecutorService, Duration) - Constructor for class io.dropwizard.db.TimeBoundHealthCheck
-
- TimestampFormatter - Class in io.dropwizard.logging.json.layout
-
A faster timestamp formatter than the default one in Logback.
- TimestampFormatter(String, ZoneId) - Constructor for class io.dropwizard.logging.json.layout.TimestampFormatter
-
- timeZone - Variable in class io.dropwizard.logging.AbstractAppenderFactory
-
- TlsConfiguration - Class in io.dropwizard.client.ssl
-
- TlsConfiguration() - Constructor for class io.dropwizard.client.ssl.TlsConfiguration
-
- TlsSocketAppenderFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware> - Class in io.dropwizard.logging
-
An AppenderFactory implementation which provides an appender that writes events to a TCP socket
secured by the TLS/SSL protocol on the presentation layer.
- TlsSocketAppenderFactory() - Constructor for class io.dropwizard.logging.TlsSocketAppenderFactory
-
- toByteArray(InputStream) - Static method in class io.dropwizard.util.ByteStreams
-
- toByteArray(URL) - Static method in class io.dropwizard.util.Resources
-
Deprecated.
- toBytes() - Method in class io.dropwizard.util.DataSize
-
- toBytes(long) - Method in enum io.dropwizard.util.DataSizeUnit
-
Converts the given number of the current units into bytes.
- toBytes() - Method in class io.dropwizard.util.Size
-
Deprecated.
- toBytes(long) - Method in enum io.dropwizard.util.SizeUnit
-
Deprecated.
Converts the given number of the current units into bytes.
- toDataSize() - Method in class io.dropwizard.util.Size
-
Deprecated.
- toDataSizeUnit() - Method in enum io.dropwizard.util.SizeUnit
-
Deprecated.
Convert this size unit into a data size unit with correct SI and IEC prefix.
- toDays() - Method in class io.dropwizard.util.Duration
-
- toGibibytes() - Method in class io.dropwizard.util.DataSize
-
- toGibibytes(long) - Method in enum io.dropwizard.util.DataSizeUnit
-
Converts the given number of the current units into gibibytes.
- toGigabytes() - Method in class io.dropwizard.util.DataSize
-
- toGigabytes(long) - Method in enum io.dropwizard.util.DataSizeUnit
-
Converts the given number of the current units into gigabytes.
- toGigabytes() - Method in class io.dropwizard.util.Size
-
Deprecated.
- toGigabytes(long) - Method in enum io.dropwizard.util.SizeUnit
-
Deprecated.
Converts the given number of the current units into gigabytes.
- toGuavaOptional(Optional<T>) - Static method in class io.dropwizard.util.Optionals
-
Deprecated.
Convert an Optional to a Guava Optional .
- toHours() - Method in class io.dropwizard.util.Duration
-
- toJavaDuration() - Method in class io.dropwizard.util.Duration
-
- toJson(Map<String, Object>) - Method in class io.dropwizard.logging.json.layout.JsonFormatter
-
Converts the provided map as a JSON object according to the configured JSON mapper.
- toJsonMap(E) - Method in class io.dropwizard.logging.json.layout.AbstractJsonLayout
-
Converts the provided logging event to a generic Map
- toJsonMap(IAccessEvent) - Method in class io.dropwizard.logging.json.layout.AccessJsonLayout
-
- toJsonMap(ILoggingEvent) - Method in class io.dropwizard.logging.json.layout.EventJsonLayout
-
- toKibibytes() - Method in class io.dropwizard.util.DataSize
-
- toKibibytes(long) - Method in enum io.dropwizard.util.DataSizeUnit
-
Converts the given number of the current units into kibibytes.
- toKilobytes() - Method in class io.dropwizard.util.DataSize
-
- toKilobytes(long) - Method in enum io.dropwizard.util.DataSizeUnit
-
Converts the given number of the current units into kilobytes.
- toKilobytes() - Method in class io.dropwizard.util.Size
-
Deprecated.
- toKilobytes(long) - Method in enum io.dropwizard.util.SizeUnit
-
Deprecated.
Converts the given number of the current units into kilobytes.
- toMebibytes() - Method in class io.dropwizard.util.DataSize
-
- toMebibytes(long) - Method in enum io.dropwizard.util.DataSizeUnit
-
Converts the given number of the current units into mebibytes.
- toMegabytes() - Method in class io.dropwizard.util.DataSize
-
- toMegabytes(long) - Method in enum io.dropwizard.util.DataSizeUnit
-
Converts the given number of the current units into megabytes.
- toMegabytes() - Method in class io.dropwizard.util.Size
-
Deprecated.
- toMegabytes(long) - Method in enum io.dropwizard.util.SizeUnit
-
Deprecated.
Converts the given number of the current units into megabytes.
- toMicroseconds() - Method in class io.dropwizard.util.Duration
-
- toMilliseconds() - Method in class io.dropwizard.util.Duration
-
- toMinutes() - Method in class io.dropwizard.util.Duration
-
- toNanoseconds() - Method in class io.dropwizard.util.Duration
-
- toPebibytes() - Method in class io.dropwizard.util.DataSize
-
- toPebibytes(long) - Method in enum io.dropwizard.util.DataSizeUnit
-
Converts the given number of the current units into pebibytes.
- toPetabytes() - Method in class io.dropwizard.util.DataSize
-
- toPetabytes(long) - Method in enum io.dropwizard.util.DataSizeUnit
-
Converts the given number of the current units into petabytes.
- toResponse(EofException) - Method in class io.dropwizard.jersey.errors.EarlyEofExceptionMapper
-
- toResponse(IllegalStateException) - Method in class io.dropwizard.jersey.errors.IllegalStateExceptionMapper
-
- toResponse(E) - Method in class io.dropwizard.jersey.errors.LoggingExceptionMapper
-
- toResponse(JsonProcessingException) - Method in class io.dropwizard.jersey.jackson.JsonProcessingExceptionMapper
-
- toResponse(EmptyOptionalException) - Method in class io.dropwizard.jersey.optional.EmptyOptionalExceptionMapper
-
- toResponse(EmptyOptionalException) - Method in class io.dropwizard.jersey.optional.EmptyOptionalNoContentExceptionMapper
-
- toResponse(JerseyViolationException) - Method in class io.dropwizard.jersey.validation.JerseyViolationExceptionMapper
-
- toResponse(WebApplicationException) - Method in class io.dropwizard.views.ViewRenderExceptionMapper
-
- toSeconds() - Method in class io.dropwizard.util.Duration
-
- toSize() - Method in class io.dropwizard.util.DataSize
-
- toString() - Method in class com.example.helloworld.api.Saying
-
- toString() - Method in class io.dropwizard.auth.basic.BasicCredentials
-
- toString() - Method in class io.dropwizard.auth.PrincipalImpl
-
- toString() - Method in class io.dropwizard.Configuration
-
- toString() - Method in class io.dropwizard.health.check.http.HttpHealthResponse
-
- toString() - Method in class io.dropwizard.health.HealthStateView
-
- toString() - Method in class io.dropwizard.health.response.HealthResponse
-
- toString() - Method in class io.dropwizard.jersey.errors.ErrorMessage
-
- toString() - Method in class io.dropwizard.jersey.params.AbstractParam
-
- toString(T) - Method in class io.dropwizard.jersey.params.AbstractParamConverter
- toString(T) - Method in class io.dropwizard.jersey.validation.FuzzyEnumParamConverter
-
- toString() - Method in class io.dropwizard.lifecycle.ExecutorServiceManager
-
- toString() - Method in class io.dropwizard.lifecycle.JettyManaged
-
- toString() - Method in class io.dropwizard.lifecycle.PortDescriptor
-
- toString() - Method in class io.dropwizard.logging.DefaultLoggingFactory
-
- toString() - Method in class io.dropwizard.metrics.MetricsFactory
-
- toString() - Method in class io.dropwizard.server.DefaultServerFactory
-
- toString() - Method in class io.dropwizard.servlets.assets.ByteRange
-
- toString() - Method in class io.dropwizard.servlets.tasks.TaskConfiguration
-
- toString() - Method in class io.dropwizard.setup.AdminFactory
-
- toString() - Method in class io.dropwizard.setup.HealthCheckConfiguration
-
- toString(Reader) - Static method in class io.dropwizard.util.CharStreams
-
Deprecated.
- toString() - Method in class io.dropwizard.util.DataSize
-
- toString() - Method in class io.dropwizard.util.Duration
-
- toString() - Method in class io.dropwizard.util.JarLocation
-
- toString(URL, Charset) - Static method in class io.dropwizard.util.Resources
-
Deprecated.
- toString() - Method in class io.dropwizard.util.Size
-
Deprecated.
- toTebibytes() - Method in class io.dropwizard.util.DataSize
-
- toTebibytes(long) - Method in enum io.dropwizard.util.DataSizeUnit
-
Converts the given number of the current units into tebibytes.
- toTerabytes() - Method in class io.dropwizard.util.DataSize
-
- toTerabytes(long) - Method in enum io.dropwizard.util.DataSizeUnit
-
Converts the given number of the current units into terabytes.
- toTerabytes() - Method in class io.dropwizard.util.Size
-
Deprecated.
- toTerabytes(long) - Method in enum io.dropwizard.util.SizeUnit
-
Deprecated.
Converts the given number of the current units into terabytes.
U
- UdpSocketAppenderFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware> - Class in io.dropwizard.logging
-
An AppenderFactory implementation which provides an appender that writes events to an UDP socket.
- UdpSocketAppenderFactory() - Constructor for class io.dropwizard.logging.UdpSocketAppenderFactory
-
- unauthorizedHandler - Variable in class io.dropwizard.auth.AuthFilter
-
- UnauthorizedHandler - Interface in io.dropwizard.auth
-
- UndefinedEnvironmentVariableException - Exception in io.dropwizard.configuration
-
- UndefinedEnvironmentVariableException(String) - Constructor for exception io.dropwizard.configuration.UndefinedEnvironmentVariableException
-
- uniqueResult(CriteriaQuery<E>) - Method in class io.dropwizard.hibernate.AbstractDAO
-
Convenience method to return a single instance that matches the criteria query,
or null if the criteria returns no results.
- uniqueResult(Criteria) - Method in class io.dropwizard.hibernate.AbstractDAO
-
Convenience method to return a single instance that matches the criteria, or null if the
criteria returns no results.
- uniqueResult(Query<E>) - Method in class io.dropwizard.hibernate.AbstractDAO
-
Convenience method to return a single instance that matches the query, or null if the query
returns no results.
- UnitOfWork - Annotation Type in io.dropwizard.hibernate
-
When annotating a Jersey resource method, wraps the method in a Hibernate session.
- UnitOfWorkApplicationListener - Class in io.dropwizard.hibernate
-
An application event listener that listens for Jersey application initialization to
be finished, then creates a map of resource method that have metrics annotations.
- UnitOfWorkApplicationListener() - Constructor for class io.dropwizard.hibernate.UnitOfWorkApplicationListener
-
- UnitOfWorkApplicationListener(String, SessionFactory) - Constructor for class io.dropwizard.hibernate.UnitOfWorkApplicationListener
-
Construct an application event listener using the given name and session factory.
- UnitOfWorkAspect - Class in io.dropwizard.hibernate
-
An aspect providing operations around a method with the UnitOfWork annotation.
- UnitOfWorkAspect(Map<String, SessionFactory>) - Constructor for class io.dropwizard.hibernate.UnitOfWorkAspect
-
- UnitOfWorkAwareProxyFactory - Class in io.dropwizard.hibernate
-
A factory for creating proxies for components that use Hibernate data access objects
outside Jersey resources.
- UnitOfWorkAwareProxyFactory(String, SessionFactory) - Constructor for class io.dropwizard.hibernate.UnitOfWorkAwareProxyFactory
-
- UnitOfWorkAwareProxyFactory(HibernateBundle<?>...) - Constructor for class io.dropwizard.hibernate.UnitOfWorkAwareProxyFactory
-
- UnitsOfWork - Annotation Type in io.dropwizard.hibernate
-
Container annotation for repeated UnitOfWork annotations.
- unwrap(Class<T>) - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-
- unwrap(Class<T>) - Method in class io.dropwizard.jersey.validation.DropwizardConfiguredValidator
-
- UriFilterFactory - Class in io.dropwizard.request.logging.filter
-
- UriFilterFactory() - Constructor for class io.dropwizard.request.logging.filter.UriFilterFactory
-
- UrlConfigurationSourceProvider - Class in io.dropwizard.configuration
-
- UrlConfigurationSourceProvider() - Constructor for class io.dropwizard.configuration.UrlConfigurationSourceProvider
-
- use(NetworkInterface, InetAddress) - Method in interface io.dropwizard.jetty.LocalIpFilter
-
Deprecated.
- User - Class in com.example.helloworld.core
-
- User(String) - Constructor for class com.example.helloworld.core.User
-
- User(String, Set<String>) - Constructor for class com.example.helloworld.core.User
-
- USERNAME_PASSWORD_CREDS - Static variable in class io.dropwizard.client.proxy.AuthConfiguration
-
- useSqlComments(boolean) - Method in class io.dropwizard.testing.common.DAOTest.Builder
-
- using(HttpClientConfiguration) - Method in class io.dropwizard.client.HttpClientBuilder
-
- using(DnsResolver) - Method in class io.dropwizard.client.HttpClientBuilder
-
Use the given DnsResolver instance.
- using(HostnameVerifier) - Method in class io.dropwizard.client.HttpClientBuilder
-
- using(HttpRequestRetryHandler) - Method in class io.dropwizard.client.HttpClientBuilder
-
Uses the HttpRequestRetryHandler for handling request retries.
- using(Registry<ConnectionSocketFactory>) - Method in class io.dropwizard.client.HttpClientBuilder
-
Use the given Registry instance.
- using(HttpRoutePlanner) - Method in class io.dropwizard.client.HttpClientBuilder
-
Use the given HttpRoutePlanner instance.
- using(CredentialsProvider) - Method in class io.dropwizard.client.HttpClientBuilder
-
Use the given CredentialsProvider instance.
- using(HttpClientMetricNameStrategy) - Method in class io.dropwizard.client.HttpClientBuilder
-
Use the given HttpClientMetricNameStrategy instance.
- using(RedirectStrategy) - Method in class io.dropwizard.client.HttpClientBuilder
-
Use the given RedirectStrategy instance.
- using(List<? extends Header>) - Method in class io.dropwizard.client.HttpClientBuilder
-
Use the given default headers for each HTTP request
- using(HttpProcessor) - Method in class io.dropwizard.client.HttpClientBuilder
-
Use the given HttpProcessor instance
- using(ServiceUnavailableRetryStrategy) - Method in class io.dropwizard.client.HttpClientBuilder
-
- using(JerseyClientConfiguration) - Method in class io.dropwizard.client.JerseyClientBuilder
-
- using(Environment) - Method in class io.dropwizard.client.JerseyClientBuilder
-
- using(Validator) - Method in class io.dropwizard.client.JerseyClientBuilder
-
Use the given Validator instance.
- using(ExecutorService, ObjectMapper) - Method in class io.dropwizard.client.JerseyClientBuilder
-
- using(ExecutorService) - Method in class io.dropwizard.client.JerseyClientBuilder
-
- using(ObjectMapper) - Method in class io.dropwizard.client.JerseyClientBuilder
-
Uses the given ObjectMapper .
- using(ConnectorProvider) - Method in class io.dropwizard.client.JerseyClientBuilder
-
Use the given ConnectorProvider instance.
- using(HttpRequestRetryHandler) - Method in class io.dropwizard.client.JerseyClientBuilder
-
Uses the HttpRequestRetryHandler for handling request retries.
- using(DnsResolver) - Method in class io.dropwizard.client.JerseyClientBuilder
-
Use the given DnsResolver instance.
- using(HostnameVerifier) - Method in class io.dropwizard.client.JerseyClientBuilder
-
- using(Registry<ConnectionSocketFactory>) - Method in class io.dropwizard.client.JerseyClientBuilder
-
Use the given Registry instance of connection socket factories.
- using(HttpClientMetricNameStrategy) - Method in class io.dropwizard.client.JerseyClientBuilder
-
Use the given HttpClientMetricNameStrategy instance.
- using(HttpRoutePlanner) - Method in class io.dropwizard.client.JerseyClientBuilder
-
Use the given HttpRoutePlanner instance.
- using(CredentialsProvider) - Method in class io.dropwizard.client.JerseyClientBuilder
-
Use the given CredentialsProvider instance.
- using(ServiceUnavailableRetryStrategy) - Method in class io.dropwizard.client.JerseyClientBuilder
-
- UUIDParam - Class in io.dropwizard.jersey.params
-
- UUIDParam(String) - Constructor for class io.dropwizard.jersey.params.UUIDParam
-
Deprecated.
- UUIDParam(String, String) - Constructor for class io.dropwizard.jersey.params.UUIDParam
-
Deprecated.
V
- validate(T, Class<?>...) - Method in class io.dropwizard.jersey.validation.DropwizardConfiguredValidator
-
- Validated - Annotation Type in io.dropwizard.validation
-
Due to limit of @see javax.validation.Valid Annotation for validation groups and ordered validations,
this annotation is serving supplementary purposes to validation process.
- validateProperty(T, String, Class<?>...) - Method in class io.dropwizard.jersey.validation.DropwizardConfiguredValidator
-
- validateResourceAndInputParams(Object, Invocable, Object[]) - Method in class io.dropwizard.jersey.validation.DropwizardConfiguredValidator
-
- validateResult(Object, Invocable, Object) - Method in class io.dropwizard.jersey.validation.DropwizardConfiguredValidator
-
- validateSession() - Method in class io.dropwizard.hibernate.UnitOfWorkAspect
-
- validateValue(Class<T>, String, Object, Class<?>...) - Method in class io.dropwizard.jersey.validation.DropwizardConfiguredValidator
-
- ValidationCaller<T> - Class in io.dropwizard.validation.selfvalidating
-
This class represents a wrapper for calling validation methods annotated with @SelfValidation .
- ValidationCaller() - Constructor for class io.dropwizard.validation.selfvalidating.ValidationCaller
-
- ValidationErrorMessage - Class in io.dropwizard.jersey.validation
-
- ValidationErrorMessage(List<String>) - Constructor for class io.dropwizard.jersey.validation.ValidationErrorMessage
-
- ValidationMethod - Annotation Type in io.dropwizard.validation
-
Validates a bean predicate method as returning true.
- validationObject - Variable in class io.dropwizard.validation.selfvalidating.ValidationCaller
-
- Validators - Class in io.dropwizard.jersey.validation
-
A utility class for Hibernate.
- valueOf(String) - Static method in enum com.example.helloworld.views.PersonView.Template
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.dropwizard.db.DataSourceFactory.TransactionIsolation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.dropwizard.health.HealthCheckType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.dropwizard.logging.ConsoleAppenderFactory.ConsoleStream
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.dropwizard.logging.json.AccessAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.dropwizard.logging.json.EventAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.dropwizard.logging.SyslogAppenderFactory.Facility
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.dropwizard.metrics.ConsoleReporterFactory.ConsoleStream
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.dropwizard.util.DataSizeUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.dropwizard.util.SizeUnit
-
Deprecated.
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.example.helloworld.views.PersonView.Template
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.dropwizard.db.DataSourceFactory.TransactionIsolation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.dropwizard.health.HealthCheckType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.dropwizard.logging.ConsoleAppenderFactory.ConsoleStream
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.dropwizard.logging.json.AccessAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.dropwizard.logging.json.EventAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.dropwizard.logging.SyslogAppenderFactory.Facility
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.dropwizard.metrics.ConsoleReporterFactory.ConsoleStream
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.dropwizard.util.DataSizeUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.dropwizard.util.SizeUnit
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- version() - Method in class io.dropwizard.jackson.CaffeineModule
-
- version() - Method in class io.dropwizard.jackson.FuzzyEnumModule
-
- version() - Method in class io.dropwizard.jackson.GuavaExtrasModule
-
- View - Class in io.dropwizard.views
-
A Dropwizard view class.
- View(String) - Constructor for class io.dropwizard.views.View
-
Creates a new view.
- View(String, Charset) - Constructor for class io.dropwizard.views.View
-
Creates a new view.
- ViewBundle<T> - Class in io.dropwizard.views
-
A ConfiguredBundle , which by default, enables the rendering of FreeMarker & Mustache views by your application.
- ViewBundle() - Constructor for class io.dropwizard.views.ViewBundle
-
- ViewBundle(Iterable<ViewRenderer>) - Constructor for class io.dropwizard.views.ViewBundle
-
- ViewConfigurable<T> - Interface in io.dropwizard.views
-
- ViewMessageBodyWriter - Class in io.dropwizard.views
-
- ViewMessageBodyWriter(MetricRegistry) - Constructor for class io.dropwizard.views.ViewMessageBodyWriter
-
- ViewMessageBodyWriter(MetricRegistry, Iterable<ViewRenderer>) - Constructor for class io.dropwizard.views.ViewMessageBodyWriter
-
- ViewRenderer - Interface in io.dropwizard.views
-
The rendering engine for a type of view.
- ViewRenderException - Exception in io.dropwizard.views
-
Signals that an error occurred during the rendering of a view.
- ViewRenderException(String) - Constructor for exception io.dropwizard.views.ViewRenderException
-
- ViewRenderException(String, Throwable) - Constructor for exception io.dropwizard.views.ViewRenderException
-
Constructs an ViewRenderException with the specified detail
message and cause.
- ViewRenderException(Throwable) - Constructor for exception io.dropwizard.views.ViewRenderException
-
Constructs an ViewRenderException with the specified cause and a
detail message of (cause==null ? null : cause.toString()) (which
typically contains the class and detail message of cause ).
- ViewRenderExceptionMapper - Class in io.dropwizard.views
-
An ExtendedExceptionMapper that returns a 500 error response with a generic
HTML error page when a ViewRenderException is the cause.
- ViewRenderExceptionMapper() - Constructor for class io.dropwizard.views.ViewRenderExceptionMapper
-
- ViewResource - Class in com.example.helloworld.resources
-
- ViewResource() - Constructor for class com.example.helloworld.resources.ViewResource
-
- ViolationCollector - Class in io.dropwizard.validation.selfvalidating
-
This class is a simple wrapper around the ConstraintValidatorContext of hibernate validation.
- ViolationCollector(ConstraintValidatorContext) - Constructor for class io.dropwizard.validation.selfvalidating.ViolationCollector
-
W
- withOptions() - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-
- withProperty(String, Object) - Method in class io.dropwizard.client.JerseyClientBuilder
-
Sets the state of the given Jersey property.
- withProvider(Object) - Method in class io.dropwizard.client.JerseyClientBuilder
-
Adds the given object as a Jersey provider.
- withProvider(Class<?>) - Method in class io.dropwizard.client.JerseyClientBuilder
-
Adds the given class as a Jersey provider.
- withStatelessOptions() - Method in class io.dropwizard.hibernate.dual.DualSessionFactory
-
- workQueue(BlockingQueue<Runnable>) - Method in class io.dropwizard.lifecycle.setup.ExecutorServiceBuilder
-
- wrapAsync(Appender<E>, AsyncAppenderFactory<E>) - Method in class io.dropwizard.logging.AbstractAppenderFactory
-
- wrapAsync(Appender<E>, AsyncAppenderFactory<E>, Context) - Method in class io.dropwizard.logging.AbstractAppenderFactory
-
- write(String) - Method in class io.dropwizard.request.logging.old.DropwizardSlf4jRequestLogWriter
-
- writeTo(T, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class io.dropwizard.jersey.errors.ErrorEntityWriter
-
- writeTo(Optional<?>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class io.dropwizard.jersey.guava.OptionalMessageBodyWriter
-
- writeTo(OptionalDouble, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class io.dropwizard.jersey.optional.OptionalDoubleMessageBodyWriter
-
- writeTo(OptionalInt, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class io.dropwizard.jersey.optional.OptionalIntMessageBodyWriter
-
- writeTo(OptionalLong, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class io.dropwizard.jersey.optional.OptionalLongMessageBodyWriter
-
- writeTo(Optional<?>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class io.dropwizard.jersey.optional.OptionalMessageBodyWriter
-
- writeTo(View, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class io.dropwizard.views.ViewMessageBodyWriter
-
Y
- YamlConfigurationFactory<T> - Class in io.dropwizard.configuration
-
A factory class for loading YAML configuration files, binding them to configuration objects, and
validating their constraints.
- YamlConfigurationFactory(Class<T>, Validator, ObjectMapper, String) - Constructor for class io.dropwizard.configuration.YamlConfigurationFactory
-
Creates a new configuration factory for the given class.
- YearMonthParam - Class in io.dropwizard.jersey.jsr310
-
A parameter encapsulating year and month values.
- YearMonthParam(String) - Constructor for class io.dropwizard.jersey.jsr310.YearMonthParam
-
- YearParam - Class in io.dropwizard.jersey.jsr310
-
A parameter encapsulating year values.
- YearParam(String) - Constructor for class io.dropwizard.jersey.jsr310.YearParam
-
Z
- ZonedDateTimeParam - Class in io.dropwizard.jersey.jsr310
-
A parameter encapsulating date/time values containing timezone information.
- ZonedDateTimeParam(String) - Constructor for class io.dropwizard.jersey.jsr310.ZonedDateTimeParam
-
- ZoneIdParam - Class in io.dropwizard.jersey.jsr310
-
A parameter encapsulating time-zone IDs, such as Europe/Paris.
- ZoneIdParam(String) - Constructor for class io.dropwizard.jersey.jsr310.ZoneIdParam
-
A B C D E F G H I J K L M N O P Q R S T U V W Y Z
Copyright © 2011. All rights reserved.
|