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
V
- validate(T) - Method in interface org.hawaiiframework.validation.Validator
-
Validates the supplied object.
- validate(T, ValidationResult) - Method in interface org.hawaiiframework.validation.Validator
-
Validates the supplied object.
- validateAndThrow(T) - Method in interface org.hawaiiframework.validation.Validator
-
Validates the supplied object.
- validateAndThrow(T, ValidationResult) - Method in interface org.hawaiiframework.validation.Validator
-
Validates the supplied object.
- ValidationError - Class in org.hawaiiframework.validation
-
Encapsulates a validation error.
- ValidationError(String) - Constructor for class org.hawaiiframework.validation.ValidationError
-
Constructs a new
ValidationError
with the supplied error code. - ValidationError(String, String) - Constructor for class org.hawaiiframework.validation.ValidationError
-
Constructs a new
ValidationError
with the supplied field name and error code. - ValidationErrorResource - Class in org.hawaiiframework.web.resource
- ValidationErrorResource() - Constructor for class org.hawaiiframework.web.resource.ValidationErrorResource
- validationErrorResourceAssembler() - Method in class org.hawaiiframework.boot.autoconfigure.rest.HawaiiRestAutoConfiguration
- ValidationErrorResourceAssembler - Class in org.hawaiiframework.web.resource
- ValidationErrorResourceAssembler(ObjectMapper) - Constructor for class org.hawaiiframework.web.resource.ValidationErrorResourceAssembler
- ValidationErrorResponseEnricher - Class in org.hawaiiframework.web.exception
-
This enricher adds validation errors to the error response resource.
- ValidationErrorResponseEnricher(ModelConverter<ValidationError, ValidationErrorResource>) - Constructor for class org.hawaiiframework.web.exception.ValidationErrorResponseEnricher
- ValidationErrorResponseResource - Class in org.hawaiiframework.web.resource
-
Response resource for validation errors.
- ValidationErrorResponseResource() - Constructor for class org.hawaiiframework.web.resource.ValidationErrorResponseResource
- ValidationErrorResponseResource(ValidationException) - Constructor for class org.hawaiiframework.web.resource.ValidationErrorResponseResource
- ValidationException - Exception in org.hawaiiframework.validation
- ValidationException() - Constructor for exception org.hawaiiframework.validation.ValidationException
-
Constructs a new
ValidationException
with an emptyValidationResult
. - ValidationException(List<ValidationError>) - Constructor for exception org.hawaiiframework.validation.ValidationException
-
Constructs a new
ValidationException
with the suppliedValidationError
s. - ValidationException(ValidationError) - Constructor for exception org.hawaiiframework.validation.ValidationException
-
Constructs a new
ValidationException
with the suppliedValidationError
. - ValidationException(ValidationResult) - Constructor for exception org.hawaiiframework.validation.ValidationException
-
Constructs a new
ValidationException
with the suppliedValidationResult
. - ValidationResult - Class in org.hawaiiframework.validation
-
Stores validation errors for a specific object.
- ValidationResult() - Constructor for class org.hawaiiframework.validation.ValidationResult
- Validator<T> - Interface in org.hawaiiframework.validation
-
A validator for validating application-specific objects.
- valueOf(String) - Static method in enum org.hawaiiframework.logging.model.KibanaLogCallResultTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hawaiiframework.logging.model.KibanaLogFieldNames
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hawaiiframework.logging.model.KibanaLogTypeNames
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hawaiiframework.logging.oidc.OidcKibanaLogFieldNames
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.hawaiiframework.logging.opentracing.OpentracingKibanaLogField
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.hawaiiframework.logging.model.KibanaLogCallResultTypes
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.hawaiiframework.logging.model.KibanaLogFieldNames
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.hawaiiframework.logging.model.KibanaLogTypeNames
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.hawaiiframework.logging.oidc.OidcKibanaLogFieldNames
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.hawaiiframework.logging.opentracing.OpentracingKibanaLogField
-
Returns an array containing the constants of this enum type, in the order they are declared.
- Void - Class in org.hawaiiframework.async
-
Class that represents a void method invocation result.
- Void() - Constructor for class org.hawaiiframework.async.Void
All Classes All Packages