Index
All Classes and Interfaces|All Packages|Serialized Form
A
- AddressState - Annotation Interface in com.helixframework.validation.address
-
Marks the field for state / territory validation.
- AddressState.Mode - Enum Class in com.helixframework.validation.address
-
Validation mode.
- AddressStateValidator - Class in com.helixframework.validation.address
-
Validates a state / territory name or code.
- AddressStateValidator() - Constructor for class com.helixframework.validation.address.AddressStateValidator
- ALABAMA - Enum constant in enum class com.helixframework.validation.address.States
- ALASKA - Enum constant in enum class com.helixframework.validation.address.States
- AMERICAN_SAMOA - Enum constant in enum class com.helixframework.validation.address.States
- ARIZONA - Enum constant in enum class com.helixframework.validation.address.States
- ARKANSAS - Enum constant in enum class com.helixframework.validation.address.States
- ARMED_FORCES_AE - Enum constant in enum class com.helixframework.validation.address.States
- ARMED_FORCES_AMERICAS - Enum constant in enum class com.helixframework.validation.address.States
- ARMED_FORCES_PACIFIC - Enum constant in enum class com.helixframework.validation.address.States
- AssertIn - Annotation Interface in com.helixframework.validation.assertion
-
Marks the field for assertIn validation.
- AssertInValidator - Class in com.helixframework.validation.assertion
-
Validates that the value of the field is contained with a collection of acceptable values.
- AssertInValidator() - Constructor for class com.helixframework.validation.assertion.AssertInValidator
- AssertNotIn - Annotation Interface in com.helixframework.validation.assertion
- AssertNotInValidator - Class in com.helixframework.validation.assertion
- AssertNotInValidator() - Constructor for class com.helixframework.validation.assertion.AssertNotInValidator
C
- CALIFORNIA - Enum constant in enum class com.helixframework.validation.address.States
- CODE - Enum constant in enum class com.helixframework.validation.address.AddressState.Mode
- COLORADO - Enum constant in enum class com.helixframework.validation.address.States
- com.helixframework.validation - package com.helixframework.validation
- com.helixframework.validation.address - package com.helixframework.validation.address
- com.helixframework.validation.assertion - package com.helixframework.validation.assertion
- com.helixframework.validation.password - package com.helixframework.validation.password
- com.helixframework.validation.phone - package com.helixframework.validation.phone
- com.helixframework.validation.uuid - package com.helixframework.validation.uuid
- CONNECTICUT - Enum constant in enum class com.helixframework.validation.address.States
D
- DELAWARE - Enum constant in enum class com.helixframework.validation.address.States
- DISTRICT_OF_COLUMBIA - Enum constant in enum class com.helixframework.validation.address.States
F
G
- GEORGIA - Enum constant in enum class com.helixframework.validation.address.States
- getActualFieldValue(String) - Method in class com.helixframework.validation.HelixBindingResult
- getByCode(String) - Static method in enum class com.helixframework.validation.address.States
-
Gets the enumerated state / territory by code.
- getByName(String) - Static method in enum class com.helixframework.validation.address.States
-
Gets the enumerated state / territory by name.
- getCode() - Method in enum class com.helixframework.validation.address.States
-
Gets the state / territory code.
- getName() - Method in enum class com.helixframework.validation.address.States
-
Gets the state / territory name.
- getTarget() - Method in class com.helixframework.validation.HelixBindingResult
- groups() - Element in annotation interface com.helixframework.validation.address.AddressState
-
Sets the error groups.
- groups() - Element in annotation interface com.helixframework.validation.address.ZipCode
-
Sets the error groups.
- groups() - Element in annotation interface com.helixframework.validation.assertion.AssertIn
-
Sets the error groups.
- groups() - Element in annotation interface com.helixframework.validation.assertion.AssertNotIn
-
Sets the error groups.
- groups() - Element in annotation interface com.helixframework.validation.HelixValidator
-
Sets the error groups.
- groups() - Element in annotation interface com.helixframework.validation.password.StrongPassword
-
Sets the error groups.
- groups() - Element in annotation interface com.helixframework.validation.phone.PhoneNumber
- groups() - Element in annotation interface com.helixframework.validation.uuid.ULID
- groups() - Element in annotation interface com.helixframework.validation.uuid.UUID
- GUAM - Enum constant in enum class com.helixframework.validation.address.States
H
- HAWAII - Enum constant in enum class com.helixframework.validation.address.States
- HelixBindingResult - Class in com.helixframework.validation
-
Result of parameter binding for arguments annotated with
HelixValidator. - HelixBindingResult(Object, String) - Constructor for class com.helixframework.validation.HelixBindingResult
-
Creates a new instance of
HelixBindingResult. - HelixCompositeValidator - Class in com.helixframework.validation
-
Validates a collection of
Validators defined within aHelixValidatorannotation. - HelixCompositeValidator() - Constructor for class com.helixframework.validation.HelixCompositeValidator
- HelixValidator - Annotation Interface in com.helixframework.validation
-
Marks the field for validation by a custom validator via the
HelixCompositeValidator.
I
- IDAHO - Enum constant in enum class com.helixframework.validation.address.States
- ignoreCase() - Element in annotation interface com.helixframework.validation.assertion.AssertIn
-
Ignore case when comparing values.
- ignoreCase() - Element in annotation interface com.helixframework.validation.assertion.AssertNotIn
-
Ignore case when comparing values.
- ILLINOIS - Enum constant in enum class com.helixframework.validation.address.States
- INDIANA - Enum constant in enum class com.helixframework.validation.address.States
- initialize(AddressState) - Method in class com.helixframework.validation.address.AddressStateValidator
- initialize(ZipCode) - Method in class com.helixframework.validation.address.ZipCodeValidator
- initialize(AssertIn) - Method in class com.helixframework.validation.assertion.AssertInValidator
- initialize(AssertNotIn) - Method in class com.helixframework.validation.assertion.AssertNotInValidator
- initialize(HelixValidator) - Method in class com.helixframework.validation.HelixCompositeValidator
- initialize(StrongPassword) - Method in class com.helixframework.validation.password.StrongPasswordValidator
- IOWA - Enum constant in enum class com.helixframework.validation.address.States
- isValid(Object, ConstraintValidatorContext) - Method in class com.helixframework.validation.HelixCompositeValidator
- isValid(String, ConstraintValidatorContext) - Method in class com.helixframework.validation.address.AddressStateValidator
- isValid(String, ConstraintValidatorContext) - Method in class com.helixframework.validation.address.ZipCodeValidator
- isValid(String, ConstraintValidatorContext) - Method in class com.helixframework.validation.assertion.AssertInValidator
- isValid(String, ConstraintValidatorContext) - Method in class com.helixframework.validation.assertion.AssertNotInValidator
- isValid(String, ConstraintValidatorContext) - Method in class com.helixframework.validation.password.StrongPasswordValidator
- isValid(String, ConstraintValidatorContext) - Method in class com.helixframework.validation.phone.PhoneNumberValidator
- isValid(String, ConstraintValidatorContext) - Method in class com.helixframework.validation.uuid.ULIDValidator
K
- KANSAS - Enum constant in enum class com.helixframework.validation.address.States
- KENTUCKY - Enum constant in enum class com.helixframework.validation.address.States
L
M
- MAINE - Enum constant in enum class com.helixframework.validation.address.States
- MARYLAND - Enum constant in enum class com.helixframework.validation.address.States
- MASSACHUSETTS - Enum constant in enum class com.helixframework.validation.address.States
- message() - Element in annotation interface com.helixframework.validation.address.AddressState
-
Sets the error message.
- message() - Element in annotation interface com.helixframework.validation.address.ZipCode
-
Sets the error message.
- message() - Element in annotation interface com.helixframework.validation.assertion.AssertIn
-
Sets the error message.
- message() - Element in annotation interface com.helixframework.validation.assertion.AssertNotIn
-
Sets the error message.
- message() - Element in annotation interface com.helixframework.validation.HelixValidator
-
Sets the error message.
- message() - Element in annotation interface com.helixframework.validation.password.StrongPassword
-
Sets the error message.
- message() - Element in annotation interface com.helixframework.validation.phone.PhoneNumber
- message() - Element in annotation interface com.helixframework.validation.uuid.ULID
- message() - Element in annotation interface com.helixframework.validation.uuid.UUID
- MICHIGAN - Enum constant in enum class com.helixframework.validation.address.States
- minLength() - Element in annotation interface com.helixframework.validation.password.StrongPassword
-
Minimal required password length.
- MINNESOTA - Enum constant in enum class com.helixframework.validation.address.States
- MISSISSIPPI - Enum constant in enum class com.helixframework.validation.address.States
- MISSOURI - Enum constant in enum class com.helixframework.validation.address.States
- mode() - Element in annotation interface com.helixframework.validation.address.AddressState
-
Sets the validation mode.
- mode() - Element in annotation interface com.helixframework.validation.address.ZipCode
-
Sets the validation mode.
- MONTANA - Enum constant in enum class com.helixframework.validation.address.States
N
- name() - Element in annotation interface com.helixframework.validation.HelixValidator
-
Custom binding object name.
- NAME - Enum constant in enum class com.helixframework.validation.address.AddressState.Mode
- NEBRASKA - Enum constant in enum class com.helixframework.validation.address.States
- NEVADA - Enum constant in enum class com.helixframework.validation.address.States
- NEW_HAMPSHIRE - Enum constant in enum class com.helixframework.validation.address.States
- NEW_JERSEY - Enum constant in enum class com.helixframework.validation.address.States
- NEW_MEXICO - Enum constant in enum class com.helixframework.validation.address.States
- NEW_YORK - Enum constant in enum class com.helixframework.validation.address.States
- NORTH_CAROLINA - Enum constant in enum class com.helixframework.validation.address.States
- NORTH_DAKOTA - Enum constant in enum class com.helixframework.validation.address.States
O
- OHIO - Enum constant in enum class com.helixframework.validation.address.States
- OKLAHOMA - Enum constant in enum class com.helixframework.validation.address.States
- OREGON - Enum constant in enum class com.helixframework.validation.address.States
P
- payload() - Element in annotation interface com.helixframework.validation.address.AddressState
-
Sets the error payload.
- payload() - Element in annotation interface com.helixframework.validation.address.ZipCode
-
Sets the error payload.
- payload() - Element in annotation interface com.helixframework.validation.assertion.AssertIn
-
Sets the error payload.
- payload() - Element in annotation interface com.helixframework.validation.assertion.AssertNotIn
-
Sets the error payload.
- payload() - Element in annotation interface com.helixframework.validation.HelixValidator
-
Sets the error payload.
- payload() - Element in annotation interface com.helixframework.validation.password.StrongPassword
-
Sets the error payload.
- payload() - Element in annotation interface com.helixframework.validation.phone.PhoneNumber
- payload() - Element in annotation interface com.helixframework.validation.uuid.ULID
- payload() - Element in annotation interface com.helixframework.validation.uuid.UUID
- PENNSYLVANIA - Enum constant in enum class com.helixframework.validation.address.States
- PhoneNumber - Annotation Interface in com.helixframework.validation.phone
-
Annotation to validate whether a given string is a valid phone number according to the E.164 standard.
- PhoneNumberValidator - Class in com.helixframework.validation.phone
-
Validates phone numbers annotated with
PhoneNumber. - PhoneNumberValidator() - Constructor for class com.helixframework.validation.phone.PhoneNumberValidator
- PLUS_4 - Enum constant in enum class com.helixframework.validation.address.ZipCode.Mode
- PUERTO_RICO - Enum constant in enum class com.helixframework.validation.address.States
R
- requireSpecialChars() - Element in annotation interface com.helixframework.validation.password.StrongPassword
-
Require at least one special character.
- RHODE_ISLAND - Enum constant in enum class com.helixframework.validation.address.States
S
- SOUTH_CAROLINA - Enum constant in enum class com.helixframework.validation.address.States
- SOUTH_DAKOTA - Enum constant in enum class com.helixframework.validation.address.States
- STANDARD - Enum constant in enum class com.helixframework.validation.address.ZipCode.Mode
- States - Enum Class in com.helixframework.validation.address
-
Enumeration of US State and Territory names and codes.
- StrongPassword - Annotation Interface in com.helixframework.validation.password
-
Marks the field for password strength validation.
- StrongPasswordValidator - Class in com.helixframework.validation.password
-
Validates the strength of a password.
- StrongPasswordValidator() - Constructor for class com.helixframework.validation.password.StrongPasswordValidator
T
- TENNESSEE - Enum constant in enum class com.helixframework.validation.address.States
- TEXAS - Enum constant in enum class com.helixframework.validation.address.States
U
- ULID - Annotation Interface in com.helixframework.validation.uuid
-
Marks the field for ULID (Universally Unique Lexicographically Sortable Identifier) validation.
- ULIDValidator - Class in com.helixframework.validation.uuid
-
Validator implementation for validating ULID (Universally Unique Lexicographically Sortable Identifier) strings.
- ULIDValidator() - Constructor for class com.helixframework.validation.uuid.ULIDValidator
- UTAH - Enum constant in enum class com.helixframework.validation.address.States
- UUID - Annotation Interface in com.helixframework.validation.uuid
-
Marks the field for UUID validation.
V
- value() - Element in annotation interface com.helixframework.validation.assertion.AssertIn
-
Acceptable values.
- value() - Element in annotation interface com.helixframework.validation.assertion.AssertNotIn
-
Unacceptable values.
- value() - Element in annotation interface com.helixframework.validation.HelixValidator
-
Array of validators to execute.
- valueOf(String) - Static method in enum class com.helixframework.validation.address.AddressState.Mode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.helixframework.validation.address.States
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.helixframework.validation.address.ZipCode.Mode
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.helixframework.validation.address.AddressState.Mode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.helixframework.validation.address.States
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.helixframework.validation.address.ZipCode.Mode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VERMONT - Enum constant in enum class com.helixframework.validation.address.States
- VIRGINIA - Enum constant in enum class com.helixframework.validation.address.States
W
- WASHINGTON - Enum constant in enum class com.helixframework.validation.address.States
- WEST_VIRGINIA - Enum constant in enum class com.helixframework.validation.address.States
- WISCONSIN - Enum constant in enum class com.helixframework.validation.address.States
- WYOMING - Enum constant in enum class com.helixframework.validation.address.States
Z
- ZipCode - Annotation Interface in com.helixframework.validation.address
-
Marks the field for zip code validation.
- ZipCode.Mode - Enum Class in com.helixframework.validation.address
-
Validation mode.
- ZipCodeValidator - Class in com.helixframework.validation.address
-
Validates the format of US postal codes.
- ZipCodeValidator() - Constructor for class com.helixframework.validation.address.ZipCodeValidator
All Classes and Interfaces|All Packages|Serialized Form