Package org.camunda.bpm.engine.impl
Interface Validator<T>
- 
- All Known Implementing Classes:
 QueryValidators.AdhocQueryValidator,QueryValidators.StoredQueryValidator
public interface Validator<T>Validators must be equal (in terms of#equals(Object)) if they validate the exact same thing.- Author:
 - Thorben Lindhauer
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvalidate(T obj) 
 - 
 
- 
- 
Method Detail
- 
validate
void validate(T obj)
 
 - 
 
 -