mapToFill.put(ByteArrayInputStream.class, inputStreamConverter);
mapToFill.put(UUID.class, new UUIDConverter());
if (FeatureDetector.isJodaTimeAvailable()) {
mapToFill.put(DateTime.class, new DateTimeConverter());
mapToFill.put(LocalTime.class, new LocalTimeConverter());
mapToFill.put(LocalDate.class, new LocalDateConverter());
}
}