| Package | Description |
|---|---|
| io.quarkus.deployment.builditem | |
| io.quarkus.deployment.recording |
| Class and Description |
|---|
| AnnotationProxyProvider |
| AnnotationProxyProvider.AnnotationProxyBuilder |
| BytecodeRecorderImpl
A class that can be used to record invocations to bytecode so they can be replayed later.
|
| BytecodeRecorderImpl.ReturnedProxy |
| ObjectLoader
A segment of code generation which produces the necessary instructions to load the given object.
|
| Class and Description |
|---|
| AnnotationProxyProvider.AnnotationProxyBuilder |
| BytecodeRecorderImpl.BytecodeInstruction |
| BytecodeRecorderImpl.DeferredArrayStoreParameter |
| BytecodeRecorderImpl.DeferredParameter
A bytecode serialized value.
|
| BytecodeRecorderImpl.InstructionGroup
A group of instructions that will always be exectued in the same method
|
| BytecodeRecorderImpl.MethodContext |
| BytecodeRecorderImpl.SplitMethodContext
class responsible for splitting the bytecode into smaller methods, to make sure that even large objects and large
numbers of invocations do not put us over the method limit.
|
| ObjectLoader
A segment of code generation which produces the necessary instructions to load the given object.
|
| PropertyUtils.Property |
| RecorderContext
An injectable utility class that contains methods that can be needed for dealing with recorders.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.