* @return new default NameMapper implementation
* @deprecated 0.6 this method has been moved into IntrospectionConfiguration.
* Those who need to vary this should subclass that class instead
*/
protected NameMapper createNameMapper() {
return new DefaultNameMapper();
}