- CharacterConstants - Class in org.hawaiiframework.logging.logback
-
- clear() - Static method in class org.hawaiiframework.logging.model.KibanaLogFields
-
Removes all values set for all fields.
- clearCache() - Method in class org.hawaiiframework.sql.AbstractCachingSqlQueryResolver
-
Clear the entire sql query cache, removing all cached sql queries.
- clearStack() - Method in class org.hawaiiframework.util.StackedHashMap
-
Clears the stack.
- ClientIpResolver - Class in org.hawaiiframework.logging.util
-
Utility class to determine the client IP address.
- ClientIpResolver(String) - Constructor for class org.hawaiiframework.logging.util.ClientIpResolver
-
Create a new instance of the ClientIpResolver.
- close() - Method in class org.hawaiiframework.logging.logback.KibanaLogEventEncoder
- configureResponseEnrichers() - Method in class org.hawaiiframework.web.exception.HawaiiResponseEntityExceptionHandler
-
Configures the error response enrichers.
- convert(S) - Method in class org.hawaiiframework.converter.AbstractModelConverter
-
Converts the given source object into a new instance of target object.
- convert(Iterable<? extends S>) - Method in class org.hawaiiframework.converter.AbstractModelConverter
-
Converts all given source objects into target objects.
- convert(S) - Method in interface org.hawaiiframework.converter.ModelConverter
-
Converts the given source object into a new instance of target object.
- convert(S, T) - Method in interface org.hawaiiframework.converter.ModelConverter
-
Converts the given source object into the target object.
- convert(Iterable<? extends S>) - Method in interface org.hawaiiframework.converter.ModelConverter
-
Converts all given source objects into target objects.
- convert(IThrowableProxy) - Method in class org.hawaiiframework.logging.logback.IThrowableProxyConverter
-
Converts an IThrowableProxy to a formatted String value.
- convert(LoggingEvent) - Method in class org.hawaiiframework.logging.logback.LoggingEventConverter
-
Converts the LoggingEvent to a loggable string.
- convert(ValidationError, ValidationErrorResource) - Method in class org.hawaiiframework.web.resource.ValidationErrorResourceAssembler
-
- convertProperty(String) - Method in class org.hawaiiframework.web.resource.ValidationErrorResourceAssembler
-
Converts the given property name (field name or error code) using the application defined
PropertyNamingStrategy
for consistent output in responses.
- create(Throwable) - Method in class org.hawaiiframework.web.exception.DefaultExceptionResponseFactory
-
Create the response resource.
- create(Throwable) - Method in interface org.hawaiiframework.web.exception.ExceptionResponseFactory
-
Create the response resource.
- createLogString(HttpHeaders, String) - Method in class org.hawaiiframework.logging.util.HttpRequestResponseLogUtil
-
Create a log string for the given @code{headers} and @code{body}.
- createLogString(HttpHeaders, byte[]) - Method in class org.hawaiiframework.logging.util.HttpRequestResponseLogUtil
-
Create a log string for the given @code{headers} and @code{body}.
- currentCharIs(Character) - Method in class org.hawaiiframework.logging.util.MaskedPasswordBuilder
-
Returns true
if the current character is character
.
- currentCharIsOneOf(Character...) - Method in class org.hawaiiframework.logging.util.MaskedPasswordBuilder
-
Returns true
of the current character is one of the choices
.
- currentCharIsWhitespace() - Method in class org.hawaiiframework.logging.util.MaskedPasswordBuilder
-
Returns true
if the current character is a whitespace.