- read() - Method in class org.hawaiiframework.logging.web.filter.ResettableServletInputStream
- register(SharedTaskContext) - Static method in class org.hawaiiframework.async.timeout.SharedTaskContextHolder
-
- registerKibanaLogFieldsInThisThread() - Method in class org.hawaiiframework.logging.model.KibanaLogContext
-
- reject(String) - Method in class org.hawaiiframework.validation.ValidationResult
-
- rejectField(String, T) - Method in class org.hawaiiframework.validation.ValidationResult
-
Reject a field
with value actual
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(T, Matcher<? super T>, 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, 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
-
- 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.
- removeFromCache(String) - Method in class org.hawaiiframework.sql.AbstractCachingSqlQueryResolver
-
Provides functionality to clear the cache for a certain sql query.
- removeResponseEnricher(ErrorResponseEnricher) - Method in class org.hawaiiframework.web.exception.HawaiiResponseEntityExceptionHandler
-
- removeResponseEnricher(Class<? extends ErrorResponseEnricher>) - Method in class org.hawaiiframework.web.exception.HawaiiResponseEntityExceptionHandler
-
- requestDurationFilter() - Method in class org.hawaiiframework.logging.config.HawaiiLoggingConfiguration
-
- 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
-
- 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
-
- 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
-
- 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
-
- REQUIRED - Static variable in class org.hawaiiframework.validation.field.FieldRejection
-
- reset() - Method in class org.hawaiiframework.logging.util.MaskedPasswordBuilder
-
- 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 and Throwable
.
- ResourceNotFoundException(Throwable) - Constructor for exception org.hawaiiframework.web.exception.ResourceNotFoundException
-
Constructs a new ResourceNotFoundException
with the supplied Throwable
.
- ResourceSqlQueryResolver - Class in org.hawaiiframework.sql
-
Simple implementation of
SqlQueryResolver
resolving sql queries using Spring's generic
ResourceLoader
mechanism.
- ResourceSqlQueryResolver() - Constructor for class org.hawaiiframework.sql.ResourceSqlQueryResolver
-
- ResourceSqlQueryResolver(ResourceLoader) - Constructor for class org.hawaiiframework.sql.ResourceSqlQueryResolver
-
- run() - Method in class org.hawaiiframework.async.AbortableTaskRunnable
- run() - Method in class org.hawaiiframework.async.timeout.TimeoutGuardTask