public class Identifiers extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Identifiers.WithIdentifier |
| Constructor and Description |
|---|
Identifiers() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Optional<Identifier<T>> |
findIdentifier(Class<T> type) |
static Identifier |
getIdentifier() |
static <T> Identifiers.WithIdentifier |
withIdentifier(Function<T,String> identifier) |
static Identifiers.WithIdentifier |
withIdentifier(Identifier identifier) |
public static <T> Optional<Identifier<T>> findIdentifier(Class<T> type)
public static Identifier getIdentifier()
public static <T> Identifiers.WithIdentifier withIdentifier(Function<T,String> identifier)
public static Identifiers.WithIdentifier withIdentifier(Identifier identifier)
Copyright © 2023. All rights reserved.