created.setMode(m);
found = true;
}
}
if(!found) {
throw new UnableToBuildDueToMissingMode(method);
}
consumableText = consumableText.substring(created.getMode().getPrefix().length());
Map<String, String> fieldNames = Utils.getUppercasedMap(propertyProvider.get(backEnd.getContainedClass()));
while(consumableText.length()>0) {
String initialText = consumableText;