All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
Class |
Description |
AbstractPbkdf2WithHmacShaHasher |
|
AbstractUnprocessableEntityException |
Thrown when the entity is syntactically correct (e.g.
|
Argon2Hasher |
|
ArgumentNullException |
Thrown when an explicit null check fails for a method argument.
Note: the exception is named "Argument..." instead of "Parameter..." for consistency with
IllegalArgumentException , which it extends.
|
AuthenticationMissingException |
|
AuthenticationMissingExceptionBehavior |
|
AuthenticationRejectedException |
|
AuthenticationRejectedExceptionBehavior |
|
BadRequestException |
Thrown when the request is malformed on the syntax level, e.g.
|
BadRequestExceptionBehavior |
|
BufferedStreamAdapter<F,V> |
Buffers a stream of futures and provides the results as a new stream.
|
BufferedStreamAdapter.Completable |
|
BufferedStreamAdapter.Listenable |
|
CheckCountryCode |
|
CheckDatabaseIdentifier |
|
CheckEmail |
|
CheckEnumValue |
|
CheckIdentifierValue |
|
CheckLanguageTagValue |
|
CheckNotEmpty |
|
CheckPast |
|
CheckPostDto |
|
CheckPutDto |
|
CheckTimeZoneValue |
|
CheckUrlValue |
|
CheckUuidValue |
|
ClientErrorMapper |
|
CodeInconsistencyException |
Represents problems that arise purely from inconsistencies in the source code, as opposed to problems that are caused
by user or environment data.
For example, this exception may be used to wrap an "impossible" UnsupportedEncodingException for the
encoding "UTF-8" (which is guaranteed to be supported by the Java specs).
|
Config |
Main entry point for the configuration API.
|
Configuration |
|
ConfigurationException |
Represents problems with the system or application configuration that arise from incomplete or wrong installation.
|
ConflictingEntityException |
Thrown when the entity cannot be saved due to a conflict with the corresponding object in the database, e.g.
|
ConflictingEntityExceptionBehavior |
|
ConstraintValidatorAdapter<A extends Annotation,T> |
|
ConstraintValidators |
|
ConstraintViolationExceptionMapper |
We need this specialized ExceptionMapper for ConstraintViolation in order to prevent the jersey bean validation
from using its own ValidationExceptionMapper.
|
ConstraintViolationMapper |
|
Converters |
|
CountryCode |
|
DatabaseIdentifier |
|
DataInconsistencyException |
Thrown when the persistent application data is in an invalid and/or inconsistent state and cannot be processed.
If the error lies within the configuration instead of the application data, use ConfigurationException
instead.
|
DefaultGlobalParametersSupplier |
|
Dto |
|
DurationConverter |
|
Email |
|
EnumConverter |
|
EnumValue |
|
ErrorDto |
|
ErrorHandlingBehavior |
|
ErrorListener |
|
ErrorMessageDto |
|
ErrorMessageDto.ErrorMessageDtoBuilder |
|
ErrorResponse |
|
ErrorResponseFactory |
|
Functions |
|
Futures |
|
FutureStreamJoiner |
Joins a stream of futures, returning a single joint future.
|
FutureStreamJoiner.Completable |
Provides fluent syntax for joining completable futures.
|
FutureStreamJoiner.Listenable |
Provides fluent syntax for joining ListenableFutures .
|
GeneratedFieldOverrideException |
Thrown when an attempt is made to set a value for a field which is automatically generated or maintained, such as the
identifier or timestamps.
|
GenericErrorMapper |
|
GlobalParametersSupplier |
|
GuavaCollectors |
|
HasChildren |
|
HttpStatus |
|
Identifiable<T extends Identifiable> |
|
Identifier<T> |
|
Identifier.IdentifierBuilder<T> |
|
IdentifierConverter |
|
IdentifierValue |
|
Interval |
Helper class to allow for something to happen at regular intervals.
|
InvalidBackendReplyException |
Thrown when an invalid reply was received from a backend system.
|
InvalidBackendReplyExceptionBehavior |
|
InvalidPrimaryKeyException |
Thrown when the primary key of the entity is invalid.
|
JavaUtilDateConverter |
Deprecated, for removal: This API element is subject to removal in a future version.
|
LanguageTagValue |
|
Lazy<T> |
A value container where the value is lazily obtained from the given Supplier on the first Lazy.get()
call.
|
ListenableFutureCollector |
Deprecated, for removal: This API element is subject to removal in a future version.
|
LockedEntityException |
Thrown when trying to manipulate a locked entity
|
LockedEntityExceptionBehavior |
|
LogLevel |
|
MetaInfServices |
|
MethodNotAllowedException |
|
MethodNotAllowedExceptionBehavior |
|
MizoolStringRenderer |
|
NonDefault |
Prevents the class from being injected at unqualified injection points.
Use this if the bean has to implement a certain interface but should not be injected at corresponding injection
points.
|
NotEmpty |
|
NotYetImplementedException |
Thrown to indicate that a method was not yet implemented by the developer.
|
Nullable |
This annotation is the opposite of NotNull and is intended to document that a field is optional
|
ObjectNotFoundException |
Thrown when one or more objects are not found.
|
ObjectNotFoundExceptionBehavior |
|
Optionals |
|
ParameterizedException |
|
PasswordHasher |
|
PasswordHasherRegistry |
|
Past |
|
Pbkdf2WithHmacSha1Hasher |
Deprecated.
|
Pbkdf2WithHmacSha512Hasher |
|
PermissionDeniedException |
|
PermissionDeniedExceptionBehavior |
|
PostDto |
|
PropertyNode |
An object that allows type-safe retrieval of property values and navigation to child properties.
|
PutDto |
|
ReadonlyFieldException |
Thrown when an attempt is made to change the value of a field that is considered read-only for the current operation.
|
ReductionException |
Thrown when there is an error during a Stream reduction operation.
|
RestDateTimeFormat |
|
RestExceptionMapper |
|
RestLocalDateFormat |
|
ResultVoidingFuture |
Deprecated.
|
RootNode |
The root node of a set of properties.
|
RsaKeys |
|
RuleViolation |
|
RuleViolation.RuleViolationBuilder |
|
RuleViolationException |
|
RuleViolationMapper |
|
ServiceUnavailableException |
|
ServiceUnavailableExceptionBehavior |
|
StoreLayerException |
|
Streams |
|
Synchronizer |
Encapsulates synchronization and wait/notify functionality.
|
SynchronizerApi |
|
SynchronizerApi.Base |
|
SynchronizerApi.Base.SleepInvoke |
|
SynchronizerApi.Base.WakeSleepInvoke |
|
SynchronizerApi.Fluent |
|
SynchronizerApi.Get |
|
SynchronizerApi.Get.Invoke<T> |
|
SynchronizerApi.Get.SleepInvoke<T> |
|
SynchronizerApi.Get.WakeSleepInvoke<T> |
|
SynchronizerApi.Run |
|
SynchronizerApi.Run.Invoke |
|
SynchronizerApi.Run.SleepInvoke |
|
SynchronizerApi.Run.WakeSleepInvoke |
|
SynchronizerApi.RunGet |
|
SynchronizerApi.RunGetInvoke |
|
SynchronizerApi.SleepRunGet |
|
TemplateLoader |
|
Threads |
|
TimeZoneValue |
|
UncheckedInterruptedException |
|
UnprocessableEntityException |
Deprecated, for removal: This API element is subject to removal in a future version.
|
UnprocessableEntityExceptionBehavior |
|
UnsupportedHttpFeatureException |
|
UnsupportedHttpFeatureExceptionBehavior |
|
UrlConverter |
|
UrlRef |
Safely stores a reference to a URL and allows conversion to URI and URL at any time.
|
UrlValue |
|
UuidValue |
|
Value<T> |
An object that allows type-safe access to the value of a PropertyNode .
|
ZonedDateTimeConverter |
|