toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api
/
Named
/
Namer
Namer
API
open
class
Namer
:
Namer
<
T
>
(
source
)
An implementation of the namer interface for objects implementing the named interface.
Members
Constructors
Namer
Link copied to clipboard
API
constructor
(
)
Properties
INSTANCE
Link copied to clipboard
API
val
INSTANCE
:
Namer
<
Named
>
Functions
determine
Name
Link copied to clipboard
API
open
fun
determineName
(
object
:
Named
)
:
String
for
Type
Link copied to clipboard
API
open
fun
<
T
>
forType
(
type
:
Class
<
out
T
>
)
:
Namer
<
in
T
>