- handleApiException(ApiException, WebRequest) - Method in class org.hawaiiframework.web.exception.HawaiiResponseEntityExceptionHandler
-
Handles ValidationException
instances.
- handleExceptionInternal(Exception, Object, HttpHeaders, HttpStatus, WebRequest) - Method in class org.hawaiiframework.web.exception.HawaiiResponseEntityExceptionHandler
-
- handleHttpException(HttpException, WebRequest) - Method in class org.hawaiiframework.web.exception.HawaiiResponseEntityExceptionHandler
-
Handles HttpException
instances.
- handleThrowable(Throwable, WebRequest) - Method in class org.hawaiiframework.web.exception.HawaiiResponseEntityExceptionHandler
-
Handles Throwable
instances.
- handleValidationException(ValidationException, WebRequest) - Method in class org.hawaiiframework.web.exception.HawaiiResponseEntityExceptionHandler
-
Handles ValidationException
instances.
- hasErrors() - Method in class org.hawaiiframework.validation.ValidationResult
-
Returns true
if this validation result contains errors.
- hashCode() - Method in class org.hawaiiframework.util.tuple.Tuple1
-
- hashCode() - Method in class org.hawaiiframework.util.tuple.Tuple10
-
- hashCode() - Method in class org.hawaiiframework.util.tuple.Tuple2
-
- hashCode() - Method in class org.hawaiiframework.util.tuple.Tuple3
-
- hashCode() - Method in class org.hawaiiframework.util.tuple.Tuple4
-
- hashCode() - Method in class org.hawaiiframework.util.tuple.Tuple5
-
- hashCode() - Method in class org.hawaiiframework.util.tuple.Tuple6
-
- hashCode() - Method in class org.hawaiiframework.util.tuple.Tuple7
-
- hashCode() - Method in class org.hawaiiframework.util.tuple.Tuple8
-
- hashCode() - Method in class org.hawaiiframework.util.tuple.Tuple9
-
- hasNext() - Method in class org.hawaiiframework.logging.util.MaskedPasswordBuilder
-
Returns true
if the string to mask has more characters.
- HawaiiAsyncAutoConfiguration - Class in org.hawaiiframework.boot.autoconfigure.async
-
- HawaiiAsyncAutoConfiguration() - Constructor for class org.hawaiiframework.boot.autoconfigure.async.HawaiiAsyncAutoConfiguration
-
- HawaiiAsyncUtil - Class in org.hawaiiframework.async
-
Utility to retrieve the value from a CompletableFuture
.
- HawaiiAutoConfiguration - Class in org.hawaiiframework.boot.autoconfigure
-
- HawaiiAutoConfiguration() - Constructor for class org.hawaiiframework.boot.autoconfigure.HawaiiAutoConfiguration
-
- HawaiiException - Exception in org.hawaiiframework.exception
-
- HawaiiException() - Constructor for exception org.hawaiiframework.exception.HawaiiException
-
Constructs a new HawaiiException
.
- HawaiiException(String) - Constructor for exception org.hawaiiframework.exception.HawaiiException
-
Constructs a new HawaiiException
with the supplied message.
- HawaiiException(String, Throwable) - Constructor for exception org.hawaiiframework.exception.HawaiiException
-
Constructs a new HawaiiException
with the supplied message and Throwable
.
- HawaiiException(Throwable) - Constructor for exception org.hawaiiframework.exception.HawaiiException
-
Constructs a new HawaiiException
with the supplied Throwable
.
- HawaiiHttpComponentsClientHttpRequestFactory - Class in org.hawaiiframework.async.http
-
- HawaiiHttpComponentsClientHttpRequestFactory() - Constructor for class org.hawaiiframework.async.http.HawaiiHttpComponentsClientHttpRequestFactory
-
- HawaiiJacksonAutoConfiguration - Class in org.hawaiiframework.boot.autoconfigure.jackson
-
- HawaiiJacksonAutoConfiguration() - Constructor for class org.hawaiiframework.boot.autoconfigure.jackson.HawaiiJacksonAutoConfiguration
-
- HawaiiLoggingAutoConfiguration - Class in org.hawaiiframework.boot.autoconfigure.logging
-
Autoconfiguration for the Hawaii logging module.
- HawaiiLoggingAutoConfiguration() - Constructor for class org.hawaiiframework.boot.autoconfigure.logging.HawaiiLoggingAutoConfiguration
-
- HawaiiLoggingConfiguration - Class in org.hawaiiframework.logging.config
-
Configures the logging based on the application properties.
- HawaiiLoggingConfiguration() - Constructor for class org.hawaiiframework.logging.config.HawaiiLoggingConfiguration
-
- HawaiiLoggingConfigurationProperties - Class in org.hawaiiframework.logging.config
-
Model class that represents the Hawaii logging configuration properties.
- HawaiiLoggingConfigurationProperties() - Constructor for class org.hawaiiframework.logging.config.HawaiiLoggingConfigurationProperties
-
- HawaiiPropertyDefaultsPostProcessor - Class in org.hawaiiframework.boot.autoconfigure.env
-
An EnvironmentPostProcessor
that configures the default Hawaii properties.
- HawaiiPropertyDefaultsPostProcessor() - Constructor for class org.hawaiiframework.boot.autoconfigure.env.HawaiiPropertyDefaultsPostProcessor
-
- hawaiiResponseEntityExceptionHandler() - Method in class org.hawaiiframework.boot.autoconfigure.rest.HawaiiRestAutoConfiguration
-
- HawaiiResponseEntityExceptionHandler - Class in org.hawaiiframework.web.exception
-
This class creates proper HTTP response bodies for exceptions.
- HawaiiResponseEntityExceptionHandler(ValidationErrorResourceAssembler, ExceptionResponseFactory) - Constructor for class org.hawaiiframework.web.exception.HawaiiResponseEntityExceptionHandler
-
- HawaiiRestAutoConfiguration - Class in org.hawaiiframework.boot.autoconfigure.rest
-
- HawaiiRestAutoConfiguration() - Constructor for class org.hawaiiframework.boot.autoconfigure.rest.HawaiiRestAutoConfiguration
-
- HawaiiStringEncryptor - Class in org.hawaiiframework.crypto
-
Implementation of Jasypt's StringEncryptor
interface.
- HawaiiStringEncryptor(String, String) - Constructor for class org.hawaiiframework.crypto.HawaiiStringEncryptor
-
Creates a new HawaiiStringEncryptor
with the given key and init vector.
- HawaiiTaskExecutionException - Exception in org.hawaiiframework.async.exception
-
Exception thrown when a task's CompletableFuture.get()
throws an error.
- HawaiiTaskExecutionException() - Constructor for exception org.hawaiiframework.async.exception.HawaiiTaskExecutionException
-
Constructs a new HawaiiTaskExecutionException
.
- HawaiiTaskExecutionException(String) - Constructor for exception org.hawaiiframework.async.exception.HawaiiTaskExecutionException
-
Constructs a new HawaiiTaskExecutionException
with the supplied message
.
- HawaiiTaskExecutionException(String, Throwable) - Constructor for exception org.hawaiiframework.async.exception.HawaiiTaskExecutionException
-
Constructs a new HawaiiTaskExecutionException
with the supplied message
and cause
.
- HawaiiTaskExecutionException(Throwable) - Constructor for exception org.hawaiiframework.async.exception.HawaiiTaskExecutionException
-
Constructs a new HawaiiTaskExecutionException
with the supplied cause
.
- hawaiiTime() - Method in class org.hawaiiframework.boot.autoconfigure.time.HawaiiTimeAutoConfiguration
-
- hawaiiTime - Variable in class org.hawaiiframework.test.mockmvc.AbstractMockMvcTest
-
- HawaiiTime - Class in org.hawaiiframework.time
-
This class provides a application wide Clock
reference to instantiate new java.time
date and time objects.
- HawaiiTime() - Constructor for class org.hawaiiframework.time.HawaiiTime
-
- HawaiiTime(ZoneId) - Constructor for class org.hawaiiframework.time.HawaiiTime
-
Constructs a new HawaiiTime
with the supplied zone.
- HawaiiTime(Clock) - Constructor for class org.hawaiiframework.time.HawaiiTime
-
Constructs a new HawaiiTime
with the supplied clock.
- HawaiiTimeAutoConfiguration - Class in org.hawaiiframework.boot.autoconfigure.time
-
- HawaiiTimeAutoConfiguration() - Constructor for class org.hawaiiframework.boot.autoconfigure.time.HawaiiTimeAutoConfiguration
-
- HawaiiTimeProperties - Class in org.hawaiiframework.boot.autoconfigure.time
-
- HawaiiTimeProperties() - Constructor for class org.hawaiiframework.boot.autoconfigure.time.HawaiiTimeProperties
-
- HttpComponentHttpRequestTaskAbortStrategy - Class in org.hawaiiframework.async.http
-
Strategy to abort and Http Components HTTP request.
- HttpComponentHttpRequestTaskAbortStrategy(HttpUriRequest) - Constructor for class org.hawaiiframework.async.http.HttpComponentHttpRequestTaskAbortStrategy
-
Construct a new instance with the request
we may have to abort.
- HttpException - Exception in org.hawaiiframework.web.exception
-
- HttpException(HttpStatus) - Constructor for exception org.hawaiiframework.web.exception.HttpException
-
Constructs a new HttpException
with the supplied HttpStatus
.
- HttpException(String, HttpStatus) - Constructor for exception org.hawaiiframework.web.exception.HttpException
-
Constructs a new HttpException
with the supplied message and HttpStatus
.
- HttpException(String, Throwable, HttpStatus) - Constructor for exception org.hawaiiframework.web.exception.HttpException
-
Constructs a new HttpException
with the supplied message, Throwable
and HttpStatus
.
- HttpException(Throwable, HttpStatus) - Constructor for exception org.hawaiiframework.web.exception.HttpException
-
Constructs a new HttpException
with the supplied Throwable
and HttpStatus
.
- HttpHeaderLoggingFilterProperties - Class in org.hawaiiframework.logging.config
-
Extension of basic LoggingFilterProperties that also holds the name of a HTTP header
that the filter can use.
- HttpHeaderLoggingFilterProperties() - Constructor for class org.hawaiiframework.logging.config.HttpHeaderLoggingFilterProperties
-
- httpRequestResponseLogUtil() - Method in class org.hawaiiframework.logging.config.HawaiiLoggingConfiguration
-
- HttpRequestResponseLogUtil - Class in org.hawaiiframework.logging.util
-
Utility for logging requests / responses.
- HttpRequestResponseLogUtil() - Constructor for class org.hawaiiframework.logging.util.HttpRequestResponseLogUtil
-