Serialized Form
-
Package io.dropwizard.auth
-
Class io.dropwizard.auth.AuthenticationException extends Exception implements Serializable
- serialVersionUID:
- -5053567474138953905L
-
-
Package io.dropwizard.configuration
-
Class io.dropwizard.configuration.ConfigurationException extends Exception implements Serializable
- serialVersionUID:
- 7596147083618606385L
-
Serialized Fields
-
errors
Collection<String> errors
The configuration related errors.
-
-
Class io.dropwizard.configuration.ConfigurationParsingException extends ConfigurationException implements Serializable
- serialVersionUID:
- 1L
-
Class io.dropwizard.configuration.ConfigurationParsingException.Builder.LevenshteinComparator extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
Deserializes this comparator from a givenObjectInputStream
.- Throws:
IOException
- if I/O errors occur while reading from the streamClassNotFoundException
- if the class of a serialized object could not be found
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
Serializes this comparator to the givenObjectOutputStream
.- Throws:
IOException
- if I/O errors occur while writing to the stream
-
-
Serialized Fields
-
base
String base
The base string for the levenshtein comparator.
-
-
Class io.dropwizard.configuration.ConfigurationValidationException extends ConfigurationException implements Serializable
- serialVersionUID:
- 5325162099634227047L
-
Serialized Fields
-
constraintViolations
Set<jakarta.validation.ConstraintViolation<?>> constraintViolations
The constraint violation occurred during configuration validation.
-
-
Class io.dropwizard.configuration.UndefinedEnvironmentVariableException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package io.dropwizard.health.response
-
Class io.dropwizard.health.response.ServletHealthResponder extends jakarta.servlet.http.HttpServlet implements Serializable
-
Serialized Fields
-
cacheControlEnabled
boolean cacheControlEnabled
-
cacheControlValue
String cacheControlValue
-
healthResponseProvider
HealthResponseProvider healthResponseProvider
-
-
-
-
Package io.dropwizard.hibernate.dual
-
Class io.dropwizard.hibernate.dual.DualSessionFactory extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
current
ThreadLocal<org.hibernate.SessionFactory> current
-
primary
org.hibernate.SessionFactory primary
-
reader
org.hibernate.SessionFactory reader
-
-
-
Package io.dropwizard.jackson
-
Class io.dropwizard.jackson.AnnotationSensitivePropertyNamingStrategy extends com.fasterxml.jackson.databind.PropertyNamingStrategy implements Serializable
- serialVersionUID:
- -1372862028366311230L
-
Serialized Fields
-
snakeCase
com.fasterxml.jackson.databind.PropertyNamingStrategy snakeCase
The snake case naming strategy to use, if a class is annotated withJsonSnakeCase
.
-
-
Class io.dropwizard.jackson.DiscoverableSubtypeResolver extends com.fasterxml.jackson.databind.jsontype.impl.StdSubtypeResolver implements Serializable
- serialVersionUID:
- 1L
-
-
Package io.dropwizard.jersey.optional
-
Class io.dropwizard.jersey.optional.EmptyOptionalException extends RuntimeException implements Serializable
- serialVersionUID:
- -3398853218754085781L
-
-
Package io.dropwizard.jersey.setup
-
Class io.dropwizard.jersey.setup.JerseyServletContainer extends org.glassfish.jersey.servlet.ServletContainer implements Serializable
- serialVersionUID:
- -3747494819983708680L
-
-
Package io.dropwizard.jersey.validation
-
Class io.dropwizard.jersey.validation.JerseyViolationException extends jakarta.validation.ConstraintViolationException implements Serializable
- serialVersionUID:
- -2084629736062306666L
-
Serialized Fields
-
invocable
org.glassfish.jersey.server.model.Invocable invocable
-
-
-
Package io.dropwizard.servlets.assets
-
Class io.dropwizard.servlets.assets.AssetServlet extends jakarta.servlet.http.HttpServlet implements Serializable
- serialVersionUID:
- 6393345594784987908L
-
Class io.dropwizard.servlets.assets.ResourceNotFoundException extends RuntimeException implements Serializable
- serialVersionUID:
- 7084957514695533766L
-
-
Package io.dropwizard.servlets.tasks
-
Class io.dropwizard.servlets.tasks.TaskServlet extends jakarta.servlet.http.HttpServlet implements Serializable
- serialVersionUID:
- 7404713218661358124L
-
Serialized Fields
-
metricRegistry
com.codahale.metrics.MetricRegistry metricRegistry
-
taskConfiguration
TaskConfiguration taskConfiguration
-
taskExecutors
ConcurrentMap<Task,io.dropwizard.servlets.tasks.TaskServlet.TaskExecutor> taskExecutors
-
tasks
ConcurrentMap<String,Task> tasks
-
-
-
Package io.dropwizard.util
-
Class io.dropwizard.util.DataSize extends Object implements Serializable
- serialVersionUID:
- 8517642678733072800L
-
Serialized Fields
-
count
long count
The quantity of the current data size -
unit
DataSizeUnit unit
The unit of the current data size
-
-
Class io.dropwizard.util.Duration extends Object implements Serializable
- serialVersionUID:
- 1445611723318059801L
-
Serialized Fields
-
count
long count
The quantity of the current duration -
unit
TimeUnit unit
The time unit of the current duration
-
-
-
Package io.dropwizard.views.common
-
Class io.dropwizard.views.common.ViewRenderException extends IOException implements Serializable
- serialVersionUID:
- -2972444466317717696L
-