Skip navigation links
Hawaii Framework
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 

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(MdcContext, 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
addAllErrors(List<ValidationError>) - Method in class org.hawaiiframework.validation.ValidationResult
Adds the supplied ValidationErrors to this ValidationResult.
addAllErrors(ValidationResult) - Method in class org.hawaiiframework.validation.ValidationResult
Adds all errors from the supplied ValidationResult to this ValidationResult.
addError(ValidationError) - Method in class org.hawaiiframework.validation.ValidationResult
Adds the supplied ValidationError to this ValidationResult.
addExecutor(ExecutorProperties) - Method in class org.hawaiiframework.async.model.ExecutorConfigurationProperties
Convenience method to add properties for a single executor.
addResponseEnricher(ErrorResponseEnricher) - Method in class org.hawaiiframework.web.exception.HawaiiResponseEntityExceptionHandler
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
 
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
ApplicationListener that binds the ApplicationContext to the Hawaii ApplicationContextHolder.
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
 
AsyncExecutorConfiguration - Class in org.hawaiiframework.async
Configuration class to set up asynchronous executors.
AsyncExecutorConfiguration() - Constructor for class org.hawaiiframework.async.AsyncExecutorConfiguration
 
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.
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 
Skip navigation links
Hawaii Framework