Uses of Enum Class
org.spincast.core.validation.ValidationMessageFormatType
Packages that use ValidationMessageFormatType
-
Uses of ValidationMessageFormatType in org.spincast.core.request
Methods in org.spincast.core.request with parameters of type ValidationMessageFormatTypeModifier and TypeMethodDescriptionprotected voidFormDefault.addMessageFormattedSpecifickey(String key, List<ValidationMessage> messages, ValidationMessageFormatType formatType, StringBuilder textBuilder, JsonObject jsonObject) FormDefault.getMessagesFormatted(String jsonPath, ValidationMessageFormatType formatType) FormDefault.getMessagesFormatted(ValidationMessageFormatType formatType) -
Uses of ValidationMessageFormatType in org.spincast.core.validation
Methods in org.spincast.core.validation that return ValidationMessageFormatTypeModifier and TypeMethodDescriptionstatic ValidationMessageFormatTypeReturns the enum constant of this class with the specified name.static ValidationMessageFormatType[]ValidationMessageFormatType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.spincast.core.validation with parameters of type ValidationMessageFormatTypeModifier and TypeMethodDescriptionValidationSet.getMessagesFormatted(String validationKey, ValidationMessageFormatType formatType) Quick way to get a formatted version of the validation messages for the specified key.ValidationSet.getMessagesFormatted(ValidationMessageFormatType formatType) Quick way to get a formatted version of all validation messages.