Hierarchy For All Packages
Package Hierarchies:- com.github.mizool.core,
- com.github.mizool.core.concurrent,
- com.github.mizool.core.configuration,
- com.github.mizool.core.converter,
- com.github.mizool.core.exception,
- com.github.mizool.core.function,
- com.github.mizool.core.password,
- com.github.mizool.core.rest.errorhandling,
- com.github.mizool.core.rest.errorhandling.behavior,
- com.github.mizool.core.rest.time,
- com.github.mizool.core.rsa,
- com.github.mizool.core.st4,
- com.github.mizool.core.validation,
- com.github.mizool.core.validation.dto
Class Hierarchy
- java.lang.Object
- com.github.mizool.core.password.AbstractPbkdf2WithHmacShaHasher (implements com.github.mizool.core.password.PasswordHasher)
- com.github.mizool.core.password.Pbkdf2WithHmacSha1Hasher
- com.github.mizool.core.password.Pbkdf2WithHmacSha512Hasher
- com.github.mizool.core.password.Argon2Hasher (implements com.github.mizool.core.password.PasswordHasher)
- com.github.mizool.core.rest.errorhandling.behavior.AuthenticationMissingExceptionBehavior (implements com.github.mizool.core.rest.errorhandling.ErrorHandlingBehavior)
- com.github.mizool.core.rest.errorhandling.behavior.AuthenticationRejectedExceptionBehavior (implements com.github.mizool.core.rest.errorhandling.ErrorHandlingBehavior)
- com.github.mizool.core.rest.errorhandling.behavior.BadRequestExceptionBehavior (implements com.github.mizool.core.rest.errorhandling.ErrorHandlingBehavior)
- com.github.mizool.core.concurrent.BufferedStreamAdapter<F,V>
- com.github.mizool.core.concurrent.BufferedStreamAdapter.Completable
- com.github.mizool.core.concurrent.BufferedStreamAdapter.Listenable
- com.github.mizool.core.validation.CheckCountryCode (implements jakarta.validation.ConstraintValidator<A,T>)
- com.github.mizool.core.validation.CheckDatabaseIdentifier (implements jakarta.validation.ConstraintValidator<A,T>)
- com.github.mizool.core.validation.CheckEmail (implements jakarta.validation.ConstraintValidator<A,T>)
- com.github.mizool.core.validation.CheckEnumValue (implements jakarta.validation.ConstraintValidator<A,T>)
- com.github.mizool.core.validation.CheckIdentifierValue (implements jakarta.validation.ConstraintValidator<A,T>)
- com.github.mizool.core.validation.CheckLanguageTagValue (implements jakarta.validation.ConstraintValidator<A,T>)
- com.github.mizool.core.validation.CheckNotEmpty (implements jakarta.validation.ConstraintValidator<A,T>)
- com.github.mizool.core.validation.CheckPast (implements jakarta.validation.ConstraintValidator<A,T>)
- com.github.mizool.core.validation.CheckTimeZoneValue (implements jakarta.validation.ConstraintValidator<A,T>)
- com.github.mizool.core.validation.CheckUrlValue (implements jakarta.validation.ConstraintValidator<A,T>)
- com.github.mizool.core.validation.CheckUuidValue (implements jakarta.validation.ConstraintValidator<A,T>)
- com.github.mizool.core.rest.errorhandling.ClientErrorMapper
- com.github.mizool.core.configuration.Config
- com.github.mizool.core.rest.errorhandling.behavior.ConflictingEntityExceptionBehavior (implements com.github.mizool.core.rest.errorhandling.ErrorHandlingBehavior)
- com.github.mizool.core.validation.ConstraintValidatorAdapter<A,T> (implements jakarta.validation.ConstraintValidator<A,T>)
- com.github.mizool.core.validation.dto.CheckPostDto
- com.github.mizool.core.validation.dto.CheckPutDto
- com.github.mizool.core.validation.ConstraintValidators
- com.github.mizool.core.rest.errorhandling.ConstraintViolationExceptionMapper (implements jakarta.ws.rs.ext.ExceptionMapper<E>)
- com.github.mizool.core.rest.errorhandling.ConstraintViolationMapper
- com.github.mizool.core.converter.Converters
- com.github.mizool.core.rest.errorhandling.DefaultGlobalParametersSupplier (implements com.github.mizool.core.rest.errorhandling.GlobalParametersSupplier)
- com.github.mizool.core.converter.DurationConverter
- com.github.mizool.core.converter.EnumConverter
- com.github.mizool.core.rest.errorhandling.ErrorDto
- com.github.mizool.core.st4.ErrorListener (implements org.stringtemplate.v4.STErrorListener)
- com.github.mizool.core.rest.errorhandling.ErrorMessageDto
- com.github.mizool.core.rest.errorhandling.ErrorMessageDto.ErrorMessageDtoBuilder
- com.github.mizool.core.rest.errorhandling.ErrorResponse
- com.github.mizool.core.rest.errorhandling.ErrorResponseFactory
- com.github.mizool.core.function.Functions
- com.github.mizool.core.concurrent.Futures
- com.github.mizool.core.concurrent.FutureStreamJoiner
- com.github.mizool.core.concurrent.FutureStreamJoiner.Completable
- com.github.mizool.core.concurrent.FutureStreamJoiner.Listenable
- com.github.mizool.core.rest.errorhandling.GenericErrorMapper
- com.github.mizool.core.GuavaCollectors
- com.github.mizool.core.rest.errorhandling.HttpStatus
- com.github.mizool.core.Identifier<T> (implements java.io.Serializable)
- com.github.mizool.core.Identifier.IdentifierBuilder<T>
- com.github.mizool.core.converter.IdentifierConverter
- com.github.mizool.core.Interval
- com.github.mizool.core.rest.errorhandling.behavior.InvalidBackendReplyExceptionBehavior (implements com.github.mizool.core.rest.errorhandling.ErrorHandlingBehavior)
- com.github.mizool.core.converter.JavaUtilDateConverter
- com.github.mizool.core.concurrent.Lazy<T> (implements java.util.function.Supplier<T>)
- com.github.mizool.core.concurrent.ListenableFutureCollector (implements java.util.stream.Collector<T,A,R>)
- com.github.mizool.core.rest.errorhandling.behavior.LockedEntityExceptionBehavior (implements com.github.mizool.core.rest.errorhandling.ErrorHandlingBehavior)
- com.github.mizool.core.MetaInfServices
- com.github.mizool.core.rest.errorhandling.behavior.MethodNotAllowedExceptionBehavior (implements com.github.mizool.core.rest.errorhandling.ErrorHandlingBehavior)
- com.github.mizool.core.rest.errorhandling.behavior.ObjectNotFoundExceptionBehavior (implements com.github.mizool.core.rest.errorhandling.ErrorHandlingBehavior)
- com.github.mizool.core.Optionals
- com.github.mizool.core.password.PasswordHasherRegistry
- com.github.mizool.core.rest.errorhandling.behavior.PermissionDeniedExceptionBehavior (implements com.github.mizool.core.rest.errorhandling.ErrorHandlingBehavior)
- com.github.mizool.core.configuration.PropertyNode (implements com.github.mizool.core.configuration.HasChildren)
- com.github.mizool.core.rest.time.RestDateTimeFormat
- com.github.mizool.core.rest.errorhandling.RestExceptionMapper (implements jakarta.ws.rs.ext.ExceptionMapper<E>)
- com.github.mizool.core.rest.time.RestLocalDateFormat
- com.github.mizool.core.concurrent.ResultVoidingFuture (implements com.google.common.util.concurrent.ListenableFuture<V>)
- com.github.mizool.core.configuration.RootNode (implements com.github.mizool.core.configuration.HasChildren)
- com.github.mizool.core.rsa.RsaKeys
- com.github.mizool.core.exception.RuleViolation (implements java.io.Serializable)
- com.github.mizool.core.exception.RuleViolation.RuleViolationBuilder
- com.github.mizool.core.rest.errorhandling.RuleViolationMapper
- com.github.mizool.core.rest.errorhandling.behavior.ServiceUnavailableExceptionBehavior (implements com.github.mizool.core.rest.errorhandling.ErrorHandlingBehavior)
- com.github.mizool.core.Streams
- org.stringtemplate.v4.StringRenderer (implements org.stringtemplate.v4.AttributeRenderer<T>)
- com.github.mizool.core.st4.MizoolStringRenderer
- com.github.mizool.core.concurrent.Synchronizer (implements com.github.mizool.core.concurrent.SynchronizerApi.SleepRunGet)
- com.github.mizool.core.st4.TemplateLoader
- com.github.mizool.core.concurrent.Threads
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- com.github.mizool.core.exception.AbstractUnprocessableEntityException
- com.github.mizool.core.exception.GeneratedFieldOverrideException
- com.github.mizool.core.exception.InvalidPrimaryKeyException
- com.github.mizool.core.exception.ReadonlyFieldException
- com.github.mizool.core.exception.UnprocessableEntityException
- com.github.mizool.core.exception.AuthenticationMissingException
- com.github.mizool.core.exception.AuthenticationRejectedException
- com.github.mizool.core.exception.BadRequestException
- com.github.mizool.core.exception.CodeInconsistencyException
- com.github.mizool.core.exception.NotYetImplementedException
- com.github.mizool.core.exception.ConfigurationException
- com.github.mizool.core.exception.ConflictingEntityException
- com.github.mizool.core.exception.DataInconsistencyException
- java.lang.IllegalArgumentException
- com.github.mizool.core.exception.ArgumentNullException
- com.github.mizool.core.exception.InvalidBackendReplyException
- com.github.mizool.core.exception.LockedEntityException
- com.github.mizool.core.exception.MethodNotAllowedException
- com.github.mizool.core.exception.ObjectNotFoundException
- com.github.mizool.core.exception.PermissionDeniedException
- com.github.mizool.core.exception.ReductionException
- com.github.mizool.core.exception.RuleViolationException
- com.github.mizool.core.exception.ServiceUnavailableException
- com.github.mizool.core.exception.StoreLayerException
- com.github.mizool.core.exception.UncheckedInterruptedException
- com.github.mizool.core.exception.UnsupportedHttpFeatureException
- com.github.mizool.core.exception.AbstractUnprocessableEntityException
- java.lang.RuntimeException
- java.lang.Exception
- com.github.mizool.core.rest.errorhandling.behavior.UnprocessableEntityExceptionBehavior (implements com.github.mizool.core.rest.errorhandling.ErrorHandlingBehavior)
- com.github.mizool.core.rest.errorhandling.behavior.UnsupportedHttpFeatureExceptionBehavior (implements com.github.mizool.core.rest.errorhandling.ErrorHandlingBehavior)
- com.github.mizool.core.converter.UrlConverter
- com.github.mizool.core.UrlRef
- com.github.mizool.core.configuration.Value<T>
- com.github.mizool.core.converter.ZonedDateTimeConverter
- com.github.mizool.core.password.AbstractPbkdf2WithHmacShaHasher (implements com.github.mizool.core.password.PasswordHasher)
Interface Hierarchy
- com.github.mizool.core.configuration.Configuration
- com.github.mizool.core.validation.dto.Dto
- com.github.mizool.core.rest.errorhandling.ErrorHandlingBehavior
- com.github.mizool.core.configuration.HasChildren
- com.github.mizool.core.Identifiable<T>
- com.github.mizool.core.rest.errorhandling.ParameterizedException
- com.github.mizool.core.password.PasswordHasher
- java.util.function.Supplier<T>
- com.github.mizool.core.rest.errorhandling.GlobalParametersSupplier
- com.github.mizool.core.concurrent.SynchronizerApi
- com.github.mizool.core.concurrent.SynchronizerApi.Base
- com.github.mizool.core.concurrent.SynchronizerApi.Fluent
- com.github.mizool.core.concurrent.SynchronizerApi.Base.SleepInvoke
- com.github.mizool.core.concurrent.SynchronizerApi.Base.WakeSleepInvoke
- com.github.mizool.core.concurrent.SynchronizerApi.Get.WakeSleepInvoke<T> (also extends com.github.mizool.core.concurrent.SynchronizerApi.Get.SleepInvoke<T>)
- com.github.mizool.core.concurrent.SynchronizerApi.Run.WakeSleepInvoke (also extends com.github.mizool.core.concurrent.SynchronizerApi.Run.SleepInvoke)
- com.github.mizool.core.concurrent.SynchronizerApi.Get.SleepInvoke<T> (also extends com.github.mizool.core.concurrent.SynchronizerApi.Get.Invoke<T>)
- com.github.mizool.core.concurrent.SynchronizerApi.Get.WakeSleepInvoke<T> (also extends com.github.mizool.core.concurrent.SynchronizerApi.Base.WakeSleepInvoke)
- com.github.mizool.core.concurrent.SynchronizerApi.Run.SleepInvoke (also extends com.github.mizool.core.concurrent.SynchronizerApi.Run.Invoke)
- com.github.mizool.core.concurrent.SynchronizerApi.Run.WakeSleepInvoke (also extends com.github.mizool.core.concurrent.SynchronizerApi.Base.WakeSleepInvoke)
- com.github.mizool.core.concurrent.SynchronizerApi.Base.WakeSleepInvoke
- com.github.mizool.core.concurrent.SynchronizerApi.Get.Invoke<T>
- com.github.mizool.core.concurrent.SynchronizerApi.Get.SleepInvoke<T> (also extends com.github.mizool.core.concurrent.SynchronizerApi.Base.SleepInvoke)
- com.github.mizool.core.concurrent.SynchronizerApi.Get.WakeSleepInvoke<T> (also extends com.github.mizool.core.concurrent.SynchronizerApi.Base.WakeSleepInvoke)
- com.github.mizool.core.concurrent.SynchronizerApi.Get.SleepInvoke<T> (also extends com.github.mizool.core.concurrent.SynchronizerApi.Base.SleepInvoke)
- com.github.mizool.core.concurrent.SynchronizerApi.Run.Invoke
- com.github.mizool.core.concurrent.SynchronizerApi.Run.SleepInvoke (also extends com.github.mizool.core.concurrent.SynchronizerApi.Base.SleepInvoke)
- com.github.mizool.core.concurrent.SynchronizerApi.Run.WakeSleepInvoke (also extends com.github.mizool.core.concurrent.SynchronizerApi.Base.WakeSleepInvoke)
- com.github.mizool.core.concurrent.SynchronizerApi.RunGetInvoke (also extends com.github.mizool.core.concurrent.SynchronizerApi.RunGet)
- com.github.mizool.core.concurrent.SynchronizerApi.Run.SleepInvoke (also extends com.github.mizool.core.concurrent.SynchronizerApi.Base.SleepInvoke)
- com.github.mizool.core.concurrent.SynchronizerApi.RunGet
- com.github.mizool.core.concurrent.SynchronizerApi.RunGetInvoke (also extends com.github.mizool.core.concurrent.SynchronizerApi.Run.Invoke)
- com.github.mizool.core.concurrent.SynchronizerApi.SleepRunGet
- com.github.mizool.core.concurrent.SynchronizerApi.Base.SleepInvoke
- com.github.mizool.core.concurrent.SynchronizerApi.Get
- com.github.mizool.core.concurrent.SynchronizerApi.Run
Annotation Type Hierarchy
- com.github.mizool.core.validation.CountryCode (implements java.lang.annotation.Annotation)
- com.github.mizool.core.validation.DatabaseIdentifier (implements java.lang.annotation.Annotation)
- com.github.mizool.core.validation.Email (implements java.lang.annotation.Annotation)
- com.github.mizool.core.validation.EnumValue (implements java.lang.annotation.Annotation)
- com.github.mizool.core.validation.IdentifierValue (implements java.lang.annotation.Annotation)
- com.github.mizool.core.validation.LanguageTagValue (implements java.lang.annotation.Annotation)
- com.github.mizool.core.NonDefault (implements java.lang.annotation.Annotation)
- com.github.mizool.core.validation.NotEmpty (implements java.lang.annotation.Annotation)
- com.github.mizool.core.validation.Nullable (implements java.lang.annotation.Annotation)
- com.github.mizool.core.validation.Past (implements java.lang.annotation.Annotation)
- com.github.mizool.core.validation.dto.PostDto (implements java.lang.annotation.Annotation)
- com.github.mizool.core.validation.dto.PutDto (implements java.lang.annotation.Annotation)
- com.github.mizool.core.validation.TimeZoneValue (implements java.lang.annotation.Annotation)
- com.github.mizool.core.validation.UrlValue (implements java.lang.annotation.Annotation)
- com.github.mizool.core.validation.UuidValue (implements java.lang.annotation.Annotation)
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- com.github.mizool.core.rest.errorhandling.LogLevel
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)