registerValueProcessor(Double.class, new DoubleProcessor());
registerValueProcessor(Float.class, new FloatProcessor());
registerValueProcessor(Integer.class, new IntegerProcessor());
registerValueProcessor(Long.class, new LongProcessor());
registerValueProcessor(Short.class, new ShortProcessor());
registerValueProcessor(Date.class, new DateProcessor(DateFormat.getDateInstance()));
}