Using Validator as a generic engine for file (json, CSV) based entity validation

Hi,

Is is possible to use the rich set of Validator provided by Hibernate to validate data from CSV or json by calling validators programmatically instead of defining as annotations on Java entities or having to force marshaling of the json/csv data into the POJO (with validation annotation or declarative annotations in XML?

Thanks,
sam