public interface Identifier<T>
CodeGenerator that maps an object to a String id.| Modifier and Type | Method and Description |
|---|---|
Function<T,String> |
getFunction() |
Class<T> |
getType() |
default String |
id(T item)
Converst the specified item to an id.
|
Copyright © 2023. All rights reserved.