All Classes and Interfaces
Class
Description
Deserializes arrays.
Parses an object out of a byte[].
Deserializes booleans.
Deserializes booleans, not allowing nulls.
Bind a cookie to a method parameter.
Deserializes dates.
Parses an object out of a string.
Creates deserializers from Strings to a given type.
Deserializes doubles.
Deserializes doubles, not allowing nulls.
Deserializes enums.
Handles exceptions and writes errors to the response and the log.
Deserializes integers.
Deserializes integers, not allowing null.
Represents an incoming request.
Handles incoming requests.
Represents a JaxRs resource.
Interface that allows for customized JaxRsResource call handling.
The information available to the interceptors.
Composition of all registered JaxRsResourceInterceptor instances.
Provides JaxRs resources to the JaxRsRequestHandler.
Represents a result of a call to a JaxRs resource.
Deserializes lists of objects.
Deserializes dates as LocalDate.
Deserializes times as LocalTime.
Deserializes longs.
Deserializes longs, not allowing null.
Kept only to avoid breaking changes.
Generic number deserializer.
Generic number deserializer, not allowing null.
Interface for resolving custom parameter types from an incoming request.
Creates param resolvers which can resolve method parameters from an incoming request.
A factory that can create a param resolver for a given parameter.
Finds a ParamResolverFactory for a given type.
Logs incoming requests to a Logger.
Allows you to return response headers together with your result.
Adds headers returned from a resource.
Interface for transforming a result of a JaxRs call.
Deserializes UUIDs.