Package io.quarkus.gizmo
Class Gizmo.StaticInvocationGenerator
- java.lang.Object
-
- io.quarkus.gizmo.Gizmo.StaticInvocationGenerator
-
- Direct Known Subclasses:
Gizmo.CustomInvocationGenerator,Gizmo.JdkIterable,Gizmo.JdkIterator,Gizmo.JdkMap,Gizmo.JdkOptional
- Enclosing class:
- Gizmo
public abstract static class Gizmo.StaticInvocationGenerator extends java.lang.ObjectAn abstract base for all generators.This construct is not thread-safe and should not be used concurrently.
-
-
Field Summary
Fields Modifier and Type Field Description protected BytecodeCreatortarget
-
Constructor Summary
Constructors Constructor Description StaticInvocationGenerator(BytecodeCreator target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidsetTarget(BytecodeCreator target)
-
-
-
Field Detail
-
target
protected BytecodeCreator target
-
-
Constructor Detail
-
StaticInvocationGenerator
StaticInvocationGenerator(BytecodeCreator target)
-
-
Method Detail
-
setTarget
void setTarget(BytecodeCreator target)
-
-