- 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
-
- 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(ValidationErrorResourceAssembler) - 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
-
- ValidationException(ValidationResult) - Constructor for exception org.hawaiiframework.validation.ValidationException
-
- ValidationException(ValidationError) - Constructor for exception org.hawaiiframework.validation.ValidationException
-
- ValidationException(List<ValidationError>) - Constructor for exception org.hawaiiframework.validation.ValidationException
-
- 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.
- 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.