// duplication between this and TranslatorDefaultSource, though it is a pain to keep the two
// organized (perhaps they should be joined together into a single service, where we
// identify a name and a match type).
configuration.add("integer", new IntegerTranslator());
configuration.add("string", new StringTranslator());
configuration.add("long", new LongTranslator());
configuration.add("double", new DoubleTranslator());
}