| Package | Description |
|---|---|
| org.spincast.core.request | |
| org.spincast.core.validation |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FormDefault.addMessageFormattedSpecifickey(String key,
List<ValidationMessage> messages,
ValidationMessageFormatType formatType,
StringBuilder textBuilder,
JsonObject jsonObject) |
String |
FormDefault.getMessagesFormatted(String jsonPath,
ValidationMessageFormatType formatType) |
String |
FormDefault.getMessagesFormatted(ValidationMessageFormatType formatType) |
| Modifier and Type | Method and Description |
|---|---|
static ValidationMessageFormatType |
ValidationMessageFormatType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationMessageFormatType[] |
ValidationMessageFormatType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ValidationSet.getMessagesFormatted(String validationKey,
ValidationMessageFormatType formatType)
Quick way to get a formatted version of the validation
messages for the specified key.
|
String |
ValidationSet.getMessagesFormatted(ValidationMessageFormatType formatType)
Quick way to get a formatted version of all validation
messages.
|
Copyright © 2019. All rights reserved.