- incrementAbortedTaskCount() - Method in class org.hawaiiframework.async.statistics.ExecutorStatistics
-
Increase the number of aborted tasks.
- instant() - Method in class org.hawaiiframework.time.HawaiiTime
-
Returns the current Instant
.
- instantiateTargetObject(S) - Method in class org.hawaiiframework.converter.AbstractModelConverter
-
Instantiates the domain object.
- intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class org.hawaiiframework.async.http.AbortedHttpRequestInterceptor
- intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class org.hawaiiframework.async.http.TaskIdSupplierHttpRequestInterceptor
- InternalServerErrorException - Exception in org.hawaiiframework.web.exception
-
- InternalServerErrorException() - Constructor for exception org.hawaiiframework.web.exception.InternalServerErrorException
-
Constructs a new InternalServerErrorException
.
- InternalServerErrorException(String) - Constructor for exception org.hawaiiframework.web.exception.InternalServerErrorException
-
Constructs a new InternalServerErrorException
with the supplied message.
- InternalServerErrorException(String, Throwable) - Constructor for exception org.hawaiiframework.web.exception.InternalServerErrorException
-
Constructs a new
InternalServerErrorException
with the supplied message and
Throwable
.
- InternalServerErrorException(Throwable) - Constructor for exception org.hawaiiframework.web.exception.InternalServerErrorException
-
Constructs a new
InternalServerErrorException
with the supplied
Throwable
.
- INVALID - Static variable in class org.hawaiiframework.validation.field.FieldRejection
-
- invoke() - Method in class org.hawaiiframework.async.http.HttpComponentHttpRequestTaskAbortStrategy
-
Invoke the strategy in order to abort the task (that registered this abort strategy).
- invoke() - Method in interface org.hawaiiframework.async.timeout.TaskAbortStrategy
-
Invoke the strategy in order to abort the task (that registered this abort strategy).
- invoke() - Method in class org.hawaiiframework.async.timeout.TaskRemoveStrategy
-
Invoke the strategy in order to abort the task (that registered this abort strategy).
- isAborted() - Method in class org.hawaiiframework.async.timeout.SharedTaskContext
-
Has the task been aborted?
- isCache() - Method in class org.hawaiiframework.sql.AbstractCachingSqlQueryResolver
-
Return if caching is enabled.
- isComponent() - Method in class org.hawaiiframework.aspect.ApplicationPointcuts
-
- isController() - Method in class org.hawaiiframework.aspect.ApplicationPointcuts
-
- isEnabled() - Method in class org.hawaiiframework.boot.autoconfigure.time.HawaiiTimeProperties
-
- isExceptionHandler() - Method in class org.hawaiiframework.aspect.ApplicationPointcuts
-
- isNameMatch(String) - Method in class org.hawaiiframework.async.model.TaskProperties
-
Determine if this TaskProperties' name matches the given name.
- isRepository() - Method in class org.hawaiiframework.aspect.ApplicationPointcuts
-
- isRequestMapping() - Method in class org.hawaiiframework.aspect.ApplicationPointcuts
-
- isService() - Method in class org.hawaiiframework.aspect.ApplicationPointcuts
-
- isValid(T) - Method in interface org.hawaiiframework.validation.Validator
-
Returns true
if the validation of the supplied object succeeds.