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
- read() - Method in class org.hawaiiframework.logging.web.filter.ResettableServletInputStream
- register(SharedTaskContext) - Static method in class org.hawaiiframework.async.timeout.SharedTaskContextHolder
-
Initialize the
SharedTaskContextHolder
with thesharedTaskContext
. - registerKibanaLogFieldsInThisThread() - Method in class org.hawaiiframework.logging.model.KibanaLogContext
-
Registers the log fields of this
KibanaLogContext
into the KibanaLogFields. - 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.
- removeFromCache(String) - Method in class org.hawaiiframework.sql.AbstractCachingSqlQueryResolver
-
Provides functionality to clear the cache for a certain sql query.
- 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
. - 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
- run() - Method in class org.hawaiiframework.async.AbortableTaskRunnable
- run() - Method in class org.hawaiiframework.async.timeout.TimeoutGuardTask
All Classes All Packages