NameMapper

object NameMapper

Helper object to get the current name mapper

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply()(implicit nameMapper: NameMapper): NameMapper

Gets the name mapper from the implicit scope

Gets the name mapper from the implicit scope

Value parameters:
nameMapper

The name mapper from the implicit scope, or the default name mapper if not found

Returns:

The name mapper to be used in current implicit scope