A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbortableTaskDecorator - Class in org.hawaiiframework.async
-
Task decorator to copy the MDC from the calling thread to the executing thread..
- AbortableTaskDecorator(ThreadPoolTaskExecutor, ScheduledThreadPoolExecutor) - Constructor for class org.hawaiiframework.async.AbortableTaskDecorator
-
Construct an instance.
- AbortableTaskRunnable - Class in org.hawaiiframework.async
-
Delegating Runnable that copies the MDC to the executing thread before running the delegate.
- AbortableTaskRunnable(Runnable, SharedTaskContext) - Constructor for class org.hawaiiframework.async.AbortableTaskRunnable
-
Construct a new instance.
- abortBusinessTask() - Method in class org.hawaiiframework.async.timeout.SharedTaskContext
-
Invoke the
taskAbortStrategy
. - AbortedHttpRequestInterceptor - Class in org.hawaiiframework.async.http
-
HTTP request interceptor to set a task id as a header on an HTTP request.
- AbortedHttpRequestInterceptor() - Constructor for class org.hawaiiframework.async.http.AbortedHttpRequestInterceptor
- AbstractCachingSqlQueryResolver - Class in org.hawaiiframework.sql
-
Convenient base class for
SqlQueryResolver
implementations. - AbstractCachingSqlQueryResolver() - Constructor for class org.hawaiiframework.sql.AbstractCachingSqlQueryResolver
- AbstractCachingSqlQueryResolver.QueryHolder - Class in org.hawaiiframework.sql
-
QueryHolder for caching.
- AbstractGenericFilterBean - Class in org.hawaiiframework.logging.web.filter
-
Adapter "interface" to be able to write FilterBeans that can be "once per request" or "for every dispatch in the request" without having to change code.
- AbstractGenericFilterBean() - Constructor for class org.hawaiiframework.logging.web.filter.AbstractGenericFilterBean
- AbstractMockMvcTest - Class in org.hawaiiframework.test.mockmvc
- AbstractMockMvcTest() - Constructor for class org.hawaiiframework.test.mockmvc.AbstractMockMvcTest
- AbstractModelConverter<S,T> - Class in org.hawaiiframework.converter
-
Abstract
ModelConverter
implementation. - AbstractModelConverter(Class<T>) - Constructor for class org.hawaiiframework.converter.AbstractModelConverter
-
Constructs a
AbstractModelConverter
. - AbstractModelConverter(Class<T>, NullListConversionStrategy<T>) - Constructor for class org.hawaiiframework.converter.AbstractModelConverter
-
Constructs a
AbstractModelConverter
. - addAllErrors(List<ValidationError>) - Method in class org.hawaiiframework.validation.ValidationResult
-
Adds the supplied
ValidationError
s to thisValidationResult
. - addAllErrors(ValidationResult) - Method in class org.hawaiiframework.validation.ValidationResult
-
Adds all errors from the supplied
ValidationResult
to thisValidationResult
. - addError(ValidationError) - Method in class org.hawaiiframework.validation.ValidationResult
-
Adds the supplied
ValidationError
to thisValidationResult
. - addExecutor(ExecutorProperties) - Method in class org.hawaiiframework.async.model.ExecutorConfigurationProperties
-
Convenience method to add properties for a single executor.
- addPropertyAlias(String, Class<?>, String) - Method in class org.hawaiiframework.async.YamlJavaBeanPropertyConstructor
-
Adds an alias for a JavaBean property name on a particular type.
- addResponseEnricher(ErrorResponseEnricher) - Method in class org.hawaiiframework.web.exception.HawaiiResponseEntityExceptionHandler
-
Registers a
ErrorResponseEnricher
. - addSystem(SystemProperties) - Method in class org.hawaiiframework.async.model.ExecutorConfigurationProperties
-
Convenience method to add properties for a single system.
- addTask(TaskProperties) - Method in class org.hawaiiframework.async.model.SystemProperties
-
Convenience method to add properties for a single task.
- afterPropertiesSet() - Method in class org.hawaiiframework.web.exception.HawaiiResponseEntityExceptionHandler
- afterQuery(ExecutionInfo, List<QueryInfo>) - Method in class org.hawaiiframework.async.sql.HawaiiQueryExecutionListener
- anyPublicMethod() - Method in class org.hawaiiframework.aspect.ApplicationPointcuts
- ApiError - Interface in org.hawaiiframework.exception
-
Interface that defines an API error of the application.
- ApiErrorResponseEnricher - Class in org.hawaiiframework.web.exception
-
This enricher adds api error information to the error response resource.
- ApiErrorResponseEnricher() - Constructor for class org.hawaiiframework.web.exception.ApiErrorResponseEnricher
- ApiErrorResponseResource - Class in org.hawaiiframework.web.resource
-
Response handler for API errors.
- ApiErrorResponseResource() - Constructor for class org.hawaiiframework.web.resource.ApiErrorResponseResource
- ApiErrorResponseResource(ApiException) - Constructor for class org.hawaiiframework.web.resource.ApiErrorResponseResource
- ApiException - Exception in org.hawaiiframework.exception
-
Exception with a predefined error code.
- ApiException(ApiError) - Constructor for exception org.hawaiiframework.exception.ApiException
-
Construct an API error.
- ApiException(ApiError, String) - Constructor for exception org.hawaiiframework.exception.ApiException
-
Construct an API error with a custome message.
- ApiException(ApiError, Throwable) - Constructor for exception org.hawaiiframework.exception.ApiException
-
Construct an API error from a Throwable.
- ApiException(ApiError, Throwable, String) - Constructor for exception org.hawaiiframework.exception.ApiException
-
Construct an API error from a Throwable with a custom message.
- applicationContextBinderApplicationListener() - Method in class org.hawaiiframework.boot.autoconfigure.HawaiiAutoConfiguration
- ApplicationContextBinderApplicationListener - Class in org.hawaiiframework.context
- ApplicationContextBinderApplicationListener() - Constructor for class org.hawaiiframework.context.ApplicationContextBinderApplicationListener
- ApplicationContextHolder - Class in org.hawaiiframework.context
- ApplicationPointcuts - Class in org.hawaiiframework.aspect
- ApplicationPointcuts() - Constructor for class org.hawaiiframework.aspect.ApplicationPointcuts
- apply() - Method in interface org.hawaiiframework.converter.NullListConversionStrategy
-
Applies the strategy and returns the list.
- applyTo(GenericObjectPoolConfig) - Method in class org.hawaiiframework.cache.redis.config.RedisPoolConfigurationProperties
-
Apply the configuration to a pool configuration.
- ASYNC_TIMEOUT_EXECUTOR - Static variable in class org.hawaiiframework.async.AsyncExecutorConfiguration
-
Async (task) timeout executor bean name.
- AsyncCallable<T> - Interface in org.hawaiiframework.async
-
Interface to allow wrapping of an async call.
- AsyncExecutorConfiguration - Class in org.hawaiiframework.async
-
Configuration class to set up asynchronous executors.
- AsyncExecutorConfiguration() - Constructor for class org.hawaiiframework.async.AsyncExecutorConfiguration
- AsyncExecutorFactory - Class in org.hawaiiframework.async.config
-
Factory to create executors for the asynchronous execution of methods using the @
Async
annotation. - AsyncExecutorFactory(BeanRegistrar, ExecutorConfigurationProperties) - Constructor for class org.hawaiiframework.async.config.AsyncExecutorFactory
-
The constructor.
- AsyncExecutorInitializer - Class in org.hawaiiframework.async.config
-
Utility to initialize executors for the asynchronous execution of methods using the @
Async
annotation. - AsyncExecutorInitializer(ConfigurableListableBeanFactory, ExecutorConfigurationProperties) - Constructor for class org.hawaiiframework.async.config.AsyncExecutorInitializer
-
The constructor.
- AsyncInvoke - Interface in org.hawaiiframework.async
-
Interface to allow wrapping of an async call.
- asyncMap(Collection<I>, Function<I, CompletableFuture<T>>) - Static method in class org.hawaiiframework.async.AsyncUtil
-
Applies the asynchronous
function
to each element ofinputs
. - AsyncPropertiesLoader - Class in org.hawaiiframework.async
-
Helper class to actually load the async configuration properties from the configuration file.
- AsyncPropertiesLoader(String) - Constructor for class org.hawaiiframework.async.AsyncPropertiesLoader
-
Construct a loader for a configuration file.
- asyncStreamAndMap(Collection<I>, Function<I, CompletableFuture<T>>) - Static method in class org.hawaiiframework.async.AsyncUtil
-
Applies the asynchronous
function
to each element ofinputs
. - asyncStreamAndMapToSingleList(Collection<I>, Function<I, CompletableFuture<List<T>>>) - Static method in class org.hawaiiframework.async.AsyncUtil
-
Applies the asynchronous
function
to each element ofinputs
. - AsyncUtil - Class in org.hawaiiframework.async
-
Utility class to wrap an asynchronous call and catch all errors.
- awaitAndGet(List<CompletableFuture<T>>) - Static method in class org.hawaiiframework.async.AsyncUtil
-
Await the completion of all futures and return the futures' answers.
- awaitAndMapToSingleList(List<CompletableFuture<List<T>>>) - Static method in class org.hawaiiframework.async.AsyncUtil
-
Await the completion of the futures and return the results in one list.
- awaitCompletion(List<CompletableFuture<T>>) - Static method in class org.hawaiiframework.async.AsyncUtil
-
Await completion of the set of futures.
All Classes All Packages