Retrieves a registered processor class by lowercase name. This version uses explicit if statements
instead of a dynamic map. This is less scalable but more explicit and avoids global object lookup.
Retrieves a registered processor class by lowercase name. This version uses explicit if statements
instead of a dynamic map. This is less scalable but more explicit and avoids global object lookup.