Package io.sundr.codegen.api
Class TypeDefIdentifier
- java.lang.Object
-
- io.sundr.codegen.api.TypeDefIdentifier
-
- All Implemented Interfaces:
Identifier<io.sundr.model.TypeDef>
public class TypeDefIdentifier extends Object implements Identifier<io.sundr.model.TypeDef>
-
-
Constructor Summary
Constructors Constructor Description TypeDefIdentifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Function<io.sundr.model.TypeDef,String>getFunction()Class<io.sundr.model.TypeDef>getType()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.sundr.codegen.api.Identifier
id
-
-
-
-
Method Detail
-
getType
public Class<io.sundr.model.TypeDef> getType()
- Specified by:
getTypein interfaceIdentifier<io.sundr.model.TypeDef>
-
getFunction
public Function<io.sundr.model.TypeDef,String> getFunction()
- Specified by:
getFunctionin interfaceIdentifier<io.sundr.model.TypeDef>
-
-