nameFormatter method

NameFormatter nameFormatter()

Create the NameFormatter matching the Configuration.

Implementation

NameFormatter nameFormatter() {
  return CamelCaseNameFormatter();
}