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
H
- handleApiException(ApiException, WebRequest) - Method in class org.hawaiiframework.web.exception.HawaiiResponseEntityExceptionHandler
-
Handles
ValidationExceptioninstances. - 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
HttpExceptioninstances. - handleThrowable(Throwable, WebRequest) - Method in class org.hawaiiframework.web.exception.HawaiiResponseEntityExceptionHandler
-
Handles
Throwableinstances. - handleValidationException(ValidationException, WebRequest) - Method in class org.hawaiiframework.web.exception.HawaiiResponseEntityExceptionHandler
-
Handles
ValidationExceptioninstances. - hasDelegate(ThreadPoolTaskExecutor) - Method in class org.hawaiiframework.async.DelegatingExecutor
-
For testing purposes.
- hasErrors() - Method in class org.hawaiiframework.validation.ValidationResult
-
Returns
trueif 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
trueif 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
- HawaiiAsyncRunnable - Class in org.hawaiiframework.async
-
This class will handle all administrative calls which need to be done for every call.
- HawaiiAsyncRunnable(SharedTaskContext) - Constructor for class org.hawaiiframework.async.HawaiiAsyncRunnable
-
Constructor.
- 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
HawaiiExceptionwith the supplied message. - HawaiiException(String, Throwable) - Constructor for exception org.hawaiiframework.exception.HawaiiException
-
Constructs a new
HawaiiExceptionwith the supplied message andThrowable. - HawaiiException(Throwable) - Constructor for exception org.hawaiiframework.exception.HawaiiException
-
Constructs a new
HawaiiExceptionwith the suppliedThrowable. - HawaiiHttpComponentsClientHttpRequestFactory - Class in org.hawaiiframework.async.http
-
An HTTP request factory that sets the
TaskAbortStrategyfor the request. - 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
- hawaiiLogger(HttpRequestResponseLogUtil, HawaiiLoggingConfigurationProperties) - Method in class org.hawaiiframework.logging.config.HawaiiLoggingConfiguration
- 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() - Method in class org.hawaiiframework.logging.config.HawaiiLoggingConfiguration
- HawaiiLoggingConfigurationProperties - Class in org.hawaiiframework.logging.config
-
Properties used by .
- HawaiiLoggingConfigurationProperties() - Constructor for class org.hawaiiframework.logging.config.HawaiiLoggingConfigurationProperties
- HawaiiLoggingFilterConfiguration - Class in org.hawaiiframework.logging.config
-
Configuration that includes all filter configurations.
- HawaiiLoggingFilterConfiguration() - Constructor for class org.hawaiiframework.logging.config.HawaiiLoggingFilterConfiguration
- HawaiiLoggingFilterConfigurationProperties - Class in org.hawaiiframework.logging.config.filter
-
Model class that represents the Hawaii logging configuration properties.
- HawaiiLoggingFilterConfigurationProperties() - Constructor for class org.hawaiiframework.logging.config.filter.HawaiiLoggingFilterConfigurationProperties
- HawaiiRedisAutoConfiguration - Class in org.hawaiiframework.boot.autoconfigure.cache
- HawaiiRedisAutoConfiguration() - Constructor for class org.hawaiiframework.boot.autoconfigure.cache.HawaiiRedisAutoConfiguration
- hawaiiRedisCacheBuilder(JedisConnectionFactory) - Method in class org.hawaiiframework.cache.redis.config.RedisConfiguration
-
Provides a
HawaiiRedisCacheBuilder. - HawaiiRedisCacheBuilder - Class in org.hawaiiframework.cache.redis
-
Builder class for the creation of a
RedisCache. - HawaiiRedisCacheBuilder(RedisConfigurationProperties, JedisConnectionFactory, HawaiiTime) - Constructor for class org.hawaiiframework.cache.redis.HawaiiRedisCacheBuilder
-
Constructor.
- HawaiiRequestResponseLogger - Interface in org.hawaiiframework.logging.http
-
Responsible for logging Http requests and responses.
- HawaiiResourceServerConfigurerAdapter - Class in org.hawaiiframework.security.oauth2.config
-
Deprecated.See the * OAuth 2.0 Migration Guide for Spring Security 5. Among others, creating a TokenStore bean is no longer necessary.
- HawaiiResourceServerConfigurerAdapter() - Constructor for class org.hawaiiframework.security.oauth2.config.HawaiiResourceServerConfigurerAdapter
-
Deprecated.
- 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(ModelConverter<ValidationError, ValidationErrorResource>, 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
StringEncryptorinterface. - HawaiiStringEncryptor(String, String) - Constructor for class org.hawaiiframework.crypto.HawaiiStringEncryptor
-
Creates a new
HawaiiStringEncryptorwith 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
HawaiiTaskExecutionExceptionwith the suppliedmessage. - HawaiiTaskExecutionException(String, Throwable) - Constructor for exception org.hawaiiframework.async.exception.HawaiiTaskExecutionException
-
Constructs a new
HawaiiTaskExecutionExceptionwith the suppliedmessageandcause. - HawaiiTaskExecutionException(Throwable) - Constructor for exception org.hawaiiframework.async.exception.HawaiiTaskExecutionException
-
Constructs a new
HawaiiTaskExecutionExceptionwith the suppliedcause. - hawaiiTime - Variable in class org.hawaiiframework.test.mockmvc.AbstractMockMvcTest
- hawaiiTime() - Method in class org.hawaiiframework.boot.autoconfigure.time.HawaiiTimeAutoConfiguration
- HawaiiTime - Class in org.hawaiiframework.time
-
This class provides a application wide
Clockreference to instantiate newjava.timedate and time objects. - HawaiiTime() - Constructor for class org.hawaiiframework.time.HawaiiTime
-
Constructs a new
HawaiiTimewith the defaultHawaiiTime.DEFAULT_ZONE. - HawaiiTime(Clock) - Constructor for class org.hawaiiframework.time.HawaiiTime
-
Constructs a new
HawaiiTimewith the supplied clock. - HawaiiTime(ZoneId) - Constructor for class org.hawaiiframework.time.HawaiiTime
-
Constructs a new
HawaiiTimewith the supplied zone. - 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
- HawaiiTokenServices - Class in org.hawaiiframework.security.oauth2.provider.token
-
ResourceServerTokenServicesimplementation that combines the logic of theDefaultTokenServicesandUserInfoTokenServicesimplementations. - HawaiiTokenServices(DefaultTokenServices, UserInfoTokenServices, Cache<Authentication>) - Constructor for class org.hawaiiframework.security.oauth2.provider.token.HawaiiTokenServices
-
Constructor.
- HawaiiUrlSafeStringEncryptor - Class in org.hawaiiframework.crypto
-
Hawaii String Encryptor with Url safe base64 encoding.
- HawaiiUrlSafeStringEncryptor(String, String) - Constructor for class org.hawaiiframework.crypto.HawaiiUrlSafeStringEncryptor
-
Creates a new
HawaiiUrlSafeStringEncryptorwith the given key and init vector. - headerBytes() - Method in class org.hawaiiframework.logging.logback.KibanaLogEventEncoder
- HexEncoder - Class in org.hawaiiframework.util.codec
-
Utility class to encode and decode hex strings.
- HexEncoder() - Constructor for class org.hawaiiframework.util.codec.HexEncoder
- hostResolver() - Method in class org.hawaiiframework.boot.autoconfigure.rest.HawaiiRestAutoConfiguration
- HostResolver - Class in org.hawaiiframework.web.util
-
Utility class to get host related information.
- HostResolver() - Constructor for class org.hawaiiframework.web.util.HostResolver
- HTTP_METHOD - org.hawaiiframework.logging.opentracing.OpentracingKibanaLogField
- HTTP_STATUS - org.hawaiiframework.logging.model.KibanaLogFieldNames
- HTTP_STATUS_CODE - org.hawaiiframework.logging.opentracing.OpentracingKibanaLogField
- HTTP_URL - org.hawaiiframework.logging.opentracing.OpentracingKibanaLogField
- 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
requestwe may have to abort. - HttpException - Exception in org.hawaiiframework.web.exception
- HttpException(String, Throwable, HttpStatus) - Constructor for exception org.hawaiiframework.web.exception.HttpException
- HttpException(String, HttpStatus) - Constructor for exception org.hawaiiframework.web.exception.HttpException
-
Constructs a new
HttpExceptionwith the supplied message andHttpStatus. - HttpException(Throwable, HttpStatus) - Constructor for exception org.hawaiiframework.web.exception.HttpException
- HttpException(HttpStatus) - Constructor for exception org.hawaiiframework.web.exception.HttpException
-
Constructs a new
HttpExceptionwith the suppliedHttpStatus. - HttpHeaderLoggingFilterProperties - Class in org.hawaiiframework.logging.config.filter
-
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.filter.HttpHeaderLoggingFilterProperties
- httpRequestResponseLogUtil() - Method in class org.hawaiiframework.logging.config.HawaiiLoggingConfiguration
-
Create a
HttpRequestResponseLogUtilbean. - HttpRequestResponseLogUtil - Class in org.hawaiiframework.logging.util
-
Utility for logging requests / responses.
- HttpRequestResponseLogUtil() - Constructor for class org.hawaiiframework.logging.util.HttpRequestResponseLogUtil
All Classes All Packages