Uses of Enum Class
com.shaft.validation.ValidationEnums.TextLanguage
Packages that use ValidationEnums.TextLanguage
-
Uses of ValidationEnums.TextLanguage in com.shaft.validation
Subclasses with type arguments of type ValidationEnums.TextLanguage in com.shaft.validationModifier and TypeClassDescriptionstatic enumSupported language presets for text-localization validations.Methods in com.shaft.validation that return ValidationEnums.TextLanguageModifier and TypeMethodDescriptionstatic ValidationEnums.TextLanguageReturns the enum constant of this class with the specified name.static ValidationEnums.TextLanguage[]ValidationEnums.TextLanguage.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ValidationEnums.TextLanguage in com.shaft.validation.internal
Methods in com.shaft.validation.internal with parameters of type ValidationEnums.TextLanguageModifier and TypeMethodDescriptionTextLanguageValidationsBuilder.is(ValidationEnums.TextLanguage language) Validates that the target text contains characters from the selected language preset.TextLanguageValidationsBuilder.isNot(ValidationEnums.TextLanguage language) Validates that the target text does not contain characters from the selected language preset.