if (null == contentType)
throw new MapperException("Missing content type in properties: " + PREFIX + "." + contentType);
PropertyMapper mapper = contentTypeMapperMap.get(typeKey);
parser.initialize(mapper, contentType);
String[] contentTypes = parser.getContentTypes();
for (String ct : contentTypes)
parserMap.put(ct, parser);
}
}