Namer

open class Namer : Namer<T> (source)

An implementation of the namer interface for objects implementing the named interface.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun determineName(object: Named): String
Link copied to clipboard
open fun <T> forType(type: Class<out T>): Namer<in T>