if (features != null) {
Enumeration<String> enumFeatureKey = features.keys();
while (enumFeatureKey.hasMoreElements()) {
String featureKey = enumFeatureKey.nextElement();
Boolean featureValue = features.get(featureKey);
Feature feature;
if (featureKey != null && featureValue != null) {
try {
String[] featureParts = featureKey.split("\\.");
getLogger().info(
"initializing mapper feature: "