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

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
 
AbortStrategyQueryExecutionListener - Class in org.hawaiiframework.async.sql
Query execution listener that registers an abort strategy for a task.
AbortStrategyQueryExecutionListener() - Constructor for class org.hawaiiframework.async.sql.AbortStrategyQueryExecutionListener
 
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
AbstractModelConverter(Class<T>, NullListConversionStrategy<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.
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
addSystem(SystemProperties) - Method in class org.hawaiiframework.async.model.ExecutorConfigurationProperties
Convenience method to add properties for a single system.
addTagsToKibanaFields(Map<String, Object>) - Static method in class org.hawaiiframework.logging.opentracing.OpentracingKibanaUtil
Add the tags, if they exist in the OpentracingKibanaLogField, to the KibanaLogFields.
addTagToKibanaFields(String, Object) - Static method in class org.hawaiiframework.logging.opentracing.OpentracingKibanaUtil
Add the tag, if it exists in the OpentracingKibanaLogField, to the KibanaLogFields.
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.AbortStrategyQueryExecutionListener
 
afterQuery(ExecutionInfo, List<QueryInfo>) - Method in class org.hawaiiframework.logging.sql.StatementLoggerQueryExecutionListener
ALL_DISPATCHER_TYPES - Static variable in class org.hawaiiframework.logging.config.filter.FilterRegistrationBeanUtil
 
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
 
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 of inputs.
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 of inputs.
asyncStreamAndMapToSingleList(Collection<I>, Function<I, CompletableFuture<List<T>>>) - Static method in class org.hawaiiframework.async.AsyncUtil
Applies the asynchronous function to each element of inputs.
AsyncUtil - Class in org.hawaiiframework.async
Utility class to wrap an asynchronous call and catch all errors.
AutoCloseableKibanaLogField - Class in org.hawaiiframework.logging.model
A wrapper around a KibanaLogField where the field is closeable.
AutoCloseableKibanaLogField(KibanaLogField) - Constructor for class org.hawaiiframework.logging.model.AutoCloseableKibanaLogField
The constructor.
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.
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