V
- the type of the value to validate@PublicEvolving public interface ParamValidator<V> extends Serializable
ParamInfo
to do validation when a parameter value is set.Modifier and Type | Method and Description |
---|---|
boolean |
validate(V value)
Validates a parameter value.
|
boolean validate(V value)
value
- value to validatetrue
if the value is valid, false
otherwiseCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.