Package io.sundr.codegen.api
Interface Identifier<T>
-
- All Known Implementing Classes:
TypeDefIdentifier
public interface Identifier<T>The part of theCodeGeneratorthat maps an object to a String id.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Function<T,String>getFunction()Class<T>getType()default Stringid(T item)Converst the specified item to an id.
-