Uses of Class
org.uberfire.preferences.shared.impl.validation.ValidationResult
-
Packages that use ValidationResult Package Description org.uberfire.preferences.shared org.uberfire.preferences.shared.impl.validation -
-
Uses of ValidationResult in org.uberfire.preferences.shared
Methods in org.uberfire.preferences.shared that return ValidationResult Modifier and Type Method Description ValidationResultPropertyValidator. validate(T value) -
Uses of ValidationResult in org.uberfire.preferences.shared.impl.validation
Methods in org.uberfire.preferences.shared.impl.validation that return ValidationResult Modifier and Type Method Description ValidationResultConstrainedValuesValidator. validate(Object raw)ValidationResultEnumValuePropertyValidator. validate(Object value)ValidationResultStringPropertyValidator. validate(String value)
-