Class ConstrainedValuesValidator<T>
- java.lang.Object
-
- org.uberfire.preferences.shared.impl.validation.ConstrainedValuesValidator<T>
-
- All Implemented Interfaces:
PropertyValidator
public class ConstrainedValuesValidator<T> extends Object implements PropertyValidator
-
-
Constructor Summary
Constructors Constructor Description ConstrainedValuesValidator(Supplier<Collection<T>> allowedValuesSupplier, Function<Object,T> valueParser)
-
-
-
Method Detail
-
validate
public ValidationResult validate(Object raw)
- Specified by:
validatein interfacePropertyValidator<T>
-
-