Package io.quarkus.deployment.recording
Class BytecodeRecorderImpl.StoredMethodCall
- java.lang.Object
-
- io.quarkus.deployment.recording.BytecodeRecorderImpl.StoredMethodCall
-
- All Implemented Interfaces:
BytecodeRecorderImpl.BytecodeInstruction
- Enclosing class:
- BytecodeRecorderImpl
static final class BytecodeRecorderImpl.StoredMethodCall extends Object implements BytecodeRecorderImpl.BytecodeInstruction
-
-
Field Summary
Fields Modifier and Type Field Description (package private) BytecodeRecorderImpl.DeferredParameter[]deferredParameters(package private) Methodmethod(package private) Object[]parameters(package private) StringproxyId(package private) ObjectreturnedProxy(package private) Class<?>theClass
-
Constructor Summary
Constructors Constructor Description StoredMethodCall(Class<?> theClass, Method method, Object[] parameters)
-