@Component public class TppUriHeaderValidator extends Object implements BusinessValidator<TppRedirectUri>
| Constructor and Description |
|---|
TppUriHeaderValidator() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull Set<TppMessageInformation> |
buildWarningMessages(@NotNull TppRedirectUri tppRedirectUri)
Checks some object according to some business rules and creates warning messages if there is inconsistency in the logic
|
@NotNull ValidationResult |
validate(@NotNull TppRedirectUri tppRedirectUri)
Validates some object according to some business rules
|
@NotNull public @NotNull ValidationResult validate(@NotNull @NotNull TppRedirectUri tppRedirectUri)
BusinessValidatorvalidate in interface BusinessValidator<TppRedirectUri>tppRedirectUri - business object to be validated@NotNull public @NotNull Set<TppMessageInformation> buildWarningMessages(@NotNull @NotNull TppRedirectUri tppRedirectUri)
BusinessValidatorbuildWarningMessages in interface BusinessValidator<TppRedirectUri>tppRedirectUri - business object to be validatedCopyright © 2020. All rights reserved.