Package io.quarkus.gizmo
Interface FunctionCreator
-
- All Known Implementing Classes:
FunctionCreatorImpl
public interface FunctionCreator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BytecodeCreatorgetBytecode()ResultHandlegetInstance()
-
-
-
Method Detail
-
getInstance
ResultHandle getInstance()
-
getBytecode
BytecodeCreator getBytecode()
-
-