Interface | Description |
---|---|
Validated<T> |
Validation support for
MeterRegistryConfig . |
Class | Description |
---|---|
PropertyValidator |
Validator for properties.
|
Validated.Either | |
Validated.Invalid<T> | |
Validated.None<T> |
Indicates that no validation has occurred.
|
Validated.Secret |
A specialization
Validated.Valid that won't print the secret in plain text if the validation is serialized. |
Validated.Valid<T> |
A valid property value.
|
Enum | Description |
---|---|
DurationValidator |
Validator for
Duration . |
InvalidReason |
Invalid reason.
|
Exception | Description |
---|---|
ValidationException |
Turns a set of
Validated.Invalid into a throwable exception, which is used to throw an unchecked exception
at runtime when one or more properties are invalid. |