Package io.sundr.codegen.api
Interface Identifier<T>
- All Known Implementing Classes:
TypeDefIdentifier
public interface Identifier<T>
The part of the
CodeGenerator that maps an object to a String id.-
Method Summary
-
Method Details
-
getType
-
getFunction
-
id
Converst the specified item to an id.- Parameters:
item- The specified item- Returns:
- the id
-