Package org.apache.solr.common.util
Interface ValidatingJsonMap.PredicateWithErrMsg<T>
- 
- Enclosing class:
- ValidatingJsonMap
 
 public static interface ValidatingJsonMap.PredicateWithErrMsg<T>
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringtest(T t)Test the object and return null if the predicate is true or return a string with a message;
 
-