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
R
- raiseError(Class<T>) - Static method in class org.hawaiiframework.converter.DefaultNullListConversionStrategies
-
Raise an
IllegalArgumentException
that the list is null. - read() - Method in class org.hawaiiframework.logging.web.filter.ResettableServletInputStream
- readAccessToken(String) - Method in class org.hawaiiframework.security.oauth2.provider.token.HawaiiTokenServices
- RedisCache<T> - Class in org.hawaiiframework.cache.redis
-
Redis Cache implementation.
- RedisCache(RedisTemplate<String, T>, HawaiiTime, Long, String) - Constructor for class org.hawaiiframework.cache.redis.RedisCache
-
Constructor.
- RedisConfiguration - Class in org.hawaiiframework.cache.redis.config
-
Redis configuration.
- RedisConfiguration(RedisConfigurationProperties, HawaiiTime) - Constructor for class org.hawaiiframework.cache.redis.config.RedisConfiguration
-
Constructor.
- RedisConfigurationProperties - Class in org.hawaiiframework.cache.redis.config
-
Redis configuration properties.
- RedisConfigurationProperties() - Constructor for class org.hawaiiframework.cache.redis.config.RedisConfigurationProperties
- RedisPoolConfigurationProperties - Class in org.hawaiiframework.cache.redis.config
-
Configuration properties for an Apache Commons Generic Pool used by the redis configuration.
- RedisPoolConfigurationProperties() - Constructor for class org.hawaiiframework.cache.redis.config.RedisPoolConfigurationProperties
- redisSentinelConfiguration() - Method in class org.hawaiiframework.cache.redis.config.RedisConfiguration
-
Creates a new redis sentinel configuration.
- register(SharedTaskContext) - Static method in class org.hawaiiframework.async.timeout.SharedTaskContextHolder
-
Initialize the
SharedTaskContextHolder
with thesharedTaskContext
. - registerBean(String, Class<?>) - Method in class org.hawaiiframework.async.config.BeanRegistrar
-
Create a
GenericBeanDefinition
of the specified class and register it with the registry. - registerBean(String, Class<?>, ConstructorArgumentValues) - Method in class org.hawaiiframework.async.config.BeanRegistrar
-
Create a
GenericBeanDefinition
of the specified class and register it with the registry. - registerKibanaLogFieldsInThisThread() - Method in class org.hawaiiframework.logging.model.KibanaLogContext
-
Registers the log fields of this
KibanaLogContext
into the KibanaLogFields. - registerLogFields() - Method in class org.hawaiiframework.async.timeout.SharedTaskContext
-
Registers log fields using the current log context.
- reject(String) - Method in class org.hawaiiframework.validation.ValidationResult
- rejectField(String, T) - Method in class org.hawaiiframework.validation.ValidationResult
-
Reject a
field
with valueactual
in a fluent manner. - rejectIf(boolean, String) - Method in class org.hawaiiframework.validation.ValidationResult
- rejectIf(T, Matcher<? super T>, String) - Method in class org.hawaiiframework.validation.ValidationResult
- rejectValue(String) - Method in class org.hawaiiframework.validation.ValidationResult
- rejectValue(String, String) - Method in class org.hawaiiframework.validation.ValidationResult
- rejectValueIf(boolean, String) - Method in class org.hawaiiframework.validation.ValidationResult
- rejectValueIf(boolean, String, String) - Method in class org.hawaiiframework.validation.ValidationResult
- rejectValueIf(T, Matcher<? super T>, String) - Method in class org.hawaiiframework.validation.ValidationResult
- rejectValueIf(T, Matcher<? super T>, String, String) - Method in class org.hawaiiframework.validation.ValidationResult
- release() - Static method in class org.hawaiiframework.context.ApplicationContextHolder
-
Releases the
ApplicationContext
associated with the current context class loader. - remove() - Static method in class org.hawaiiframework.async.timeout.SharedTaskContextHolder
-
Removes the current
SharedTaskContext
from the ThreadLocal store. - remove() - Static method in class org.hawaiiframework.logging.model.RequestId
-
Clear the thread local.
- remove() - Static method in class org.hawaiiframework.logging.model.TransactionId
-
Clear the thread local.
- remove(String) - Method in interface org.hawaiiframework.cache.Cache
-
Remove the value associate with the
key
. - remove(String) - Method in class org.hawaiiframework.cache.redis.RedisCache
-
Remove the value associate with the
key
. - removeFromCache(String) - Method in class org.hawaiiframework.sql.AbstractCachingSqlQueryResolver
-
Provides functionality to clear the cache for a certain sql query.
- removeLogFields() - Method in class org.hawaiiframework.async.timeout.SharedTaskContext
-
Clears the kibana log fields.
- removeResponseEnricher(Class<? extends ErrorResponseEnricher>) - Method in class org.hawaiiframework.web.exception.HawaiiResponseEntityExceptionHandler
-
De-registers a
ErrorResponseEnricher
based on its class name. - removeResponseEnricher(ErrorResponseEnricher) - Method in class org.hawaiiframework.web.exception.HawaiiResponseEntityExceptionHandler
-
De-registers a
ErrorResponseEnricher
. - REQUEST_BODY - org.hawaiiframework.logging.model.KibanaLogTypeNames
- REQUEST_DURATION - org.hawaiiframework.logging.model.KibanaLogFieldNames
- REQUEST_ID - org.hawaiiframework.logging.model.KibanaLogFieldNames
- requestDurationFilter() - Method in class org.hawaiiframework.logging.config.HawaiiLoggingConfiguration
-
Create the
RequestDurationFilter
bean. - RequestDurationFilter - Class in org.hawaiiframework.logging.web.filter
-
A filter that logs the duration of the request.
- RequestDurationFilter() - Constructor for class org.hawaiiframework.logging.web.filter.RequestDurationFilter
- requestDurationFilterRegistration(RequestDurationFilter) - Method in class org.hawaiiframework.logging.config.HawaiiLoggingConfiguration
-
Register the
HawaiiLoggingConfiguration.requestDurationFilter()
bean. - RequestId - Class in org.hawaiiframework.logging.model
-
Class that holds a request id in a ThreadLocal.
- requestIdFilter() - Method in class org.hawaiiframework.logging.config.HawaiiLoggingConfiguration
-
Create the
RequestIdFilter
bean. - RequestIdFilter - Class in org.hawaiiframework.logging.web.filter
-
A filter that assigns each request a unique request id and output the request id to the response header.
- RequestIdFilter(String) - Constructor for class org.hawaiiframework.logging.web.filter.RequestIdFilter
-
Constructor.
- requestIdFilterRegistration(RequestIdFilter) - Method in class org.hawaiiframework.logging.config.HawaiiLoggingConfiguration
-
Register the
RequestIdFilter
bean. - RequestInfoErrorResponseEnricher - Class in org.hawaiiframework.web.exception
-
This enricher copies information from the original web request onto the error response resource.
- RequestInfoErrorResponseEnricher() - Constructor for class org.hawaiiframework.web.exception.RequestInfoErrorResponseEnricher
- requestResponseLogFilter(HttpRequestResponseLogUtil) - Method in class org.hawaiiframework.logging.config.HawaiiLoggingConfiguration
-
Create the request/response logging filter bean.
- RequestResponseLogFilter - Class in org.hawaiiframework.logging.web.filter
-
Filter that logs the input and output of each HTTP request.
- RequestResponseLogFilter(RequestResponseLogFilterConfiguration, HttpRequestResponseLogUtil) - Constructor for class org.hawaiiframework.logging.web.filter.RequestResponseLogFilter
-
The constructor.
- RequestResponseLogFilterConfiguration - Class in org.hawaiiframework.logging.config
-
Class to hold the configuration properties for the logging filter.
- RequestResponseLogFilterConfiguration() - Constructor for class org.hawaiiframework.logging.config.RequestResponseLogFilterConfiguration
- requestResponseLogFilterRegistration(RequestResponseLogFilter) - Method in class org.hawaiiframework.logging.config.HawaiiLoggingConfiguration
-
Create and register the
RequestResponseLogFilter
bean. - REQUIRED - Static variable in class org.hawaiiframework.validation.field.FieldRejection
- reset() - Method in class org.hawaiiframework.logging.util.MaskedPasswordBuilder
-
Resets the current character (or index) to the one set by
MaskedPasswordBuilder.mark()
. - reset() - Method in class org.hawaiiframework.logging.web.filter.ResettableHttpServletRequest
-
Reset the input stream so we can read it again.
- reset() - Method in class org.hawaiiframework.logging.web.filter.ResettableServletInputStream
-
Set the input to use for the stream.
- ResettableHttpServletRequest - Class in org.hawaiiframework.logging.web.filter
-
HttpServletRequestWrapper that allows resetting of the input stream.
- ResettableHttpServletRequest(HttpServletRequest, HttpServletResponse) - Constructor for class org.hawaiiframework.logging.web.filter.ResettableHttpServletRequest
-
The constructor.
- ResettableServletInputStream - Class in org.hawaiiframework.logging.web.filter
-
Input stream that can be 'reset', that is, the stream can be reset by supplying the (original) data again.
- ResettableServletInputStream(byte[]) - Constructor for class org.hawaiiframework.logging.web.filter.ResettableServletInputStream
-
The constructor.
- resolve(HttpServletRequest, String) - Method in class org.hawaiiframework.logging.util.UuidResolver
-
Resolve the UUID from the header with name
headerName
. - resolveSqlQuery(String) - Method in class org.hawaiiframework.sql.AbstractCachingSqlQueryResolver
- resolveSqlQuery(String) - Method in interface org.hawaiiframework.sql.SqlQueryResolver
-
Resolve the given sql query by name.
- resolveSqlQuery(String) - Method in class org.hawaiiframework.sql.SqlQueryResolverComposite
- ResourceNotFoundException - Exception in org.hawaiiframework.web.exception
- ResourceNotFoundException() - Constructor for exception org.hawaiiframework.web.exception.ResourceNotFoundException
-
Constructs a new
ResourceNotFoundException
. - ResourceNotFoundException(String) - Constructor for exception org.hawaiiframework.web.exception.ResourceNotFoundException
-
Constructs a new
ResourceNotFoundException
with the supplied message. - ResourceNotFoundException(String, Throwable) - Constructor for exception org.hawaiiframework.web.exception.ResourceNotFoundException
-
Constructs a new
ResourceNotFoundException
with the supplied message andThrowable
. - ResourceNotFoundException(Throwable) - Constructor for exception org.hawaiiframework.web.exception.ResourceNotFoundException
-
Constructs a new
ResourceNotFoundException
with the suppliedThrowable
. - resourceServerTokenServices(TokenStore, OAuth2RestOperations, ResourceServerProperties, PrincipalExtractor, Cache<Authentication>) - Method in class org.hawaiiframework.security.oauth2.config.HawaiiResourceServerConfigurerAdapter
-
Bean configuration of the
HawaiiTokenServices
to use. - ResourceSqlQueryResolver - Class in org.hawaiiframework.sql
-
Simple implementation of
SqlQueryResolver
resolving sql queries using Spring's genericResourceLoader
mechanism. - ResourceSqlQueryResolver() - Constructor for class org.hawaiiframework.sql.ResourceSqlQueryResolver
- ResourceSqlQueryResolver(ResourceLoader) - Constructor for class org.hawaiiframework.sql.ResourceSqlQueryResolver
- RESPONSE_BODY - org.hawaiiframework.logging.model.KibanaLogTypeNames
- returnEmptyList(Class<T>) - Static method in class org.hawaiiframework.converter.DefaultNullListConversionStrategies
-
Return an empty list.
- returnNull(Class<T>) - Static method in class org.hawaiiframework.converter.DefaultNullListConversionStrategies
-
Return null.
- run() - Method in class org.hawaiiframework.async.HawaiiAsyncRunnable
All Classes All Packages