7273747576777879
ClassValidator<T> v = (ClassValidator<T>)VS.get(o.getClass()); if (v == null) VS.put(o.getClass(), v = new ClassValidator(o.getClass())); InvalidValue[] s = v.getInvalidValues(o); if (s != null && s.length > 0) throw err(new Errs(s)); return o; }