| Package | Description |
|---|---|
| org.spincast.plugins.validation |
| Modifier and Type | Method and Description |
|---|---|
static FormatType |
FormatType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormatType[] |
FormatType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SpincastValidatorBase.addErrorsFormattedSpecificField(String fieldName,
List<IValidationError> errors,
FormatType formatType,
StringBuilder textBuilder,
IJsonObject jsonObject) |
String |
SpincastValidatorBase.getErrorsFormatted(FormatType formatType) |
String |
IValidator.getErrorsFormatted(FormatType formatType)
Gets the formatted errors, if there are any.
|
String |
SpincastValidatorBase.getErrorsFormatted(String fieldName,
FormatType formatType) |
String |
IValidator.getErrorsFormatted(String fieldName,
FormatType formatType)
Gets the formatted errors of a specific field, if there are any.
|
Copyright © 2016. All rights reserved.