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
O
- oAuth2RestOperations(OAuth2ProtectedResourceDetails, OAuth2ClientContext) - Method in class org.hawaiiframework.security.oauth2.config.HawaiiResourceServerConfigurerAdapter
-
Bean configuration of the
OAuth2RestTemplate
to use to access the user info endpoint. - 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
- optional(String) - Method in interface org.hawaiiframework.cache.Cache
-
Retrieve an optional for the object stored under the
key
. - or() - Method in class org.hawaiiframework.validation.field.FieldRejection
-
Syntactic sugar, allows the use of
or().when(...).or().when(...)
syntaxis. - or(Function<T, R>, Matcher<R>) - Method in class org.hawaiiframework.validation.field.FieldRejection
-
Rejects the field when the
matcher
matches the result of thefunction
. - 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 thefunction
. - or(Predicate<T>) - Method in class org.hawaiiframework.validation.field.FieldRejection
-
Rejects the field when the
predicate
evaluates totrue
. - or(Predicate<T>, String) - Method in class org.hawaiiframework.validation.field.FieldRejection
-
Rejects the field when the
predicate
evaluates totrue
. - or(Matcher<T>) - Method in class org.hawaiiframework.validation.field.FieldRejection
-
Rejects the field when the
matcher
matches theactual
value. - or(Matcher<T>, String) - Method in class org.hawaiiframework.validation.field.FieldRejection
-
Rejects the field when the
matcher
matches theactual
value. - org.hawaiiframework.aspect - package org.hawaiiframework.aspect
- org.hawaiiframework.async - package org.hawaiiframework.async
- org.hawaiiframework.async.config - package org.hawaiiframework.async.config
- 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.sql - package org.hawaiiframework.async.sql
- 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.cache - package org.hawaiiframework.boot.autoconfigure.cache
- 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.cache - package org.hawaiiframework.cache
- org.hawaiiframework.cache.redis - package org.hawaiiframework.cache.redis
- org.hawaiiframework.cache.redis.config - package org.hawaiiframework.cache.redis.config
- 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.security.oauth2.config - package org.hawaiiframework.security.oauth2.config
- org.hawaiiframework.security.oauth2.provider.token - package org.hawaiiframework.security.oauth2.provider.token
- 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.codec - package org.hawaiiframework.util.codec
- 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
- org.hawaiiframework.web.util - package org.hawaiiframework.web.util
- orWhen(Function<T, R>, Matcher<R>) - Method in class org.hawaiiframework.validation.field.FieldRejection
-
Rejects the field when the
matcher
matches the result of thefunction
. - 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 thefunction
. - orWhen(Predicate<T>) - Method in class org.hawaiiframework.validation.field.FieldRejection
-
Rejects the field when the
predicate
evaluates totrue
. - orWhen(Predicate<T>, String) - Method in class org.hawaiiframework.validation.field.FieldRejection
-
Rejects the field when the
predicate
evaluates totrue
. - orWhen(Matcher<T>) - Method in class org.hawaiiframework.validation.field.FieldRejection
-
Rejects the field when the
matcher
matches theactual
value. - orWhen(Matcher<T>, String) - Method in class org.hawaiiframework.validation.field.FieldRejection
-
Rejects the field when the
matcher
matches theactual
value.
All Classes All Packages