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
B
- BadRequestException - Exception in org.hawaiiframework.web.exception
- BadRequestException() - Constructor for exception org.hawaiiframework.web.exception.BadRequestException
-
Constructs a new
BadRequestException
. - BadRequestException(String) - Constructor for exception org.hawaiiframework.web.exception.BadRequestException
-
Constructs a new
BadRequestException
with the supplied message. - BadRequestException(String, Throwable) - Constructor for exception org.hawaiiframework.web.exception.BadRequestException
-
Constructs a new
BadRequestException
with the supplied message andThrowable
. - BadRequestException(Throwable) - Constructor for exception org.hawaiiframework.web.exception.BadRequestException
-
Constructs a new
BadRequestException
with the suppliedThrowable
. - BeanRegistrar - Class in org.hawaiiframework.async.config
-
Utility to add beans to Spring's bean definition registry.
- BeanRegistrar(BeanDefinitionRegistry) - Constructor for class org.hawaiiframework.async.config.BeanRegistrar
-
The constructor.
- beforeQuery(ExecutionInfo, List<QueryInfo>) - Method in class org.hawaiiframework.async.sql.AbortStrategyQueryExecutionListener
- beforeQuery(ExecutionInfo, List<QueryInfo>) - Method in class org.hawaiiframework.logging.sql.StatementLoggerQueryExecutionListener
- between(Instant) - Method in class org.hawaiiframework.time.HawaiiTime
-
Calculates the difference between this instance and the provided
Instant
. - bind(ApplicationContext) - Static method in class org.hawaiiframework.context.ApplicationContextHolder
-
Binds the
ApplicationContext
to the current context class loader. - build() - Method in class org.hawaiiframework.cache.redis.HawaiiRedisCacheBuilder
-
Builds a
RedisCache
with the set values. - build() - Method in class org.hawaiiframework.logging.util.MaskedPasswordBuilder
-
Builds the masked string.
- buildErrorResponseBody(Throwable, HttpStatus, WebRequest) - Method in class org.hawaiiframework.web.exception.HawaiiResponseEntityExceptionHandler
-
Builds a meaningful response body for the given throwable, HTTP status and request.
- busConfiguration() - Method in class org.hawaiiframework.logging.config.CxfLoggingConfiguration
-
Configures the Apache CXF bus to use logging interceptors.
- BUSINESS_TX_ID - org.hawaiiframework.logging.model.KibanaLogFieldNames
- BusinessTransactionId - Class in org.hawaiiframework.logging.model
-
Class that holds a transaction id in a ThreadLocal.
- businessTransactionIdFilter() - Method in class org.hawaiiframework.logging.config.filter.BusinessTransactionIdFilterConfiguration
-
Create the
TransactionIdFilter
bean. - BusinessTransactionIdFilter - Class in org.hawaiiframework.logging.web.filter
-
A filter that assigns each request a unique transaction id and output the transaction id to the response header.
- BusinessTransactionIdFilter(String) - Constructor for class org.hawaiiframework.logging.web.filter.BusinessTransactionIdFilter
-
Constructor.
- BusinessTransactionIdFilterConfiguration - Class in org.hawaiiframework.logging.config.filter
-
Configures the
TransactionIdFilter
. - BusinessTransactionIdFilterConfiguration(HawaiiLoggingFilterConfigurationProperties) - Constructor for class org.hawaiiframework.logging.config.filter.BusinessTransactionIdFilterConfiguration
-
The constructor.
- businessTransactionIdFilterRegistration(BusinessTransactionIdFilter) - Method in class org.hawaiiframework.logging.config.filter.BusinessTransactionIdFilterConfiguration
-
Register the
BusinessTransactionIdFilterConfiguration.businessTransactionIdFilter()
bean. - BusinessTransactionIdSupplierHttpRequestInterceptor - Class in org.hawaiiframework.logging.http.client
-
HTTP request interceptor to set a business transaction id as a header on an HTTP request.
- BusinessTransactionIdSupplierHttpRequestInterceptor() - Constructor for class org.hawaiiframework.logging.http.client.BusinessTransactionIdSupplierHttpRequestInterceptor
-
Default constructor with 'X-Hawaii-Business-Tx-Id' as
headername
. - BusinessTransactionIdSupplierHttpRequestInterceptor(String) - Constructor for class org.hawaiiframework.logging.http.client.BusinessTransactionIdSupplierHttpRequestInterceptor
-
Constructor that sets the header name.
All Classes All Packages