Skip navigation links
Hawaii Framework
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 

O

of(T1) - Static method in class org.hawaiiframework.util.tuple.Tuples
Creates a Tuple of 1 element.
of(T1, T2) - Static method in class org.hawaiiframework.util.tuple.Tuples
Creates a Tuple of 2 elements.
of(T1, T2, T3) - Static method in class org.hawaiiframework.util.tuple.Tuples
Creates a Tuple of 3 elements.
of(T1, T2, T3, T4) - Static method in class org.hawaiiframework.util.tuple.Tuples
Creates a Tuple of 4 elements.
of(T1, T2, T3, T4, T5) - Static method in class org.hawaiiframework.util.tuple.Tuples
Creates a Tuple of 5 elements.
of(T1, T2, T3, T4, T5, T6) - Static method in class org.hawaiiframework.util.tuple.Tuples
Creates a Tuple of 6 elements.
of(T1, T2, T3, T4, T5, T6, T7) - Static method in class org.hawaiiframework.util.tuple.Tuples
Creates a Tuple of 7 elements.
of(T1, T2, T3, T4, T5, T6, T7, T8) - Static method in class org.hawaiiframework.util.tuple.Tuples
Creates a Tuple of 8 elements.
of(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Static method in class org.hawaiiframework.util.tuple.Tuples
Creates a Tuple of 9 elements.
of(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Static method in class org.hawaiiframework.util.tuple.Tuples
Creates a Tuple of 10 elements.
offsetDateTime() - Method in class org.hawaiiframework.time.HawaiiTime
Returns the current OffsetDateTime.
offsetTime() - Method in class org.hawaiiframework.time.HawaiiTime
Returns the current OffsetTime.
onApplicationEvent(ApplicationEvent) - Method in class org.hawaiiframework.context.ApplicationContextBinderApplicationListener
 
or() - Method in class org.hawaiiframework.validation.field.FieldRejection
Syntactic sugar, allows the use of or().when(...).or().when(...) syntaxis.
or(Matcher<T>) - Method in class org.hawaiiframework.validation.field.FieldRejection
Rejects the field when the matcher matches the actual value.
or(Matcher<T>, String) - Method in class org.hawaiiframework.validation.field.FieldRejection
Rejects the field when the matcher matches the actual value.
or(Predicate<T>) - Method in class org.hawaiiframework.validation.field.FieldRejection
Rejects the field when the predicate evaluates to true.
or(Predicate<T>, String) - Method in class org.hawaiiframework.validation.field.FieldRejection
Rejects the field when the predicate evaluates to true.
or(Function<T, R>, Matcher<R>) - Method in class org.hawaiiframework.validation.field.FieldRejection
Rejects the field when the matcher matches the result of the function.
or(Function<T, R>, Matcher<R>, String) - Method in class org.hawaiiframework.validation.field.FieldRejection
Rejects the field when the matcher matches the result of the function.
org.hawaiiframework.aspect - package org.hawaiiframework.aspect
 
org.hawaiiframework.async - package org.hawaiiframework.async
 
org.hawaiiframework.async.exception - package org.hawaiiframework.async.exception
 
org.hawaiiframework.async.http - package org.hawaiiframework.async.http
 
org.hawaiiframework.async.model - package org.hawaiiframework.async.model
 
org.hawaiiframework.async.statistics - package org.hawaiiframework.async.statistics
 
org.hawaiiframework.async.timeout - package org.hawaiiframework.async.timeout
 
org.hawaiiframework.boot.autoconfigure - package org.hawaiiframework.boot.autoconfigure
Hawaii's auto-configuration capabilities.
org.hawaiiframework.boot.autoconfigure.async - package org.hawaiiframework.boot.autoconfigure.async
Auto-configuration for Hawaii asynchronous execution.
org.hawaiiframework.boot.autoconfigure.env - package org.hawaiiframework.boot.autoconfigure.env
Hawaii Environment support.
org.hawaiiframework.boot.autoconfigure.jackson - package org.hawaiiframework.boot.autoconfigure.jackson
Auto-configuration for Jackson.
org.hawaiiframework.boot.autoconfigure.logging - package org.hawaiiframework.boot.autoconfigure.logging
 
org.hawaiiframework.boot.autoconfigure.rest - package org.hawaiiframework.boot.autoconfigure.rest
Auto-configuration for REST.
org.hawaiiframework.boot.autoconfigure.time - package org.hawaiiframework.boot.autoconfigure.time
Auto-configuration for HawaiiTime.
org.hawaiiframework.context - package org.hawaiiframework.context
 
org.hawaiiframework.converter - package org.hawaiiframework.converter
 
org.hawaiiframework.crypto - package org.hawaiiframework.crypto
 
org.hawaiiframework.exception - package org.hawaiiframework.exception
 
org.hawaiiframework.logging.config - package org.hawaiiframework.logging.config
 
org.hawaiiframework.logging.http.client - package org.hawaiiframework.logging.http.client
 
org.hawaiiframework.logging.logback - package org.hawaiiframework.logging.logback
 
org.hawaiiframework.logging.model - package org.hawaiiframework.logging.model
 
org.hawaiiframework.logging.util - package org.hawaiiframework.logging.util
 
org.hawaiiframework.logging.web.filter - package org.hawaiiframework.logging.web.filter
 
org.hawaiiframework.sql - package org.hawaiiframework.sql
 
org.hawaiiframework.test.mockmvc - package org.hawaiiframework.test.mockmvc
 
org.hawaiiframework.time - package org.hawaiiframework.time
 
org.hawaiiframework.util - package org.hawaiiframework.util
 
org.hawaiiframework.util.tuple - package org.hawaiiframework.util.tuple
 
org.hawaiiframework.validation - package org.hawaiiframework.validation
 
org.hawaiiframework.validation.field - package org.hawaiiframework.validation.field
 
org.hawaiiframework.web.exception - package org.hawaiiframework.web.exception
 
org.hawaiiframework.web.resource - package org.hawaiiframework.web.resource
 
orWhen(Matcher<T>) - Method in class org.hawaiiframework.validation.field.FieldRejection
Rejects the field when the matcher matches the actual value.
orWhen(Matcher<T>, String) - Method in class org.hawaiiframework.validation.field.FieldRejection
Rejects the field when the matcher matches the actual value.
orWhen(Predicate<T>) - Method in class org.hawaiiframework.validation.field.FieldRejection
Rejects the field when the predicate evaluates to true.
orWhen(Predicate<T>, String) - Method in class org.hawaiiframework.validation.field.FieldRejection
Rejects the field when the predicate evaluates to true.
orWhen(Function<T, R>, Matcher<R>) - Method in class org.hawaiiframework.validation.field.FieldRejection
Rejects the field when the matcher matches the result of the function.
orWhen(Function<T, R>, Matcher<R>, String) - Method in class org.hawaiiframework.validation.field.FieldRejection
Rejects the field when the matcher matches the result of the function.
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 
Skip navigation links
Hawaii Framework