A B C D E F G H I J L M N O P R S T U V W Z 
All Classes All Packages

A

AbstractPbkdf2WithHmacShaHasher - Class in com.github.mizool.core.password
 
AbstractPbkdf2WithHmacShaHasher() - Constructor for class com.github.mizool.core.password.AbstractPbkdf2WithHmacShaHasher
 
AbstractUnprocessableEntityException - Exception in com.github.mizool.core.exception
Thrown when the entity is syntactically correct (e.g.
AbstractUnprocessableEntityException() - Constructor for exception com.github.mizool.core.exception.AbstractUnprocessableEntityException
 
AbstractUnprocessableEntityException(String) - Constructor for exception com.github.mizool.core.exception.AbstractUnprocessableEntityException
 
AbstractUnprocessableEntityException(String, Throwable) - Constructor for exception com.github.mizool.core.exception.AbstractUnprocessableEntityException
 
AbstractUnprocessableEntityException(Throwable) - Constructor for exception com.github.mizool.core.exception.AbstractUnprocessableEntityException
 
accept(T) - Method in interface com.github.mizool.core.AutoCloseableDecorator.Closer
 
ACCEPTED - Static 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) - Method in class com.github.mizool.core.concurrent.BufferedStreamAdapter.Listenable
 
adapt(Stream<CompletableFuture<E>>, int, ExecutorService) - Method in class com.github.mizool.core.concurrent.BufferedStreamAdapter.Completable
 
adapt(Stream<ListenableFuture<E>>, int, ExecutorService) - Static method in class com.github.mizool.core.concurrent.BufferedStreamAdapter
Deprecated, for removal: This API element is subject to removal in a future version.
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.
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.
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
Deprecated.
 
ALGORITHM_NAME - Static variable in class com.github.mizool.core.password.Pbkdf2WithHmacSha512Hasher
 
andWakeOthers() - Method in interface com.github.mizool.core.concurrent.SynchronizerApi.Base.WakeSleepInvoke
Adds an action which wakes other chains.
andWakeOthers() - Method in interface com.github.mizool.core.concurrent.SynchronizerApi.Get.WakeSleepInvoke
 
andWakeOthers() - Method in interface com.github.mizool.core.concurrent.SynchronizerApi.Run.WakeSleepInvoke
 
andWakeOthersIf(Predicate<T>) - Method in interface com.github.mizool.core.concurrent.SynchronizerApi.Get.WakeSleepInvoke
Adds an action which conditionally wakes other chains.
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
 
AutoCloseableDecorator<T> - Class in com.github.mizool.core
 
AutoCloseableDecorator(T, AutoCloseableDecorator.Closer<T>) - Constructor for class com.github.mizool.core.AutoCloseableDecorator
 
AutoCloseableDecorator.Closer<T> - Interface in com.github.mizool.core
 

B

BAD_GATEWAY - Static variable in class com.github.mizool.core.rest.errorhandling.HttpStatus
 
BAD_REQUEST - Static 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) - Constructor for exception com.github.mizool.core.exception.BadRequestException
 
BadRequestException(String, Throwable) - 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() - Static 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.Completable - Class in com.github.mizool.core.concurrent
 
BufferedStreamAdapter.Listenable - Class in com.github.mizool.core.concurrent
 
build() - Method in class com.github.mizool.core.exception.RuleViolation.RuleViolationBuilder
 
build() - Method in class com.github.mizool.core.rest.errorhandling.ErrorMessageDto.ErrorMessageDtoBuilder
 
builder() - Static method in class com.github.mizool.core.exception.RuleViolation
 
builder() - Static method in class com.github.mizool.core.rest.errorhandling.ErrorMessageDto
 

C

cancel(boolean) - Method in class com.github.mizool.core.concurrent.ResultVoidingFuture
Deprecated.
 
canEqual(Object) - Method in class com.github.mizool.core.Identifier
 
canEqual(Object) - Method in class com.github.mizool.core.rest.errorhandling.ErrorDto
 
canEqual(Object) - Method in class com.github.mizool.core.rest.errorhandling.ErrorResponse
 
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
 
CheckPast(Clock) - 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(GlobalParametersSupplier) - Constructor for class com.github.mizool.core.rest.errorhandling.ClientErrorMapper
 
close() - Method in class com.github.mizool.core.AutoCloseableDecorator
 
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(String, Throwable) - Constructor for exception com.github.mizool.core.exception.CodeInconsistencyException
 
CodeInconsistencyException(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.rest.time - package com.github.mizool.core.rest.time
 
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() - Static method in class com.github.mizool.core.concurrent.FutureStreamJoiner
Entry point for joining completable futures.
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.
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(String, Throwable) - Constructor for exception com.github.mizool.core.exception.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for exception com.github.mizool.core.exception.ConfigurationException
 
CONFLICT - Static 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) - Constructor for exception com.github.mizool.core.exception.ConflictingEntityException
 
ConflictingEntityException(String, Throwable) - 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
 
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(RestExceptionMapper) - Constructor for class com.github.mizool.core.rest.errorhandling.ConstraintViolationExceptionMapper
 
ConstraintViolationMapper - Class in com.github.mizool.core.rest.errorhandling
 
ConstraintViolationMapper(GlobalParametersSupplier) - 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
 
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 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.
DataInconsistencyException() - Constructor for exception com.github.mizool.core.exception.DataInconsistencyException
 
DataInconsistencyException(String) - Constructor for exception com.github.mizool.core.exception.DataInconsistencyException
 
DataInconsistencyException(String, Throwable) - Constructor for exception com.github.mizool.core.exception.DataInconsistencyException
 
DataInconsistencyException(Throwable) - Constructor for exception com.github.mizool.core.exception.DataInconsistencyException
 
DEBUG - com.github.mizool.core.rest.errorhandling.LogLevel
 
DefaultGlobalParametersSupplier - Class in com.github.mizool.core.rest.errorhandling
Provides a noop implementation of the GlobalParametersSupplier to satisfy injection in JavaEE applications.
DefaultGlobalParametersSupplier() - Constructor for class com.github.mizool.core.rest.errorhandling.DefaultGlobalParametersSupplier
 
DESERIALIZATION - Static variable in class com.github.mizool.core.rest.time.RestDateTimeFormat
 
DESERIALIZATION - Static variable in class com.github.mizool.core.rest.time.RestLocalDateFormat
 
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
 
equals(Object) - Method in class com.github.mizool.core.exception.RuleViolation
 
equals(Object) - Method in class com.github.mizool.core.Identifier
 
equals(Object) - Method in class com.github.mizool.core.rest.errorhandling.ErrorDto
 
equals(Object) - Method in class com.github.mizool.core.rest.errorhandling.ErrorMessageDto
 
equals(Object) - Method in class com.github.mizool.core.rest.errorhandling.ErrorResponse
 
equals(Object) - Method in class com.github.mizool.core.UrlRef
 
ERROR - com.github.mizool.core.rest.errorhandling.LogLevel
 
ErrorDto - Class in com.github.mizool.core.rest.errorhandling
 
ErrorHandlingBehavior - Interface in com.github.mizool.core.rest.errorhandling
 
errorId(String) - Method in class com.github.mizool.core.exception.RuleViolation.RuleViolationBuilder
 
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.ErrorMessageDtoBuilder - Class in com.github.mizool.core.rest.errorhandling
 
ErrorResponse - Class in com.github.mizool.core.rest.errorhandling
 
ErrorResponseFactory - Class in com.github.mizool.core.rest.errorhandling
 
ErrorResponseFactory(GlobalParametersSupplier) - Constructor for class com.github.mizool.core.rest.errorhandling.ErrorResponseFactory
 
errors(Map<String, Collection<ErrorDto>>) - Method in class com.github.mizool.core.rest.errorhandling.ErrorMessageDto.ErrorMessageDtoBuilder
 
expectingEqualValues() - Static method in class com.github.mizool.core.Streams
Accumulator for Stream.reduce(BinaryOperator) that expects all values of the Stream to be equal to each other according to Objects.equals(Object, Object).

A ReductionException will be thrown during reduction if one or more of the values in the Stream are not equal according to Objects.equals(Object, Object).

F

fieldName(String) - Method in class com.github.mizool.core.exception.RuleViolation.RuleViolationBuilder
 
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 - Static variable in class com.github.mizool.core.rest.errorhandling.HttpStatus
 
forPojo(Class<T>) - Static method in class com.github.mizool.core.Identifier
 
from(Properties) - Static 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(Identifier<?>) - Method in class com.github.mizool.core.converter.IdentifierConverter
 
fromPojo(Enum<?>) - Method in class com.github.mizool.core.converter.EnumConverter
 
fromPojo(Throwable) - Method in class com.github.mizool.core.rest.errorhandling.ErrorResponseFactory
 
fromPojo(URL) - Method in class com.github.mizool.core.converter.UrlConverter
 
fromPojo(Duration) - Method in class com.github.mizool.core.converter.DurationConverter
 
fromPojos(List<P>, Function<P, R>) - Static method in class com.github.mizool.core.converter.Converters
Deprecated, for removal: This API element is subject to removal in a future version.
fromPojos(Set<P>, Function<P, R>) - Static method in class com.github.mizool.core.converter.Converters
Deprecated, for removal: This API element is subject to removal in a future version.
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
 
Futures - Class in com.github.mizool.core.concurrent
 
FutureStreamJoiner - Class in com.github.mizool.core.concurrent
Joins a stream of futures, returning a single joint future.
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

GeneratedFieldOverrideException - Exception in com.github.mizool.core.exception
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.
GeneratedFieldOverrideException(String) - Constructor for exception com.github.mizool.core.exception.GeneratedFieldOverrideException
 
GENERIC_ERROR_ID - Static variable in class com.github.mizool.core.rest.errorhandling.ErrorDto
 
GenericErrorMapper - Class in com.github.mizool.core.rest.errorhandling
 
GenericErrorMapper(GlobalParametersSupplier) - Constructor for class com.github.mizool.core.rest.errorhandling.GenericErrorMapper
 
get() - Method in class com.github.mizool.core.concurrent.Lazy
 
get() - Method in class com.github.mizool.core.concurrent.ResultVoidingFuture
Deprecated.
 
get() - Method in class com.github.mizool.core.rest.errorhandling.DefaultGlobalParametersSupplier
 
get(long, TimeUnit) - Method in class com.github.mizool.core.concurrent.ResultVoidingFuture
Deprecated.
 
get(Future<V>) - Static method in class com.github.mizool.core.concurrent.Futures
Waits if necessary for the computation to complete, and then retrieves its result.
get(Future<V>, Duration) - Static method in class com.github.mizool.core.concurrent.Futures
Waits if necessary for at most the given time for the computation to complete, and then retrieves its result, if available.
get(Supplier<T>) - Method in class com.github.mizool.core.concurrent.Synchronizer
 
get(String) - Method in interface com.github.mizool.core.configuration.Configuration
 
get(String, String) - Method in interface com.github.mizool.core.configuration.Configuration
 
get(Supplier<T>) - Method in interface com.github.mizool.core.concurrent.SynchronizerApi.RunGet
Sets the given Supplier as the main action of the chain.
getAlgorithmName() - Method in class com.github.mizool.core.password.Argon2Hasher
 
getAlgorithmName() - Method in interface com.github.mizool.core.password.PasswordHasher
 
getAlgorithmName() - Method in class com.github.mizool.core.password.Pbkdf2WithHmacSha1Hasher
Deprecated.
 
getAlgorithmName() - Method in class com.github.mizool.core.password.Pbkdf2WithHmacSha512Hasher
 
getBody() - Method in class com.github.mizool.core.rest.errorhandling.ErrorResponse
 
getCreationTimestamp() - Method in interface com.github.mizool.core.validation.dto.Dto
 
getDefaultHasher() - Method in class com.github.mizool.core.password.PasswordHasherRegistry
 
getErrorId() - Method in class com.github.mizool.core.exception.RuleViolation
 
getErrorId() - Method in class com.github.mizool.core.rest.errorhandling.ErrorDto
 
getErrors() - Method in class com.github.mizool.core.rest.errorhandling.ErrorMessageDto
 
getExceptionParameters() - Method in interface com.github.mizool.core.rest.errorhandling.ParameterizedException
 
getFieldName() - Method in exception com.github.mizool.core.exception.GeneratedFieldOverrideException
 
getFieldName() - Method in exception com.github.mizool.core.exception.ReadonlyFieldException
 
getFieldName() - Method in class com.github.mizool.core.exception.RuleViolation
 
getGlobalParameters() - Method in class com.github.mizool.core.rest.errorhandling.ErrorMessageDto
 
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.Identifiable
 
getId() - Method in interface com.github.mizool.core.validation.dto.Dto
 
getIdentifier() - Method in interface com.github.mizool.core.Identifiable
Deprecated, for removal: This API element is subject to removal in a future version.
use getId() instead
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
 
getParameters() - Method in class com.github.mizool.core.rest.errorhandling.ErrorDto
 
getPojoClass() - Method in class com.github.mizool.core.Identifier
 
getRecordId() - Method in exception com.github.mizool.core.exception.ReadonlyFieldException
 
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
 
getStatusCode() - Method in class com.github.mizool.core.rest.errorhandling.ErrorResponse
 
getTarget() - Method in class com.github.mizool.core.AutoCloseableDecorator
 
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
 
getValue() - Method in class com.github.mizool.core.Identifier
 
GLOBAL_PROPERTY_KEY - Static variable in class com.github.mizool.core.rest.errorhandling.GenericErrorMapper
 
globalParameters(Map<String, Object>) - Method in class com.github.mizool.core.rest.errorhandling.ErrorMessageDto.ErrorMessageDtoBuilder
 
GlobalParametersSupplier - Interface in com.github.mizool.core.rest.errorhandling
 
groups() - Method in annotation type com.github.mizool.core.validation.CountryCode
 
groups() - Method in annotation type com.github.mizool.core.validation.DatabaseIdentifier
 
groups() - Method in annotation type com.github.mizool.core.validation.dto.PostDto
 
groups() - Method in annotation type com.github.mizool.core.validation.dto.PutDto
 
groups() - Method in annotation type com.github.mizool.core.validation.Email
 
groups() - Method in annotation type com.github.mizool.core.validation.EnumValue
 
groups() - Method in annotation type com.github.mizool.core.validation.IdentifierValue
 
groups() - Method in annotation type com.github.mizool.core.validation.LanguageTagValue
 
groups() - Method in annotation type com.github.mizool.core.validation.NotEmpty
 
groups() - Method in annotation type com.github.mizool.core.validation.Past
 
groups() - Method in annotation type com.github.mizool.core.validation.TimeZoneValue
 
groups() - Method in annotation type com.github.mizool.core.validation.UrlValue
 
groups() - Method in annotation type com.github.mizool.core.validation.UuidValue
 
GuavaCollectors - Class in com.github.mizool.core
 

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.
hashCode() - Method in class com.github.mizool.core.exception.RuleViolation
 
hashCode() - Method in class com.github.mizool.core.Identifier
 
hashCode() - Method in class com.github.mizool.core.rest.errorhandling.ErrorDto
 
hashCode() - Method in class com.github.mizool.core.rest.errorhandling.ErrorMessageDto
 
hashCode() - Method in class com.github.mizool.core.rest.errorhandling.ErrorResponse
 
hashCode() - Method in class com.github.mizool.core.UrlRef
 
hashPassword(char[]) - Method in class com.github.mizool.core.password.AbstractPbkdf2WithHmacShaHasher
 
hashPassword(char[]) - Method in class com.github.mizool.core.password.Argon2Hasher
 
hashPassword(char[]) - Method in interface com.github.mizool.core.password.PasswordHasher
 
HttpStatus - Class in com.github.mizool.core.rest.errorhandling
 

I

Identifiable<T extends Identifiable> - Interface in com.github.mizool.core
 
Identifier<T> - Class in com.github.mizool.core
 
Identifier.IdentifierBuilder<T> - Class in com.github.mizool.core
 
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
 
INFO - com.github.mizool.core.rest.errorhandling.LogLevel
 
initialize(A) - Method in class com.github.mizool.core.validation.ConstraintValidatorAdapter
 
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
 
instances(Class<S>) - Static method in class com.github.mizool.core.MetaInfServices
 
INTERNAL_SERVER_ERROR - Static variable in class com.github.mizool.core.rest.errorhandling.HttpStatus
 
internalError(STMessage) - Method in class com.github.mizool.core.st4.ErrorListener
 
Interval - Class in com.github.mizool.core
Helper class to allow for something to happen at regular intervals.
Interval(Duration) - Constructor for class com.github.mizool.core.Interval
 
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) - Constructor for exception com.github.mizool.core.exception.InvalidBackendReplyException
 
InvalidBackendReplyException(String, Throwable) - 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
 
InvalidPrimaryKeyException - Exception in com.github.mizool.core.exception
Thrown when the primary key of the entity is invalid.
InvalidPrimaryKeyException() - Constructor for exception com.github.mizool.core.exception.InvalidPrimaryKeyException
 
InvalidPrimaryKeyException(String) - Constructor for exception com.github.mizool.core.exception.InvalidPrimaryKeyException
 
InvalidPrimaryKeyException(String, Throwable) - Constructor for exception com.github.mizool.core.exception.InvalidPrimaryKeyException
 
InvalidPrimaryKeyException(Throwable) - Constructor for exception com.github.mizool.core.exception.InvalidPrimaryKeyException
 
invoke() - Method in interface com.github.mizool.core.concurrent.SynchronizerApi.Get.Invoke
Invokes the action chain in a synchronized block.
invoke() - Method in interface com.github.mizool.core.concurrent.SynchronizerApi.Run.Invoke
Invokes the action chain in a synchronized block.
invoke() - Method in interface com.github.mizool.core.concurrent.SynchronizerApi.RunGetInvoke
 
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.AbstractPbkdf2WithHmacShaHasher
 
isResponsibleFor(String) - Method in class com.github.mizool.core.password.Argon2Hasher
 
isResponsibleFor(String) - Method in interface com.github.mizool.core.password.PasswordHasher
 
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
 
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
 

J

JavaUtilDateConverter - Class in com.github.mizool.core.converter
Deprecated, for removal: This API element is subject to removal in a future version.
Don't use java.util.Date.
JavaUtilDateConverter() - Constructor for class com.github.mizool.core.converter.JavaUtilDateConverter
Deprecated.
 
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.
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.

L

LanguageTagValue - Annotation Type in com.github.mizool.core.validation
 
Lazy<T> - Class in com.github.mizool.core.concurrent
A value container where the value is lazily obtained from the given Supplier on the first Lazy.get() call.
Lazy(Supplier<T>) - Constructor for class com.github.mizool.core.concurrent.Lazy
 
listenable() - Static method in class com.github.mizool.core.concurrent.BufferedStreamAdapter
 
listenable() - Static method in class com.github.mizool.core.concurrent.FutureStreamJoiner
Entry point for joining listenable futures.
ListenableFutureCollector - Class in com.github.mizool.core.concurrent
Deprecated, for removal: This API element is subject to removal in a future version.
This class does not propagate exceptions consistently and will be removed. Use FutureStreamJoiner instead.
LOCKED - Static 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) - Constructor for exception com.github.mizool.core.exception.LockedEntityException
 
LockedEntityException(String, Throwable) - 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...) - 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, 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...) - 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, 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

mandatory() - Method in annotation type com.github.mizool.core.validation.CountryCode
 
mandatory() - Method in annotation type com.github.mizool.core.validation.DatabaseIdentifier
 
mandatory() - Method in annotation type com.github.mizool.core.validation.Email
 
mandatory() - Method in annotation type com.github.mizool.core.validation.EnumValue
 
mandatory() - Method in annotation type com.github.mizool.core.validation.IdentifierValue
 
mandatory() - Method in annotation type com.github.mizool.core.validation.LanguageTagValue
 
mandatory() - Method in annotation type com.github.mizool.core.validation.NotEmpty
 
mandatory() - Method in annotation type com.github.mizool.core.validation.Past
 
mandatory() - Method in annotation type com.github.mizool.core.validation.TimeZoneValue
 
mandatory() - Method in annotation type com.github.mizool.core.validation.UrlValue
 
mandatory() - Method in annotation type com.github.mizool.core.validation.UuidValue
 
message() - Method in annotation type com.github.mizool.core.validation.CountryCode
 
message() - Method in annotation type com.github.mizool.core.validation.DatabaseIdentifier
 
message() - Method in annotation type com.github.mizool.core.validation.dto.PostDto
 
message() - Method in annotation type com.github.mizool.core.validation.dto.PutDto
 
message() - Method in annotation type com.github.mizool.core.validation.Email
 
message() - Method in annotation type com.github.mizool.core.validation.EnumValue
 
message() - Method in annotation type com.github.mizool.core.validation.IdentifierValue
 
message() - Method in annotation type com.github.mizool.core.validation.LanguageTagValue
 
message() - Method in annotation type com.github.mizool.core.validation.NotEmpty
 
message() - Method in annotation type com.github.mizool.core.validation.Past
 
message() - Method in annotation type com.github.mizool.core.validation.TimeZoneValue
 
message() - Method in annotation type com.github.mizool.core.validation.UrlValue
 
message() - Method in annotation type com.github.mizool.core.validation.UuidValue
 
MetaInfServices - Class in com.github.mizool.core
 
METHOD_NOT_ALLOWED - Static 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) - Constructor for exception com.github.mizool.core.exception.MethodNotAllowedException
 
MethodNotAllowedException(String, Throwable) - 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 - Static 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.
NONE - com.github.mizool.core.rest.errorhandling.LogLevel
 
NOT_FOUND - Static variable in class com.github.mizool.core.rest.errorhandling.HttpStatus
 
NOT_IMPLEMENTED - Static 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 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) - Constructor for exception com.github.mizool.core.exception.ObjectNotFoundException
 
ObjectNotFoundException(String, Throwable) - 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() - Method in annotation type com.github.mizool.core.validation.IdentifierValue
 
of(String) - Method in class com.github.mizool.core.Identifier.IdentifierBuilder
 
OK - Static variable in class com.github.mizool.core.rest.errorhandling.HttpStatus
 
Optionals - Class in com.github.mizool.core
 

P

parallel(Iterable<T>) - Static method in class com.github.mizool.core.Streams
 
ParameterizedException - Interface in com.github.mizool.core.rest.errorhandling
 
PasswordHasher - Interface in com.github.mizool.core.password
 
PasswordHasherRegistry - Class in com.github.mizool.core.password
 
PasswordHasherRegistry(Instance<PasswordHasher>) - Constructor for class com.github.mizool.core.password.PasswordHasherRegistry
 
passwordsMatch(char[], String) - Method in class com.github.mizool.core.password.AbstractPbkdf2WithHmacShaHasher
 
passwordsMatch(char[], String) - Method in class com.github.mizool.core.password.Argon2Hasher
 
passwordsMatch(char[], String) - Method in interface com.github.mizool.core.password.PasswordHasher
 
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.
payload() - Method in annotation type com.github.mizool.core.validation.CountryCode
 
payload() - Method in annotation type com.github.mizool.core.validation.DatabaseIdentifier
 
payload() - Method in annotation type com.github.mizool.core.validation.dto.PostDto
 
payload() - Method in annotation type com.github.mizool.core.validation.dto.PutDto
 
payload() - Method in annotation type com.github.mizool.core.validation.Email
 
payload() - Method in annotation type com.github.mizool.core.validation.EnumValue
 
payload() - Method in annotation type com.github.mizool.core.validation.IdentifierValue
 
payload() - Method in annotation type com.github.mizool.core.validation.LanguageTagValue
 
payload() - Method in annotation type com.github.mizool.core.validation.NotEmpty
 
payload() - Method in annotation type com.github.mizool.core.validation.Past
 
payload() - Method in annotation type com.github.mizool.core.validation.TimeZoneValue
 
payload() - Method in annotation type com.github.mizool.core.validation.UrlValue
 
payload() - Method in annotation type com.github.mizool.core.validation.UuidValue
 
Pbkdf2WithHmacSha1Hasher - Class in com.github.mizool.core.password
Deprecated.
For newly saved passwords, use Pbkdf2WithHmacSha512Hasher instead. This hasher is kept to allow continued verification of old passwords.
Pbkdf2WithHmacSha1Hasher() - Constructor for class com.github.mizool.core.password.Pbkdf2WithHmacSha1Hasher
Deprecated.
 
Pbkdf2WithHmacSha512Hasher - Class in com.github.mizool.core.password
 
Pbkdf2WithHmacSha512Hasher() - Constructor for class com.github.mizool.core.password.Pbkdf2WithHmacSha512Hasher
 
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) - Static 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(Properties, String) - Constructor for class com.github.mizool.core.configuration.PropertyNode
 
publicKeyFromPrivateKey(RSAPrivateKey) - Static method in class com.github.mizool.core.rsa.RsaKeys
 
publicKeyFromX509(String) - Static 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.
ReadonlyFieldException - Exception in com.github.mizool.core.exception
Thrown when an attempt is made to change the value of a field that is considered read-only for the current operation.
ReadonlyFieldException(String) - Constructor for exception com.github.mizool.core.exception.ReadonlyFieldException
 
ReadonlyFieldException(String, String) - Constructor for exception com.github.mizool.core.exception.ReadonlyFieldException
 
recordRuleViolation(RuleViolation, SetMultimap<String, ErrorDto>) - Method in class com.github.mizool.core.rest.errorhandling.RuleViolationMapper
 
ReductionException - Exception in com.github.mizool.core.exception
Thrown when there is an error during a Stream reduction operation.
ReductionException() - Constructor for exception com.github.mizool.core.exception.ReductionException
 
ReductionException(String) - Constructor for exception com.github.mizool.core.exception.ReductionException
 
ReductionException(String, Throwable) - Constructor for exception com.github.mizool.core.exception.ReductionException
 
ReductionException(Throwable) - Constructor for exception com.github.mizool.core.exception.ReductionException
 
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).
resolve(String) - Method in class com.github.mizool.core.UrlRef
Creates a new UrlRef by combining the URL referenced by this instance (the "context") with the given spec.
RestDateTimeFormat - Class in com.github.mizool.core.rest.time
 
RestExceptionMapper - Class in com.github.mizool.core.rest.errorhandling
 
RestExceptionMapper() - Constructor for class com.github.mizool.core.rest.errorhandling.RestExceptionMapper
 
RestLocalDateFormat - Class in com.github.mizool.core.rest.time
 
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) - Static 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.
RsaKeys - Class in com.github.mizool.core.rsa
 
RuleViolation - Class in com.github.mizool.core.exception
 
RuleViolation.RuleViolationBuilder - Class in com.github.mizool.core.exception
 
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(GlobalParametersSupplier) - Constructor for class com.github.mizool.core.rest.errorhandling.RuleViolationMapper
 
run(Runnable) - Method in class com.github.mizool.core.concurrent.Synchronizer
 
run(Runnable) - Method in interface com.github.mizool.core.concurrent.SynchronizerApi.RunGet
Sets the given Runnable as the main action of the chain.
runIfDue(Runnable) - Method in class com.github.mizool.core.Interval
Executes the runnable if the interval is due or past due.
runTimeError(STMessage) - Method in class com.github.mizool.core.st4.ErrorListener
 

S

sequential(Iterable<T>) - Static method in class com.github.mizool.core.Streams
 
SERIALIZATION - Static variable in class com.github.mizool.core.rest.time.RestDateTimeFormat
 
SERIALIZATION - Static variable in class com.github.mizool.core.rest.time.RestLocalDateFormat
 
SERVICE_UNAVAILABLE - Static 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) - Static method in class com.github.mizool.core.concurrent.Threads
 
sleepUntil(BooleanSupplier, Duration) - Method in class com.github.mizool.core.concurrent.Synchronizer
 
sleepUntil(BooleanSupplier) - Method in interface com.github.mizool.core.concurrent.SynchronizerApi.SleepRunGet
Adds sleeping to the action chain.
sleepUntil(BooleanSupplier, Duration) - Method in interface com.github.mizool.core.concurrent.SynchronizerApi.SleepRunGet
Adds sleeping to the action chain.
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(String, Throwable) - Constructor for exception com.github.mizool.core.exception.StoreLayerException
 
StoreLayerException(Throwable) - Constructor for exception com.github.mizool.core.exception.StoreLayerException
 
streamPresentValue(Optional<T>) - Static 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
 
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.
 
Synchronizer - Class in com.github.mizool.core.concurrent
Encapsulates synchronization and wait/notify functionality.
Synchronizer() - Constructor for class com.github.mizool.core.concurrent.Synchronizer
Creates a new Synchronizer instance.
SynchronizerApi - Interface in com.github.mizool.core.concurrent
Provides fluent syntax for Synchronizer.
SynchronizerApi.Base - Interface in com.github.mizool.core.concurrent
 
SynchronizerApi.Base.SleepInvoke - Interface in com.github.mizool.core.concurrent
 
SynchronizerApi.Base.WakeSleepInvoke - Interface in com.github.mizool.core.concurrent
 
SynchronizerApi.Fluent - Interface in com.github.mizool.core.concurrent
 
SynchronizerApi.Get - Interface in com.github.mizool.core.concurrent
 
SynchronizerApi.Get.Invoke<T> - Interface in com.github.mizool.core.concurrent
 
SynchronizerApi.Get.SleepInvoke<T> - Interface in com.github.mizool.core.concurrent
 
SynchronizerApi.Get.WakeSleepInvoke<T> - Interface in com.github.mizool.core.concurrent
 
SynchronizerApi.Run - Interface in com.github.mizool.core.concurrent
 
SynchronizerApi.Run.Invoke - Interface in com.github.mizool.core.concurrent
 
SynchronizerApi.Run.SleepInvoke - Interface in com.github.mizool.core.concurrent
 
SynchronizerApi.Run.WakeSleepInvoke - Interface in com.github.mizool.core.concurrent
 
SynchronizerApi.RunGet - Interface in com.github.mizool.core.concurrent
 
SynchronizerApi.RunGetInvoke - Interface in com.github.mizool.core.concurrent
 
SynchronizerApi.SleepRunGet - Interface in com.github.mizool.core.concurrent
 
systemProperties() - Static 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
 
thenSleepUntil(BooleanSupplier) - Method in interface com.github.mizool.core.concurrent.SynchronizerApi.Base.SleepInvoke
Adds sleeping to the action chain.
thenSleepUntil(BooleanSupplier) - Method in interface com.github.mizool.core.concurrent.SynchronizerApi.Get.SleepInvoke
 
thenSleepUntil(BooleanSupplier) - Method in interface com.github.mizool.core.concurrent.SynchronizerApi.Run.SleepInvoke
 
thenSleepUntil(BooleanSupplier, Duration) - Method in interface com.github.mizool.core.concurrent.SynchronizerApi.Base.SleepInvoke
Adds sleeping to the action chain.
thenSleepUntil(BooleanSupplier, Duration) - Method in interface com.github.mizool.core.concurrent.SynchronizerApi.Get.SleepInvoke
 
thenSleepUntil(BooleanSupplier, Duration) - Method in interface com.github.mizool.core.concurrent.SynchronizerApi.Run.SleepInvoke
 
Threads - Class in com.github.mizool.core.concurrent
 
TimeZoneValue - Annotation Type in com.github.mizool.core.validation
 
toBuilder() - Method in class com.github.mizool.core.exception.RuleViolation
 
toBuilder() - Method in class com.github.mizool.core.rest.errorhandling.ErrorMessageDto
 
toDtos(List<P>, Function<P, D>) - Static method in class com.github.mizool.core.converter.Converters
 
toDtos(Set<P>, Function<P, D>) - Static method in class com.github.mizool.core.converter.Converters
 
toImmutableList() - Static method in class com.github.mizool.core.GuavaCollectors
Deprecated, for removal: This API element is subject to removal in a future version.
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, for removal: This API element is subject to removal in a future version.
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, for removal: This API element is subject to removal in a future version.
Use ImmutableMap.toImmutableMap(Function, Function) instead.
toImmutableSet() - Static method in class com.github.mizool.core.GuavaCollectors
Deprecated, for removal: This API element is subject to removal in a future version.
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, for removal: This API element is subject to removal in a future version.
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(Class<T>, String) - Method in class com.github.mizool.core.converter.EnumConverter
 
toPojo(String) - Method in class com.github.mizool.core.converter.DurationConverter
 
toPojo(String) - Method in class com.github.mizool.core.converter.UrlConverter
 
toPojo(String, Class<T>) - Method in class com.github.mizool.core.converter.IdentifierConverter
 
toPojos(List<D>, Function<D, P>) - Static method in class com.github.mizool.core.converter.Converters
 
toPojos(Set<D>, Function<D, P>) - Static method in class com.github.mizool.core.converter.Converters
 
toRecords(List<P>, Function<P, R>) - Static method in class com.github.mizool.core.converter.Converters
 
toRecords(Set<P>, Function<P, R>) - Static 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() - Method in class com.github.mizool.core.exception.RuleViolation.RuleViolationBuilder
 
toString() - Method in class com.github.mizool.core.exception.RuleViolation
 
toString() - Method in class com.github.mizool.core.Identifier
 
toString() - Method in class com.github.mizool.core.rest.errorhandling.ErrorDto
 
toString() - Method in class com.github.mizool.core.rest.errorhandling.ErrorMessageDto.ErrorMessageDtoBuilder
 
toString() - Method in class com.github.mizool.core.rest.errorhandling.ErrorMessageDto
 
toString() - Method in class com.github.mizool.core.rest.errorhandling.ErrorResponse
 
toString() - Method in class com.github.mizool.core.UrlRef
 
toString(Object, String, Locale) - Method in class com.github.mizool.core.st4.MizoolStringRenderer
 
toString(ZonedDateTime) - Method in class com.github.mizool.core.converter.ZonedDateTimeConverter
 
toUri() - Method in class com.github.mizool.core.UrlRef
 
toUrl() - Method in class com.github.mizool.core.UrlRef
 
toVoidResult(ListenableFuture<?>) - Static method in class com.github.mizool.core.concurrent.Futures
Transforms any ListenableFuture into a ListenableFuture without result.
toVoidResult(CompletableFuture<?>) - Static 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.
 
TRACE - com.github.mizool.core.rest.errorhandling.LogLevel
 

U

UNAUTHORIZED - Static 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(InterruptedException) - Constructor for exception com.github.mizool.core.exception.UncheckedInterruptedException
 
UncheckedInterruptedException(String, 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 - Static variable in class com.github.mizool.core.rest.errorhandling.HttpStatus
 
UnprocessableEntityException - Exception in com.github.mizool.core.exception
Deprecated, for removal: This API element is subject to removal in a future version.
Throwing UnprocessableEntityException doesn't say why the entity is unprocessable and is generally a bad fit as no client ever really has a chance of handling such a response. Instead, consider creating an exception class specific to the respective problem that extends AbstractUnprocessableEntityException.
UnprocessableEntityException() - Constructor for exception com.github.mizool.core.exception.UnprocessableEntityException
Deprecated.
 
UnprocessableEntityException(String) - Constructor for exception com.github.mizool.core.exception.UnprocessableEntityException
Deprecated.
 
UnprocessableEntityException(String, Throwable) - Constructor for exception com.github.mizool.core.exception.UnprocessableEntityException
Deprecated.
 
UnprocessableEntityException(Throwable) - Constructor for exception com.github.mizool.core.exception.UnprocessableEntityException
Deprecated.
 
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) - Constructor for exception com.github.mizool.core.exception.UnsupportedHttpFeatureException
 
UnsupportedHttpFeatureException(String, Throwable) - 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(Class<T>) - Static 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>) - Static 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>) - Static method in class com.github.mizool.core.Optionals
Deprecated, for removal: This API element is subject to removal in a future version.
unwrapUserMentionedObject(Class<T>) - Static 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>) - Static 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>) - Static method in class com.github.mizool.core.Optionals
Deprecated, for removal: This API element is subject to removal in a future version.
unwrapUserRequestedObject(Class<T>) - Static 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>) - Static 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>) - Static method in class com.github.mizool.core.Optionals
Deprecated, for removal: This API element is subject to removal in a future version.
UrlConverter - Class in com.github.mizool.core.converter
 
UrlConverter() - Constructor for class com.github.mizool.core.converter.UrlConverter
 
UrlRef - Class in com.github.mizool.core
Safely stores a reference to a URL and allows conversion to URI and URL at any time.
UrlRef(String) - Constructor for class com.github.mizool.core.UrlRef
 
UrlRef(URI) - Constructor for class com.github.mizool.core.UrlRef
 
UrlRef(URL) - Constructor for class com.github.mizool.core.UrlRef
 
urlRefValue() - Method in class com.github.mizool.core.configuration.PropertyNode
Parses the property value as a UrlRef.
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() - Method in annotation type com.github.mizool.core.validation.EnumValue
 
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

wakeOthers() - Method in interface com.github.mizool.core.concurrent.SynchronizerApi.SleepRunGet
Adds an action which wakes other chains.
WARN - com.github.mizool.core.rest.errorhandling.LogLevel
 

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 
All Classes All Packages