public interface ValidationFunction
ValidationService
.Modifier and Type | Method and Description |
---|---|
void |
validate(String fieldName,
String fieldValue,
ErrorCollection errorCollection)
Validate a specified field.
|
void validate(@NotNull String fieldName, @NotNull String fieldValue, @NotNull ErrorCollection errorCollection)
fieldName
- name of the fieldfieldValue
- value of the fielderrorCollection
- existing error collection, to which errors should be appendedCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.