Skip navigation links
A B C D E F G H I J L M N O P R S T U V W Z 

A

ACCEPTED - Variable in class com.github.mizool.core.rest.errorhandling.HttpStatus
 
accumulator() - Method in class com.github.mizool.core.concurrent.ListenableFutureCollector
Deprecated.
 
adapt(Stream<ListenableFuture<E>>, int, ExecutorService) - Static method in class com.github.mizool.core.concurrent.BufferedStreamAdapter
adapt(Stream<CompletableFuture<E>>, int, ExecutorService) - Method in class com.github.mizool.core.concurrent.BufferedStreamAdapter.Completable
 
adapt(Stream<ListenableFuture<E>>, int, ExecutorService) - Method in class com.github.mizool.core.concurrent.BufferedStreamAdapter.Listenable
 
add(Reader) - Method in class com.github.mizool.core.configuration.RootNode
Creates a new root node that incorporates the current node's properties and the ones loaded from the given reader.
add(InputStream, Charset) - Method in class com.github.mizool.core.configuration.RootNode
Creates a new root node that incorporates the current node's properties and the ones loaded from the given input stream.
addListener(Runnable, Executor) - Method in class com.github.mizool.core.concurrent.ResultVoidingFuture
Deprecated.
 
ALGORITHM_NAME - Static variable in class com.github.mizool.core.password.Argon2Hasher
 
ALGORITHM_NAME - Static variable in class com.github.mizool.core.password.Pbkdf2WithHmacSha1Hasher
 
Argon2Hasher - Class in com.github.mizool.core.password
 
Argon2Hasher() - Constructor for class com.github.mizool.core.password.Argon2Hasher
 
ArgumentNullException - Exception in com.github.mizool.core.exception
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.
ArgumentNullException(String) - Constructor for exception com.github.mizool.core.exception.ArgumentNullException
 
AuthenticationMissingException - Exception in com.github.mizool.core.exception
 
AuthenticationMissingException() - Constructor for exception com.github.mizool.core.exception.AuthenticationMissingException
 
AuthenticationMissingException(String) - Constructor for exception com.github.mizool.core.exception.AuthenticationMissingException
 
AuthenticationMissingException(String, Throwable) - Constructor for exception com.github.mizool.core.exception.AuthenticationMissingException
 
AuthenticationMissingException(Throwable) - Constructor for exception com.github.mizool.core.exception.AuthenticationMissingException
 
AuthenticationMissingExceptionBehavior - Class in com.github.mizool.core.rest.errorhandling.behavior
 
AuthenticationMissingExceptionBehavior() - Constructor for class com.github.mizool.core.rest.errorhandling.behavior.AuthenticationMissingExceptionBehavior
 
AuthenticationRejectedException - Exception in com.github.mizool.core.exception
 
AuthenticationRejectedException() - Constructor for exception com.github.mizool.core.exception.AuthenticationRejectedException
 
AuthenticationRejectedException(String) - Constructor for exception com.github.mizool.core.exception.AuthenticationRejectedException
 
AuthenticationRejectedException(String, Throwable) - Constructor for exception com.github.mizool.core.exception.AuthenticationRejectedException
 
AuthenticationRejectedException(Throwable) - Constructor for exception com.github.mizool.core.exception.AuthenticationRejectedException
 
AuthenticationRejectedExceptionBehavior - Class in com.github.mizool.core.rest.errorhandling.behavior
 
AuthenticationRejectedExceptionBehavior() - Constructor for class com.github.mizool.core.rest.errorhandling.behavior.AuthenticationRejectedExceptionBehavior
 

B

BAD_GATEWAY - Variable in class com.github.mizool.core.rest.errorhandling.HttpStatus
 
BAD_REQUEST - Variable in class com.github.mizool.core.rest.errorhandling.HttpStatus
 
BadRequestException - Exception in com.github.mizool.core.exception
Thrown when the request is malformed on the syntax level, e.g.
BadRequestException() - Constructor for exception com.github.mizool.core.exception.BadRequestException
 
BadRequestException(String, Throwable) - Constructor for exception com.github.mizool.core.exception.BadRequestException
 
BadRequestException(String) - Constructor for exception com.github.mizool.core.exception.BadRequestException
 
BadRequestException(Throwable) - Constructor for exception com.github.mizool.core.exception.BadRequestException
 
BadRequestExceptionBehavior - Class in com.github.mizool.core.rest.errorhandling.behavior
 
BadRequestExceptionBehavior() - Constructor for class com.github.mizool.core.rest.errorhandling.behavior.BadRequestExceptionBehavior
 
bigDecimalValue() - Method in class com.github.mizool.core.configuration.PropertyNode
Parses the property value as a big decimal.
blank() - Method in class com.github.mizool.core.configuration.Config
Creates a root node without any properties.
booleanValue() - Method in class com.github.mizool.core.configuration.PropertyNode
Parses the property value as a boolean.
BufferedStreamAdapter<F,V> - Class in com.github.mizool.core.concurrent
Buffers a stream of futures and provides the results as a new stream.
BufferedStreamAdapter() - Constructor for class com.github.mizool.core.concurrent.BufferedStreamAdapter
 
BufferedStreamAdapter.Completable - Class in com.github.mizool.core.concurrent
 
BufferedStreamAdapter.Listenable - Class in com.github.mizool.core.concurrent
 

C

cancel(boolean) - Method in class com.github.mizool.core.concurrent.ResultVoidingFuture
Deprecated.
 
characteristics() - Method in class com.github.mizool.core.concurrent.ListenableFutureCollector
Deprecated.
 
CheckCountryCode - Class in com.github.mizool.core.validation
 
CheckCountryCode() - Constructor for class com.github.mizool.core.validation.CheckCountryCode
 
CheckDatabaseIdentifier - Class in com.github.mizool.core.validation
 
CheckDatabaseIdentifier() - Constructor for class com.github.mizool.core.validation.CheckDatabaseIdentifier
 
CheckEmail - Class in com.github.mizool.core.validation
 
CheckEmail() - Constructor for class com.github.mizool.core.validation.CheckEmail
 
CheckEnumValue - Class in com.github.mizool.core.validation
 
CheckEnumValue() - Constructor for class com.github.mizool.core.validation.CheckEnumValue
 
CheckIdentifierValue - Class in com.github.mizool.core.validation
 
CheckIdentifierValue() - Constructor for class com.github.mizool.core.validation.CheckIdentifierValue
 
CheckLanguageTagValue - Class in com.github.mizool.core.validation
 
CheckLanguageTagValue() - Constructor for class com.github.mizool.core.validation.CheckLanguageTagValue
 
CheckNotEmpty - Class in com.github.mizool.core.validation
 
CheckNotEmpty() - Constructor for class com.github.mizool.core.validation.CheckNotEmpty
 
CheckPast - Class in com.github.mizool.core.validation
 
CheckPast() - Constructor for class com.github.mizool.core.validation.CheckPast
 
CheckPostDto - Class in com.github.mizool.core.validation.dto
 
CheckPostDto() - Constructor for class com.github.mizool.core.validation.dto.CheckPostDto
 
CheckPutDto - Class in com.github.mizool.core.validation.dto
 
CheckPutDto() - Constructor for class com.github.mizool.core.validation.dto.CheckPutDto
 
CheckTimeZoneValue - Class in com.github.mizool.core.validation
 
CheckTimeZoneValue() - Constructor for class com.github.mizool.core.validation.CheckTimeZoneValue
 
CheckUrlValue - Class in com.github.mizool.core.validation
 
CheckUrlValue() - Constructor for class com.github.mizool.core.validation.CheckUrlValue
 
CheckUuidValue - Class in com.github.mizool.core.validation
 
CheckUuidValue() - Constructor for class com.github.mizool.core.validation.CheckUuidValue
 
child(String) - Method in interface com.github.mizool.core.configuration.HasChildren
Returns the child PropertyNode with the given name.
child(String) - Method in class com.github.mizool.core.configuration.PropertyNode
Navigates to the given child node.
child(String) - Method in class com.github.mizool.core.configuration.RootNode
 
ClientErrorMapper - Class in com.github.mizool.core.rest.errorhandling
 
ClientErrorMapper() - Constructor for class com.github.mizool.core.rest.errorhandling.ClientErrorMapper
 
CodeInconsistencyException - Exception in com.github.mizool.core.exception
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).
CodeInconsistencyException() - Constructor for exception com.github.mizool.core.exception.CodeInconsistencyException
 
CodeInconsistencyException(String) - Constructor for exception com.github.mizool.core.exception.CodeInconsistencyException
 
CodeInconsistencyException(Throwable) - Constructor for exception com.github.mizool.core.exception.CodeInconsistencyException
 
CodeInconsistencyException(String, Throwable) - Constructor for exception com.github.mizool.core.exception.CodeInconsistencyException
 
com.github.mizool.core - package com.github.mizool.core
 
com.github.mizool.core.concurrent - package com.github.mizool.core.concurrent
 
com.github.mizool.core.configuration - package com.github.mizool.core.configuration
 
com.github.mizool.core.converter - package com.github.mizool.core.converter
 
com.github.mizool.core.exception - package com.github.mizool.core.exception
 
com.github.mizool.core.function - package com.github.mizool.core.function
 
com.github.mizool.core.password - package com.github.mizool.core.password
 
com.github.mizool.core.rest.errorhandling - package com.github.mizool.core.rest.errorhandling
 
com.github.mizool.core.rest.errorhandling.behavior - package com.github.mizool.core.rest.errorhandling.behavior
 
com.github.mizool.core.rsa - package com.github.mizool.core.rsa
 
com.github.mizool.core.st4 - package com.github.mizool.core.st4
 
com.github.mizool.core.validation - package com.github.mizool.core.validation
 
com.github.mizool.core.validation.dto - package com.github.mizool.core.validation.dto
 
combiner() - Method in class com.github.mizool.core.concurrent.ListenableFutureCollector
Deprecated.
 
combineWith(ErrorMessageDto) - Method in class com.github.mizool.core.rest.errorhandling.ErrorMessageDto
 
compileTimeError(STMessage) - Method in class com.github.mizool.core.st4.ErrorListener
 
completable() - Static method in class com.github.mizool.core.concurrent.BufferedStreamAdapter
 
Completable() - Constructor for class com.github.mizool.core.concurrent.BufferedStreamAdapter.Completable
 
completable() - Method in class com.github.mizool.core.concurrent.FutureStreamJoiner
Entry point for joining completable futures.
Completable() - Constructor for class com.github.mizool.core.concurrent.FutureStreamJoiner.Completable
 
concurrent(int) - Static method in class com.github.mizool.core.concurrent.ListenableFutureCollector
Deprecated.
 
Config - Class in com.github.mizool.core.configuration
Main entry point for the configuration API.
Config() - Constructor for class com.github.mizool.core.configuration.Config
 
Configuration - Interface in com.github.mizool.core.configuration
 
ConfigurationException - Exception in com.github.mizool.core.exception
Represents problems with the system or application configuration that arise from incomplete or wrong installation.
ConfigurationException() - Constructor for exception com.github.mizool.core.exception.ConfigurationException
 
ConfigurationException(String) - Constructor for exception com.github.mizool.core.exception.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for exception com.github.mizool.core.exception.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for exception com.github.mizool.core.exception.ConfigurationException
 
CONFLICT - Variable in class com.github.mizool.core.rest.errorhandling.HttpStatus
 
ConflictingEntityException - Exception in com.github.mizool.core.exception
Thrown when the entity cannot be saved due to a conflict with the corresponding object in the database, e.g.
ConflictingEntityException() - Constructor for exception com.github.mizool.core.exception.ConflictingEntityException
 
ConflictingEntityException(String, Throwable) - Constructor for exception com.github.mizool.core.exception.ConflictingEntityException
 
ConflictingEntityException(String) - Constructor for exception com.github.mizool.core.exception.ConflictingEntityException
 
ConflictingEntityException(Throwable) - Constructor for exception com.github.mizool.core.exception.ConflictingEntityException
 
ConflictingEntityExceptionBehavior - Class in com.github.mizool.core.rest.errorhandling.behavior
 
ConflictingEntityExceptionBehavior() - Constructor for class com.github.mizool.core.rest.errorhandling.behavior.ConflictingEntityExceptionBehavior
 
ConstraintValidatorAdapter<A extends Annotation,T> - Class in com.github.mizool.core.validation
 
ConstraintValidatorAdapter() - Constructor for class com.github.mizool.core.validation.ConstraintValidatorAdapter
 
ConstraintValidators - Class in com.github.mizool.core.validation
 
ConstraintValidators() - Constructor for class com.github.mizool.core.validation.ConstraintValidators
 
ConstraintViolationExceptionMapper - Class in com.github.mizool.core.rest.errorhandling
We need this specialized ExceptionMapper for ConstraintViolation in order to prevent the jersey bean validation from using its own ValidationExceptionMapper.
ConstraintViolationExceptionMapper() - Constructor for class com.github.mizool.core.rest.errorhandling.ConstraintViolationExceptionMapper
 
ConstraintViolationMapper - Class in com.github.mizool.core.rest.errorhandling
 
ConstraintViolationMapper() - Constructor for class com.github.mizool.core.rest.errorhandling.ConstraintViolationMapper
 
convertedValue(Function<String, T>) - Method in class com.github.mizool.core.configuration.PropertyNode
Parses the property value using the given function.
Converters - Class in com.github.mizool.core.converter
 
Converters() - Constructor for class com.github.mizool.core.converter.Converters
 
CountryCode - Annotation Type in com.github.mizool.core.validation
 

D

DatabaseIdentifier - Annotation Type in com.github.mizool.core.validation
 
DataInconsistencyException - Exception in com.github.mizool.core.exception
Thrown when the persistent data is in an invalid state and cannot be processed by the application.
DataInconsistencyException() - Constructor for exception com.github.mizool.core.exception.DataInconsistencyException
 
DataInconsistencyException(String) - Constructor for exception com.github.mizool.core.exception.DataInconsistencyException
 
DataInconsistencyException(Throwable) - Constructor for exception com.github.mizool.core.exception.DataInconsistencyException
 
DataInconsistencyException(String, Throwable) - Constructor for exception com.github.mizool.core.exception.DataInconsistencyException
 
doAndWaitUntil(Runnable, BooleanSupplier, Object) - Method in class com.github.mizool.core.concurrent.Threads
 
doAndWaitUntil(Supplier<T>, BooleanSupplier, Object) - Method in class com.github.mizool.core.concurrent.Threads
 
Dto - Interface in com.github.mizool.core.validation.dto
 
DurationConverter - Class in com.github.mizool.core.converter
 
DurationConverter() - Constructor for class com.github.mizool.core.converter.DurationConverter
 

E

Email - Annotation Type in com.github.mizool.core.validation
 
EnumConverter - Class in com.github.mizool.core.converter
 
EnumConverter() - Constructor for class com.github.mizool.core.converter.EnumConverter
 
EnumValue - Annotation Type in com.github.mizool.core.validation
 
ErrorDto - Class in com.github.mizool.core.rest.errorhandling
 
ErrorDto() - Constructor for class com.github.mizool.core.rest.errorhandling.ErrorDto
 
ErrorHandlingBehavior - Interface in com.github.mizool.core.rest.errorhandling
 
ErrorListener - Class in com.github.mizool.core.st4
 
ErrorListener() - Constructor for class com.github.mizool.core.st4.ErrorListener
 
ErrorMessageDto - Class in com.github.mizool.core.rest.errorhandling
 
ErrorMessageDto() - Constructor for class com.github.mizool.core.rest.errorhandling.ErrorMessageDto
 
ErrorResponse - Class in com.github.mizool.core.rest.errorhandling
 
ErrorResponse() - Constructor for class com.github.mizool.core.rest.errorhandling.ErrorResponse
 
ErrorResponseFactory - Class in com.github.mizool.core.rest.errorhandling
 
ErrorResponseFactory() - Constructor for class com.github.mizool.core.rest.errorhandling.ErrorResponseFactory
 

F

finisher() - Method in class com.github.mizool.core.concurrent.ListenableFutureCollector
Deprecated.
 
first(Consumer<T>) - Static method in class com.github.mizool.core.function.Functions
 
FORBIDDEN - Variable in class com.github.mizool.core.rest.errorhandling.HttpStatus
 
forPojo(Class<T>) - Static method in class com.github.mizool.core.Identifier
 
from(Properties) - Method in class com.github.mizool.core.configuration.Config
Creates a root node encapsulating access to the given Properties instance.
fromInstant(Instant) - Method in class com.github.mizool.core.converter.ZonedDateTimeConverter
 
fromInstant(Instant, ZoneId) - Method in class com.github.mizool.core.converter.ZonedDateTimeConverter
 
fromLocalDate(LocalDate) - Method in class com.github.mizool.core.converter.JavaUtilDateConverter
Deprecated.
 
fromLocalDateTime(LocalDateTime) - Method in class com.github.mizool.core.converter.ZonedDateTimeConverter
 
fromLocalDateTime(LocalDateTime, ZoneId) - Method in class com.github.mizool.core.converter.ZonedDateTimeConverter
 
fromPojo(Duration) - Method in class com.github.mizool.core.converter.DurationConverter
 
fromPojo(Enum<?>) - Method in class com.github.mizool.core.converter.EnumConverter
 
fromPojo(Identifier<?>) - Method in class com.github.mizool.core.converter.IdentifierConverter
 
fromPojo(URL) - Method in class com.github.mizool.core.converter.UrlConverter
 
fromPojo(Throwable) - Method in class com.github.mizool.core.rest.errorhandling.ErrorResponseFactory
 
fromPojos(List<P>, Function<P, R>) - Method in class com.github.mizool.core.converter.Converters
Deprecated.
fromPojos(Set<P>, Function<P, R>) - Method in class com.github.mizool.core.converter.Converters
Deprecated.
fromString(String) - Method in class com.github.mizool.core.converter.ZonedDateTimeConverter
 
fromZonedDateTime(ZonedDateTime) - Method in class com.github.mizool.core.converter.JavaUtilDateConverter
Deprecated.
 
Functions - Class in com.github.mizool.core.function
 
Functions() - Constructor for class com.github.mizool.core.function.Functions
 
Futures - Class in com.github.mizool.core.concurrent
 
Futures() - Constructor for class com.github.mizool.core.concurrent.Futures
 
FutureStreamJoiner - Class in com.github.mizool.core.concurrent
Joins a stream of futures, returning a single joint future.
FutureStreamJoiner() - Constructor for class com.github.mizool.core.concurrent.FutureStreamJoiner
 
FutureStreamJoiner.Completable - Class in com.github.mizool.core.concurrent
Provides fluent syntax for joining completable futures.
FutureStreamJoiner.Listenable - Class in com.github.mizool.core.concurrent
Provides fluent syntax for joining ListenableFutures.

G

GENERIC_ERROR_ID - Static variable in class com.github.mizool.core.rest.errorhandling.ErrorDto
 
GenericErrorMapper - Class in com.github.mizool.core.rest.errorhandling
 
GenericErrorMapper() - Constructor for class com.github.mizool.core.rest.errorhandling.GenericErrorMapper
 
get(Future<V>) - Method in class com.github.mizool.core.concurrent.Futures
Waits if necessary for the computation to complete, and then retrieves its result.
get(long, TimeUnit) - Method in class com.github.mizool.core.concurrent.ResultVoidingFuture
Deprecated.
 
get() - Method in class com.github.mizool.core.concurrent.ResultVoidingFuture
Deprecated.
 
get(String) - Method in interface com.github.mizool.core.configuration.Configuration
 
get(String, String) - Method in interface com.github.mizool.core.configuration.Configuration
 
getCreationTimestamp() - Method in interface com.github.mizool.core.validation.dto.Dto
 
getDigest() - Method in class com.github.mizool.core.password.PasswordHashTool
 
getGroupTemplate(String, Class<?>) - Method in class com.github.mizool.core.st4.TemplateLoader
 
getHasher(String) - Method in class com.github.mizool.core.password.PasswordHasherRegistry
 
getId() - Method in interface com.github.mizool.core.validation.dto.Dto
 
getIdentifier() - Method in interface com.github.mizool.core.Identifiable
 
getMessageLogLevel() - Method in class com.github.mizool.core.rest.errorhandling.behavior.AuthenticationMissingExceptionBehavior
 
getMessageLogLevel() - Method in class com.github.mizool.core.rest.errorhandling.behavior.AuthenticationRejectedExceptionBehavior
 
getMessageLogLevel() - Method in class com.github.mizool.core.rest.errorhandling.behavior.BadRequestExceptionBehavior
 
getMessageLogLevel() - Method in class com.github.mizool.core.rest.errorhandling.behavior.ConflictingEntityExceptionBehavior
 
getMessageLogLevel() - Method in class com.github.mizool.core.rest.errorhandling.behavior.InvalidBackendReplyExceptionBehavior
 
getMessageLogLevel() - Method in class com.github.mizool.core.rest.errorhandling.behavior.LockedEntityExceptionBehavior
 
getMessageLogLevel() - Method in class com.github.mizool.core.rest.errorhandling.behavior.MethodNotAllowedExceptionBehavior
 
getMessageLogLevel() - Method in class com.github.mizool.core.rest.errorhandling.behavior.ObjectNotFoundExceptionBehavior
 
getMessageLogLevel() - Method in class com.github.mizool.core.rest.errorhandling.behavior.PermissionDeniedExceptionBehavior
 
getMessageLogLevel() - Method in class com.github.mizool.core.rest.errorhandling.behavior.ServiceUnavailableExceptionBehavior
 
getMessageLogLevel() - Method in class com.github.mizool.core.rest.errorhandling.behavior.UnprocessableEntityExceptionBehavior
 
getMessageLogLevel() - Method in class com.github.mizool.core.rest.errorhandling.behavior.UnsupportedHttpFeatureExceptionBehavior
 
getMessageLogLevel() - Method in interface com.github.mizool.core.rest.errorhandling.ErrorHandlingBehavior
 
getModificationTimestamp() - Method in interface com.github.mizool.core.validation.dto.Dto
 
getRuleViolations() - Method in exception com.github.mizool.core.exception.RuleViolationException
 
getStackTraceLogLevel() - Method in class com.github.mizool.core.rest.errorhandling.behavior.AuthenticationMissingExceptionBehavior
 
getStackTraceLogLevel() - Method in class com.github.mizool.core.rest.errorhandling.behavior.AuthenticationRejectedExceptionBehavior
 
getStackTraceLogLevel() - Method in class com.github.mizool.core.rest.errorhandling.behavior.BadRequestExceptionBehavior
 
getStackTraceLogLevel() - Method in class com.github.mizool.core.rest.errorhandling.behavior.ConflictingEntityExceptionBehavior
 
getStackTraceLogLevel() - Method in class com.github.mizool.core.rest.errorhandling.behavior.InvalidBackendReplyExceptionBehavior
 
getStackTraceLogLevel() - Method in class com.github.mizool.core.rest.errorhandling.behavior.LockedEntityExceptionBehavior
 
getStackTraceLogLevel() - Method in class com.github.mizool.core.rest.errorhandling.behavior.MethodNotAllowedExceptionBehavior
 
getStackTraceLogLevel() - Method in class com.github.mizool.core.rest.errorhandling.behavior.ObjectNotFoundExceptionBehavior
 
getStackTraceLogLevel() - Method in class com.github.mizool.core.rest.errorhandling.behavior.PermissionDeniedExceptionBehavior
 
getStackTraceLogLevel() - Method in class com.github.mizool.core.rest.errorhandling.behavior.ServiceUnavailableExceptionBehavior
 
getStackTraceLogLevel() - Method in class com.github.mizool.core.rest.errorhandling.behavior.UnprocessableEntityExceptionBehavior
 
getStackTraceLogLevel() - Method in class com.github.mizool.core.rest.errorhandling.behavior.UnsupportedHttpFeatureExceptionBehavior
 
getStackTraceLogLevel() - Method in interface com.github.mizool.core.rest.errorhandling.ErrorHandlingBehavior
 
getStatusCode() - Method in class com.github.mizool.core.rest.errorhandling.behavior.AuthenticationMissingExceptionBehavior
 
getStatusCode() - Method in class com.github.mizool.core.rest.errorhandling.behavior.AuthenticationRejectedExceptionBehavior
 
getStatusCode() - Method in class com.github.mizool.core.rest.errorhandling.behavior.BadRequestExceptionBehavior
 
getStatusCode() - Method in class com.github.mizool.core.rest.errorhandling.behavior.ConflictingEntityExceptionBehavior
 
getStatusCode() - Method in class com.github.mizool.core.rest.errorhandling.behavior.InvalidBackendReplyExceptionBehavior
 
getStatusCode() - Method in class com.github.mizool.core.rest.errorhandling.behavior.LockedEntityExceptionBehavior
 
getStatusCode() - Method in class com.github.mizool.core.rest.errorhandling.behavior.MethodNotAllowedExceptionBehavior
 
getStatusCode() - Method in class com.github.mizool.core.rest.errorhandling.behavior.ObjectNotFoundExceptionBehavior
 
getStatusCode() - Method in class com.github.mizool.core.rest.errorhandling.behavior.PermissionDeniedExceptionBehavior
 
getStatusCode() - Method in class com.github.mizool.core.rest.errorhandling.behavior.ServiceUnavailableExceptionBehavior
 
getStatusCode() - Method in class com.github.mizool.core.rest.errorhandling.behavior.UnprocessableEntityExceptionBehavior
 
getStatusCode() - Method in class com.github.mizool.core.rest.errorhandling.behavior.UnsupportedHttpFeatureExceptionBehavior
 
getStatusCode() - Method in interface com.github.mizool.core.rest.errorhandling.ErrorHandlingBehavior
 
getThrowableClass() - Method in class com.github.mizool.core.rest.errorhandling.behavior.AuthenticationMissingExceptionBehavior
 
getThrowableClass() - Method in class com.github.mizool.core.rest.errorhandling.behavior.AuthenticationRejectedExceptionBehavior
 
getThrowableClass() - Method in class com.github.mizool.core.rest.errorhandling.behavior.BadRequestExceptionBehavior
 
getThrowableClass() - Method in class com.github.mizool.core.rest.errorhandling.behavior.ConflictingEntityExceptionBehavior
 
getThrowableClass() - Method in class com.github.mizool.core.rest.errorhandling.behavior.InvalidBackendReplyExceptionBehavior
 
getThrowableClass() - Method in class com.github.mizool.core.rest.errorhandling.behavior.LockedEntityExceptionBehavior
 
getThrowableClass() - Method in class com.github.mizool.core.rest.errorhandling.behavior.MethodNotAllowedExceptionBehavior
 
getThrowableClass() - Method in class com.github.mizool.core.rest.errorhandling.behavior.ObjectNotFoundExceptionBehavior
 
getThrowableClass() - Method in class com.github.mizool.core.rest.errorhandling.behavior.PermissionDeniedExceptionBehavior
 
getThrowableClass() - Method in class com.github.mizool.core.rest.errorhandling.behavior.ServiceUnavailableExceptionBehavior
 
getThrowableClass() - Method in class com.github.mizool.core.rest.errorhandling.behavior.UnprocessableEntityExceptionBehavior
 
getThrowableClass() - Method in class com.github.mizool.core.rest.errorhandling.behavior.UnsupportedHttpFeatureExceptionBehavior
 
getThrowableClass() - Method in interface com.github.mizool.core.rest.errorhandling.ErrorHandlingBehavior
 
getTimestamp() - Method in interface com.github.mizool.core.validation.dto.Dto
 
GLOBAL_PROPERTY_KEY - Static variable in class com.github.mizool.core.rest.errorhandling.GenericErrorMapper
 
GuavaCollectors - Class in com.github.mizool.core
 
GuavaCollectors() - Constructor for class com.github.mizool.core.GuavaCollectors
 

H

handle(Throwable) - Method in class com.github.mizool.core.rest.errorhandling.ErrorResponseFactory
 
handleClientError(ClientErrorException) - Method in class com.github.mizool.core.rest.errorhandling.ClientErrorMapper
 
handleConstraintViolationError(ConstraintViolationException) - Method in class com.github.mizool.core.rest.errorhandling.ConstraintViolationMapper
 
handleErrorAccordingToBehavior(Throwable) - Method in class com.github.mizool.core.rest.errorhandling.GenericErrorMapper
 
handleRuleViolationError(RuleViolationException) - Method in class com.github.mizool.core.rest.errorhandling.RuleViolationMapper
 
handleUndefinedError(Throwable) - Method in class com.github.mizool.core.rest.errorhandling.GenericErrorMapper
 
HasChildren - Interface in com.github.mizool.core.configuration
An object that allows retrieving PropertyNode children.
hashPassword(char[]) - Method in class com.github.mizool.core.password.Argon2Hasher
 
hashPassword(char[]) - Method in interface com.github.mizool.core.password.PasswordHasher
 
hashPassword(char[]) - Method in class com.github.mizool.core.password.Pbkdf2WithHmacSha1Hasher
 
HttpStatus - Class in com.github.mizool.core.rest.errorhandling
 
HttpStatus() - Constructor for class com.github.mizool.core.rest.errorhandling.HttpStatus
 

I

Identifiable<T extends Identifiable> - Interface in com.github.mizool.core
 
Identifier<T> - Class in com.github.mizool.core
 
Identifier() - Constructor for class com.github.mizool.core.Identifier
 
Identifier.IdentifierBuilder<T> - Class in com.github.mizool.core
 
IdentifierBuilder() - Constructor for class com.github.mizool.core.Identifier.IdentifierBuilder
 
IdentifierConverter - Class in com.github.mizool.core.converter
 
IdentifierConverter() - Constructor for class com.github.mizool.core.converter.IdentifierConverter
 
IdentifierValue - Annotation Type in com.github.mizool.core.validation
 
includeDetails() - Method in class com.github.mizool.core.rest.errorhandling.behavior.AuthenticationMissingExceptionBehavior
 
includeDetails() - Method in class com.github.mizool.core.rest.errorhandling.behavior.AuthenticationRejectedExceptionBehavior
 
includeDetails() - Method in class com.github.mizool.core.rest.errorhandling.behavior.BadRequestExceptionBehavior
 
includeDetails() - Method in class com.github.mizool.core.rest.errorhandling.behavior.ConflictingEntityExceptionBehavior
 
includeDetails() - Method in class com.github.mizool.core.rest.errorhandling.behavior.InvalidBackendReplyExceptionBehavior
 
includeDetails() - Method in class com.github.mizool.core.rest.errorhandling.behavior.LockedEntityExceptionBehavior
 
includeDetails() - Method in class com.github.mizool.core.rest.errorhandling.behavior.MethodNotAllowedExceptionBehavior
 
includeDetails() - Method in class com.github.mizool.core.rest.errorhandling.behavior.ObjectNotFoundExceptionBehavior
 
includeDetails() - Method in class com.github.mizool.core.rest.errorhandling.behavior.PermissionDeniedExceptionBehavior
 
includeDetails() - Method in class com.github.mizool.core.rest.errorhandling.behavior.ServiceUnavailableExceptionBehavior
 
includeDetails() - Method in class com.github.mizool.core.rest.errorhandling.behavior.UnprocessableEntityExceptionBehavior
 
includeDetails() - Method in class com.github.mizool.core.rest.errorhandling.behavior.UnsupportedHttpFeatureExceptionBehavior
 
includeDetails() - Method in interface com.github.mizool.core.rest.errorhandling.ErrorHandlingBehavior
 
includeErrorId() - Method in class com.github.mizool.core.rest.errorhandling.behavior.AuthenticationMissingExceptionBehavior
 
includeErrorId() - Method in class com.github.mizool.core.rest.errorhandling.behavior.AuthenticationRejectedExceptionBehavior
 
includeErrorId() - Method in class com.github.mizool.core.rest.errorhandling.behavior.BadRequestExceptionBehavior
 
includeErrorId() - Method in class com.github.mizool.core.rest.errorhandling.behavior.ConflictingEntityExceptionBehavior
 
includeErrorId() - Method in class com.github.mizool.core.rest.errorhandling.behavior.InvalidBackendReplyExceptionBehavior
 
includeErrorId() - Method in class com.github.mizool.core.rest.errorhandling.behavior.LockedEntityExceptionBehavior
 
includeErrorId() - Method in class com.github.mizool.core.rest.errorhandling.behavior.MethodNotAllowedExceptionBehavior
 
includeErrorId() - Method in class com.github.mizool.core.rest.errorhandling.behavior.ObjectNotFoundExceptionBehavior
 
includeErrorId() - Method in class com.github.mizool.core.rest.errorhandling.behavior.PermissionDeniedExceptionBehavior
 
includeErrorId() - Method in class com.github.mizool.core.rest.errorhandling.behavior.ServiceUnavailableExceptionBehavior
 
includeErrorId() - Method in class com.github.mizool.core.rest.errorhandling.behavior.UnprocessableEntityExceptionBehavior
 
includeErrorId() - Method in class com.github.mizool.core.rest.errorhandling.behavior.UnsupportedHttpFeatureExceptionBehavior
 
includeErrorId() - Method in interface com.github.mizool.core.rest.errorhandling.ErrorHandlingBehavior
 
initialize(CountryCode) - Method in class com.github.mizool.core.validation.CheckCountryCode
 
initialize(DatabaseIdentifier) - Method in class com.github.mizool.core.validation.CheckDatabaseIdentifier
 
initialize(Email) - Method in class com.github.mizool.core.validation.CheckEmail
 
initialize(EnumValue) - Method in class com.github.mizool.core.validation.CheckEnumValue
 
initialize(IdentifierValue) - Method in class com.github.mizool.core.validation.CheckIdentifierValue
 
initialize(LanguageTagValue) - Method in class com.github.mizool.core.validation.CheckLanguageTagValue
 
initialize(NotEmpty) - Method in class com.github.mizool.core.validation.CheckNotEmpty
 
initialize(Past) - Method in class com.github.mizool.core.validation.CheckPast
 
initialize(TimeZoneValue) - Method in class com.github.mizool.core.validation.CheckTimeZoneValue
 
initialize(UrlValue) - Method in class com.github.mizool.core.validation.CheckUrlValue
 
initialize(UuidValue) - Method in class com.github.mizool.core.validation.CheckUuidValue
 
initialize(A) - Method in class com.github.mizool.core.validation.ConstraintValidatorAdapter
 
instances(Class<S>) - Static method in class com.github.mizool.core.MetaInfServices
 
INTERNAL_SERVER_ERROR - Variable in class com.github.mizool.core.rest.errorhandling.HttpStatus
 
internalError(STMessage) - Method in class com.github.mizool.core.st4.ErrorListener
 
intValue() - Method in class com.github.mizool.core.configuration.PropertyNode
Parses the property value as an integer.
InvalidBackendReplyException - Exception in com.github.mizool.core.exception
Thrown when an invalid reply was received from a backend system.
InvalidBackendReplyException() - Constructor for exception com.github.mizool.core.exception.InvalidBackendReplyException
 
InvalidBackendReplyException(String, Throwable) - Constructor for exception com.github.mizool.core.exception.InvalidBackendReplyException
 
InvalidBackendReplyException(String) - Constructor for exception com.github.mizool.core.exception.InvalidBackendReplyException
 
InvalidBackendReplyException(Throwable) - Constructor for exception com.github.mizool.core.exception.InvalidBackendReplyException
 
InvalidBackendReplyExceptionBehavior - Class in com.github.mizool.core.rest.errorhandling.behavior
 
InvalidBackendReplyExceptionBehavior() - Constructor for class com.github.mizool.core.rest.errorhandling.behavior.InvalidBackendReplyExceptionBehavior
 
IOError(STMessage) - Method in class com.github.mizool.core.st4.ErrorListener
 
isCancelled() - Method in class com.github.mizool.core.concurrent.ResultVoidingFuture
Deprecated.
 
isDone() - Method in class com.github.mizool.core.concurrent.ResultVoidingFuture
Deprecated.
 
isoDurationValue() - Method in class com.github.mizool.core.configuration.PropertyNode
Parses a string such as PT7H using Duration.parse(CharSequence).
isoPeriodValue() - Method in class com.github.mizool.core.configuration.PropertyNode
Parses a string such as P5Y12M7D using Period.parse(CharSequence).
isResponsibleFor(String) - Method in class com.github.mizool.core.password.Argon2Hasher
 
isResponsibleFor(String) - Method in interface com.github.mizool.core.password.PasswordHasher
 
isResponsibleFor(String) - Method in class com.github.mizool.core.password.Pbkdf2WithHmacSha1Hasher
 
isValid(Object, ConstraintValidatorContext) - Method in class com.github.mizool.core.validation.CheckCountryCode
 
isValid(Object, ConstraintValidatorContext) - Method in class com.github.mizool.core.validation.CheckDatabaseIdentifier
 
isValid(Object, ConstraintValidatorContext) - Method in class com.github.mizool.core.validation.CheckEmail
 
isValid(Object, ConstraintValidatorContext) - Method in class com.github.mizool.core.validation.CheckEnumValue
 
isValid(Object, ConstraintValidatorContext) - Method in class com.github.mizool.core.validation.CheckIdentifierValue
 
isValid(Object, ConstraintValidatorContext) - Method in class com.github.mizool.core.validation.CheckLanguageTagValue
 
isValid(Object, ConstraintValidatorContext) - Method in class com.github.mizool.core.validation.CheckNotEmpty
 
isValid(Object, ConstraintValidatorContext) - Method in class com.github.mizool.core.validation.CheckPast
 
isValid(Object, ConstraintValidatorContext) - Method in class com.github.mizool.core.validation.CheckTimeZoneValue
 
isValid(Object, ConstraintValidatorContext) - Method in class com.github.mizool.core.validation.CheckUrlValue
 
isValid(Object, ConstraintValidatorContext) - Method in class com.github.mizool.core.validation.CheckUuidValue
 
isValid(T, boolean, Predicate<T>) - Static method in class com.github.mizool.core.validation.ConstraintValidators
 
isValid(Dto, ConstraintValidatorContext) - Method in class com.github.mizool.core.validation.dto.CheckPostDto
 
isValid(Dto, ConstraintValidatorContext) - Method in class com.github.mizool.core.validation.dto.CheckPutDto
 

J

JavaUtilDateConverter - Class in com.github.mizool.core.converter
Deprecated.
JavaUtilDateConverter() - Constructor for class com.github.mizool.core.converter.JavaUtilDateConverter
Deprecated.
 
join(Stream<CompletableFuture<Void>>, int, ExecutorService) - Method in class com.github.mizool.core.concurrent.FutureStreamJoiner.Completable
Returns a future that will complete normally once all futures in the given stream have completed normally.
join(Stream<ListenableFuture<Void>>, int, ExecutorService) - Method in class com.github.mizool.core.concurrent.FutureStreamJoiner.Listenable
Returns a future that will complete normally once all futures in the given stream have completed normally.
JsonConverter - Class in com.github.mizool.core.converter
 
JsonConverter() - Constructor for class com.github.mizool.core.converter.JsonConverter
 

L

LanguageTagValue - Annotation Type in com.github.mizool.core.validation
 
listenable() - Static method in class com.github.mizool.core.concurrent.BufferedStreamAdapter
 
Listenable() - Constructor for class com.github.mizool.core.concurrent.BufferedStreamAdapter.Listenable
 
listenable() - Method in class com.github.mizool.core.concurrent.FutureStreamJoiner
Entry point for joining listenable futures.
Listenable() - Constructor for class com.github.mizool.core.concurrent.FutureStreamJoiner.Listenable
 
ListenableFutureCollector - Class in com.github.mizool.core.concurrent
Deprecated.
This class does not propagate exceptions consistently and will be removed. Use FutureStreamJoiner instead.
ListenableFutureCollector() - Constructor for class com.github.mizool.core.concurrent.ListenableFutureCollector
Deprecated.
 
LOCKED - Variable in class com.github.mizool.core.rest.errorhandling.HttpStatus
 
LockedEntityException - Exception in com.github.mizool.core.exception
Thrown when trying to manipulate a locked entity
LockedEntityException() - Constructor for exception com.github.mizool.core.exception.LockedEntityException
 
LockedEntityException(String, Throwable) - Constructor for exception com.github.mizool.core.exception.LockedEntityException
 
LockedEntityException(String) - Constructor for exception com.github.mizool.core.exception.LockedEntityException
 
LockedEntityException(Throwable) - Constructor for exception com.github.mizool.core.exception.LockedEntityException
 
LockedEntityExceptionBehavior - Class in com.github.mizool.core.rest.errorhandling.behavior
 
LockedEntityExceptionBehavior() - Constructor for class com.github.mizool.core.rest.errorhandling.behavior.LockedEntityExceptionBehavior
 
log(Logger, String) - Method in enum com.github.mizool.core.rest.errorhandling.LogLevel
 
log(Logger, String, Object) - Method in enum com.github.mizool.core.rest.errorhandling.LogLevel
 
log(Logger, String, Object, Object) - Method in enum com.github.mizool.core.rest.errorhandling.LogLevel
 
log(Logger, String, Object...) - Method in enum com.github.mizool.core.rest.errorhandling.LogLevel
 
log(Logger, String, Throwable) - Method in enum com.github.mizool.core.rest.errorhandling.LogLevel
 
log(Logger, Marker, String) - Method in enum com.github.mizool.core.rest.errorhandling.LogLevel
 
log(Logger, Marker, String, Object) - Method in enum com.github.mizool.core.rest.errorhandling.LogLevel
 
log(Logger, Marker, String, Object, Object) - Method in enum com.github.mizool.core.rest.errorhandling.LogLevel
 
log(Logger, Marker, String, Object...) - Method in enum com.github.mizool.core.rest.errorhandling.LogLevel
 
log(Logger, Marker, String, Throwable) - Method in enum com.github.mizool.core.rest.errorhandling.LogLevel
 
LogLevel - Enum in com.github.mizool.core.rest.errorhandling
 
longValue() - Method in class com.github.mizool.core.configuration.PropertyNode
Parses the property value as a long.

M

main(String[]) - Static method in class com.github.mizool.core.password.PasswordHashTool
 
MetaInfServices - Class in com.github.mizool.core
 
MetaInfServices() - Constructor for class com.github.mizool.core.MetaInfServices
 
METHOD_NOT_ALLOWED - Variable in class com.github.mizool.core.rest.errorhandling.HttpStatus
 
MethodNotAllowedException - Exception in com.github.mizool.core.exception
 
MethodNotAllowedException() - Constructor for exception com.github.mizool.core.exception.MethodNotAllowedException
 
MethodNotAllowedException(String, Throwable) - Constructor for exception com.github.mizool.core.exception.MethodNotAllowedException
 
MethodNotAllowedException(String) - Constructor for exception com.github.mizool.core.exception.MethodNotAllowedException
 
MethodNotAllowedException(Throwable) - Constructor for exception com.github.mizool.core.exception.MethodNotAllowedException
 
MethodNotAllowedExceptionBehavior - Class in com.github.mizool.core.rest.errorhandling.behavior
 
MethodNotAllowedExceptionBehavior() - Constructor for class com.github.mizool.core.rest.errorhandling.behavior.MethodNotAllowedExceptionBehavior
 
MizoolStringRenderer - Class in com.github.mizool.core.st4
 
MizoolStringRenderer() - Constructor for class com.github.mizool.core.st4.MizoolStringRenderer
 

N

NO_CONTENT - Variable in class com.github.mizool.core.rest.errorhandling.HttpStatus
 
NonDefault - Annotation Type in com.github.mizool.core
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.
NOT_FOUND - Variable in class com.github.mizool.core.rest.errorhandling.HttpStatus
 
NOT_IMPLEMENTED - Variable in class com.github.mizool.core.rest.errorhandling.HttpStatus
 
NotEmpty - Annotation Type in com.github.mizool.core.validation
 
NotYetImplementedException - Exception in com.github.mizool.core.exception
Thrown to indicate that a method was not yet implemented by the developer.
NotYetImplementedException() - Constructor for exception com.github.mizool.core.exception.NotYetImplementedException
Deprecated.
Deprecated to remind you to implement the corresponding code before releasing the software.
NotYetImplementedException(String) - Constructor for exception com.github.mizool.core.exception.NotYetImplementedException
Deprecated.
Deprecated to remind you to implement the corresponding code before releasing the software.
Nullable - Annotation Type in com.github.mizool.core.validation
This annotation is the opposite of javax.validation.constraints.NotNull and is intended to document that a field is optional

O

ObjectNotFoundException - Exception in com.github.mizool.core.exception
Thrown when one or more objects are not found.
ObjectNotFoundException() - Constructor for exception com.github.mizool.core.exception.ObjectNotFoundException
 
ObjectNotFoundException(String, Throwable) - Constructor for exception com.github.mizool.core.exception.ObjectNotFoundException
 
ObjectNotFoundException(String) - Constructor for exception com.github.mizool.core.exception.ObjectNotFoundException
 
ObjectNotFoundException(Throwable) - Constructor for exception com.github.mizool.core.exception.ObjectNotFoundException
 
ObjectNotFoundExceptionBehavior - Class in com.github.mizool.core.rest.errorhandling.behavior
 
ObjectNotFoundExceptionBehavior() - Constructor for class com.github.mizool.core.rest.errorhandling.behavior.ObjectNotFoundExceptionBehavior
 
obtain() - Method in class com.github.mizool.core.configuration.Value
 
of(String) - Method in class com.github.mizool.core.Identifier.IdentifierBuilder
 
OK - Variable in class com.github.mizool.core.rest.errorhandling.HttpStatus
 
Optionals - Class in com.github.mizool.core
 
Optionals() - Constructor for class com.github.mizool.core.Optionals
 

P

parallel(Iterable<T>) - Method in class com.github.mizool.core.Streams
 
PasswordHasher - Interface in com.github.mizool.core.password
 
PasswordHasherRegistry - Class in com.github.mizool.core.password
 
PasswordHasherRegistry() - Constructor for class com.github.mizool.core.password.PasswordHasherRegistry
 
PasswordHashTool - Class in com.github.mizool.core.password
 
PasswordHashTool() - Constructor for class com.github.mizool.core.password.PasswordHashTool
 
passwordsMatch(char[], String) - Method in class com.github.mizool.core.password.Argon2Hasher
 
passwordsMatch(char[], String) - Method in interface com.github.mizool.core.password.PasswordHasher
 
passwordsMatch(char[], String) - Method in class com.github.mizool.core.password.Pbkdf2WithHmacSha1Hasher
 
Past - Annotation Type in com.github.mizool.core.validation
 
pathValue() - Method in class com.github.mizool.core.configuration.PropertyNode
Interprets the property value as an absolute path.
pathValue(Path) - Method in class com.github.mizool.core.configuration.PropertyNode
Interprets the property value as a relative path for the given base path.
Pbkdf2WithHmacSha1Hasher - Class in com.github.mizool.core.password
 
Pbkdf2WithHmacSha1Hasher() - Constructor for class com.github.mizool.core.password.Pbkdf2WithHmacSha1Hasher
 
PermissionDeniedException - Exception in com.github.mizool.core.exception
 
PermissionDeniedException() - Constructor for exception com.github.mizool.core.exception.PermissionDeniedException
 
PermissionDeniedException(String) - Constructor for exception com.github.mizool.core.exception.PermissionDeniedException
 
PermissionDeniedException(String, Throwable) - Constructor for exception com.github.mizool.core.exception.PermissionDeniedException
 
PermissionDeniedException(Throwable) - Constructor for exception com.github.mizool.core.exception.PermissionDeniedException
 
PermissionDeniedExceptionBehavior - Class in com.github.mizool.core.rest.errorhandling.behavior
 
PermissionDeniedExceptionBehavior() - Constructor for class com.github.mizool.core.rest.errorhandling.behavior.PermissionDeniedExceptionBehavior
 
PostDto - Annotation Type in com.github.mizool.core.validation.dto
 
privateKeyFromPkcs8(String) - Method in class com.github.mizool.core.rsa.RsaKeys
 
PropertyNode - Class in com.github.mizool.core.configuration
An object that allows type-safe retrieval of property values and navigation to child properties.
PropertyNode() - Constructor for class com.github.mizool.core.configuration.PropertyNode
 
publicKeyFromPrivateKey(RSAPrivateKey) - Method in class com.github.mizool.core.rsa.RsaKeys
 
publicKeyFromX509(String) - Method in class com.github.mizool.core.rsa.RsaKeys
 
PutDto - Annotation Type in com.github.mizool.core.validation.dto
 

R

random() - Method in class com.github.mizool.core.Identifier.IdentifierBuilder
 
read() - Method in class com.github.mizool.core.configuration.Value
 
readableDuration() - Method in class com.github.mizool.core.configuration.PropertyNode
Parses a string such as 30 seconds.
recordRuleViolation(RuleViolation, SetMultimap<String, ErrorDto>) - Method in class com.github.mizool.core.rest.errorhandling.RuleViolationMapper
 
referencedNodes() - Method in class com.github.mizool.core.configuration.PropertyNode
Parses a comma-separated list of references and returns the respective property nodes.

Absolute and relative references
To increase readability of properties files, users can reference child nodes with a shortened syntax: if a reference starts with a '.', it is resolved starting with the current node (relative reference).
RestExceptionMapper - Class in com.github.mizool.core.rest.errorhandling
 
RestExceptionMapper() - Constructor for class com.github.mizool.core.rest.errorhandling.RestExceptionMapper
 
ResultVoidingFuture - Class in com.github.mizool.core.concurrent
Deprecated.
Use the factory method Futures.toVoidResult(ListenableFuture) instead. This class will cease to be public at some point.
ResultVoidingFuture(ListenableFuture<T>) - Constructor for class com.github.mizool.core.concurrent.ResultVoidingFuture
Deprecated.
Use the factory method Futures.toVoidResult(ListenableFuture) instead. This class will cease to be public at some point.
rethrowInterrupt(InterruptedException) - Method in class com.github.mizool.core.concurrent.Threads
Wraps the given InterruptedException in an UncheckedInterruptedException and re-interrupts the thread.
RootNode - Class in com.github.mizool.core.configuration
The root node of a set of properties.
RootNode() - Constructor for class com.github.mizool.core.configuration.RootNode
 
RsaKeys - Class in com.github.mizool.core.rsa
 
RsaKeys() - Constructor for class com.github.mizool.core.rsa.RsaKeys
 
RuleViolation - Class in com.github.mizool.core.exception
 
RuleViolation() - Constructor for class com.github.mizool.core.exception.RuleViolation
 
RuleViolationException - Exception in com.github.mizool.core.exception
 
RuleViolationException(String, Set<RuleViolation>) - Constructor for exception com.github.mizool.core.exception.RuleViolationException
 
RuleViolationException(Set<RuleViolation>) - Constructor for exception com.github.mizool.core.exception.RuleViolationException
 
RuleViolationMapper - Class in com.github.mizool.core.rest.errorhandling
 
RuleViolationMapper() - Constructor for class com.github.mizool.core.rest.errorhandling.RuleViolationMapper
 
runTimeError(STMessage) - Method in class com.github.mizool.core.st4.ErrorListener
 

S

sequential(Iterable<T>) - Method in class com.github.mizool.core.Streams
 
SERVICE_UNAVAILABLE - Variable in class com.github.mizool.core.rest.errorhandling.HttpStatus
 
ServiceUnavailableException - Exception in com.github.mizool.core.exception
 
ServiceUnavailableException() - Constructor for exception com.github.mizool.core.exception.ServiceUnavailableException
 
ServiceUnavailableException(String) - Constructor for exception com.github.mizool.core.exception.ServiceUnavailableException
 
ServiceUnavailableException(String, Throwable) - Constructor for exception com.github.mizool.core.exception.ServiceUnavailableException
 
ServiceUnavailableException(Throwable) - Constructor for exception com.github.mizool.core.exception.ServiceUnavailableException
 
ServiceUnavailableExceptionBehavior - Class in com.github.mizool.core.rest.errorhandling.behavior
 
ServiceUnavailableExceptionBehavior() - Constructor for class com.github.mizool.core.rest.errorhandling.behavior.ServiceUnavailableExceptionBehavior
 
sleep(long) - Method in class com.github.mizool.core.concurrent.Threads
 
StoreLayerException - Exception in com.github.mizool.core.exception
 
StoreLayerException() - Constructor for exception com.github.mizool.core.exception.StoreLayerException
 
StoreLayerException(String) - Constructor for exception com.github.mizool.core.exception.StoreLayerException
 
StoreLayerException(Throwable) - Constructor for exception com.github.mizool.core.exception.StoreLayerException
 
StoreLayerException(String, Throwable) - Constructor for exception com.github.mizool.core.exception.StoreLayerException
 
streamPresentValue(Optional<T>) - Method in class com.github.mizool.core.Optionals
Used in streams to flat-map each Optional to its value if present.

This method is intended to be used as follows:
Streams - Class in com.github.mizool.core
 
Streams() - Constructor for class com.github.mizool.core.Streams
 
stringsValue() - Method in class com.github.mizool.core.configuration.PropertyNode
Parses a comma-separated list of values.
stringValue() - Method in class com.github.mizool.core.configuration.PropertyNode
Gets the property value as a string.
supplier() - Method in class com.github.mizool.core.concurrent.ListenableFutureCollector
Deprecated.
 
systemProperties() - Method in class com.github.mizool.core.configuration.Config
Creates a root node encapsulating access to the current system properties.

T

TemplateLoader - Class in com.github.mizool.core.st4
 
TemplateLoader() - Constructor for class com.github.mizool.core.st4.TemplateLoader
 
Threads - Class in com.github.mizool.core.concurrent
 
Threads() - Constructor for class com.github.mizool.core.concurrent.Threads
 
TimeZoneValue - Annotation Type in com.github.mizool.core.validation
 
toDtos(List<P>, Function<P, D>) - Method in class com.github.mizool.core.converter.Converters
 
toDtos(Set<P>, Function<P, D>) - Method in class com.github.mizool.core.converter.Converters
 
toImmutableList() - Static method in class com.github.mizool.core.GuavaCollectors
Deprecated.
Use ImmutableList.toImmutableList() instead.
toImmutableListMultimap(Function<? super T, ? extends K>, Function<? super T, ? extends List<U>>) - Static method in class com.github.mizool.core.GuavaCollectors
Deprecated.
Use ImmutableListMultimap.toImmutableListMultimap(Function, Function) instead. This will require some refactoring as it expects the value mapper to map one value instead of a list.
toImmutableMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - Static method in class com.github.mizool.core.GuavaCollectors
Deprecated.
Use ImmutableMap.toImmutableMap(Function, Function) instead.
toImmutableSet() - Static method in class com.github.mizool.core.GuavaCollectors
Deprecated.
Use ImmutableSet.toImmutableSet() instead.
toImmutableSetMultimap(Function<? super T, ? extends K>, Function<? super T, ? extends Set<U>>) - Static method in class com.github.mizool.core.GuavaCollectors
Deprecated.
Use ImmutableSetMultimap.toImmutableSetMultimap(Function, Function) instead. This will require some refactoring as it expects the value mapper to map one value instead of a list.
toInstant(ZonedDateTime) - Method in class com.github.mizool.core.converter.ZonedDateTimeConverter
 
toLocalDate(Date) - Method in class com.github.mizool.core.converter.JavaUtilDateConverter
Deprecated.
 
toLocalDateTime(ZonedDateTime) - Method in class com.github.mizool.core.converter.ZonedDateTimeConverter
 
toPojo(String) - Method in class com.github.mizool.core.converter.DurationConverter
 
toPojo(Class<T>, String) - Method in class com.github.mizool.core.converter.EnumConverter
 
toPojo(String, Class<T>) - Method in class com.github.mizool.core.converter.IdentifierConverter
 
toPojo(String, TypeReference<P>) - Method in class com.github.mizool.core.converter.JsonConverter
 
toPojo(String) - Method in class com.github.mizool.core.converter.UrlConverter
 
toPojos(List<D>, Function<D, P>) - Method in class com.github.mizool.core.converter.Converters
 
toPojos(Set<D>, Function<D, P>) - Method in class com.github.mizool.core.converter.Converters
 
toRecord(P) - Method in class com.github.mizool.core.converter.JsonConverter
 
toRecords(List<P>, Function<P, R>) - Method in class com.github.mizool.core.converter.Converters
 
toRecords(Set<P>, Function<P, R>) - Method in class com.github.mizool.core.converter.Converters
 
toResponse(ConstraintViolationException) - Method in class com.github.mizool.core.rest.errorhandling.ConstraintViolationExceptionMapper
 
toResponse(Exception) - Method in class com.github.mizool.core.rest.errorhandling.RestExceptionMapper
 
toString() - Method in class com.github.mizool.core.configuration.PropertyNode
 
toString() - Method in class com.github.mizool.core.configuration.RootNode
 
toString(ZonedDateTime) - Method in class com.github.mizool.core.converter.ZonedDateTimeConverter
 
toString() - Method in class com.github.mizool.core.Identifier
 
toString(Object, String, Locale) - Method in class com.github.mizool.core.st4.MizoolStringRenderer
 
toVoidResult(ListenableFuture<?>) - Method in class com.github.mizool.core.concurrent.Futures
Transforms any ListenableFuture into a ListenableFuture without result.
toVoidResult(CompletableFuture<?>) - Method in class com.github.mizool.core.concurrent.Futures
Transforms any CompletableFuture into a CompletableFuture without result.
toZonedDateTime(Date) - Method in class com.github.mizool.core.converter.JavaUtilDateConverter
Deprecated.
 

U

UNAUTHORIZED - Variable in class com.github.mizool.core.rest.errorhandling.HttpStatus
 
UncheckedInterruptedException - Exception in com.github.mizool.core.exception
Wraps an InterruptedException.

Remember to call Thread.currentThread().interrupt(); before throwing this exception.
See this article for details.
UncheckedInterruptedException(String, InterruptedException) - Constructor for exception com.github.mizool.core.exception.UncheckedInterruptedException
 
UncheckedInterruptedException(InterruptedException) - Constructor for exception com.github.mizool.core.exception.UncheckedInterruptedException
 
unixTimestampValue() - Method in class com.github.mizool.core.configuration.PropertyNode
Parses a string containing the number of seconds from the epoch of 1970-01-01T00:00:00Z.
UNPROCESSABLE_ENTITY - Variable in class com.github.mizool.core.rest.errorhandling.HttpStatus
 
UnprocessableEntityException - Exception in com.github.mizool.core.exception
Thrown when the entity is syntactically correct (e.g.
UnprocessableEntityException() - Constructor for exception com.github.mizool.core.exception.UnprocessableEntityException
 
UnprocessableEntityException(String, Throwable) - Constructor for exception com.github.mizool.core.exception.UnprocessableEntityException
 
UnprocessableEntityException(String) - Constructor for exception com.github.mizool.core.exception.UnprocessableEntityException
 
UnprocessableEntityException(Throwable) - Constructor for exception com.github.mizool.core.exception.UnprocessableEntityException
 
UnprocessableEntityExceptionBehavior - Class in com.github.mizool.core.rest.errorhandling.behavior
 
UnprocessableEntityExceptionBehavior() - Constructor for class com.github.mizool.core.rest.errorhandling.behavior.UnprocessableEntityExceptionBehavior
 
UnsupportedHttpFeatureException - Exception in com.github.mizool.core.exception
 
UnsupportedHttpFeatureException() - Constructor for exception com.github.mizool.core.exception.UnsupportedHttpFeatureException
 
UnsupportedHttpFeatureException(String, Throwable) - Constructor for exception com.github.mizool.core.exception.UnsupportedHttpFeatureException
 
UnsupportedHttpFeatureException(String) - Constructor for exception com.github.mizool.core.exception.UnsupportedHttpFeatureException
 
UnsupportedHttpFeatureException(Throwable) - Constructor for exception com.github.mizool.core.exception.UnsupportedHttpFeatureException
 
UnsupportedHttpFeatureExceptionBehavior - Class in com.github.mizool.core.rest.errorhandling.behavior
 
UnsupportedHttpFeatureExceptionBehavior() - Constructor for class com.github.mizool.core.rest.errorhandling.behavior.UnsupportedHttpFeatureExceptionBehavior
 
unwrapRequiredObject(Optional<T>, Class<T>) - Method in class com.github.mizool.core.Optionals
Used when an object can be reasonably expected to exist, resulting in a DataInconsistencyException if it does not exist.
unwrapRequiredObject(Class<T>) - Method in class com.github.mizool.core.Optionals
Used when an object can be reasonably expected to exist, resulting in a DataInconsistencyException if it does not exist.
unwrapRequiredObject(Optional<T>, Class<T>) - Method in class com.github.mizool.core.Optionals
unwrapUserMentionedObject(Optional<T>, Class<T>) - Method in class com.github.mizool.core.Optionals
Used when a user-submitted entity refers to another object, resulting in a UnprocessableEntityException if that object does not exist.
unwrapUserMentionedObject(Class<T>) - Method in class com.github.mizool.core.Optionals
Used when a user-submitted entity refers to another object, resulting in a UnprocessableEntityException if that object does not exist.
unwrapUserMentionedObject(Optional<T>, Class<T>) - Method in class com.github.mizool.core.Optionals
unwrapUserRequestedObject(Optional<T>, Class<T>) - Method in class com.github.mizool.core.Optionals
Used when a user directly requests an object, resulting in an ObjectNotFoundException if it does not exist.
unwrapUserRequestedObject(Class<T>) - Method in class com.github.mizool.core.Optionals
Used when a user directly requests an object, resulting in an ObjectNotFoundException if it does not exist.
unwrapUserRequestedObject(Optional<T>, Class<T>) - Method in class com.github.mizool.core.Optionals
UrlConverter - Class in com.github.mizool.core.converter
 
UrlConverter() - Constructor for class com.github.mizool.core.converter.UrlConverter
 
urlValue() - Method in class com.github.mizool.core.configuration.PropertyNode
Parses the property value as an absolute URL.
urlValue(URL) - Method in class com.github.mizool.core.configuration.PropertyNode
Interprets the property value as a relative URL for the given context.
UrlValue - Annotation Type in com.github.mizool.core.validation
 
utcInstantValue() - Method in class com.github.mizool.core.configuration.PropertyNode
Parses a string such as 2020-08-14T12:04:22.00Z using DateTimeFormatter.ISO_INSTANT.
UuidValue - Annotation Type in com.github.mizool.core.validation
 

V

Value<T> - Class in com.github.mizool.core.configuration
An object that allows type-safe access to the value of a PropertyNode.
valueOf(String) - Static method in enum com.github.mizool.core.rest.errorhandling.LogLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.mizool.core.rest.errorhandling.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitUntilAndDo(BooleanSupplier, Runnable, Object) - Method in class com.github.mizool.core.concurrent.Threads
 
waitUntilAndDo(BooleanSupplier, Supplier<T>, Object) - Method in class com.github.mizool.core.concurrent.Threads
 

Z

ZonedDateTimeConverter - Class in com.github.mizool.core.converter
 
ZonedDateTimeConverter() - Constructor for class com.github.mizool.core.converter.ZonedDateTimeConverter
 
zoneIdValue() - Method in class com.github.mizool.core.configuration.PropertyNode
Parses a string such as Europe/Berlin using ZoneId.of(String).
A B C D E F G H I J L M N O P R S T U V W Z 
Skip navigation links

Copyright © 2020. All rights reserved.