Uses of Interface
io.quarkus.deployment.recording.RecorderContext
-
Packages that use RecorderContext Package Description io.quarkus.deployment.logging io.quarkus.deployment.recording io.quarkus.deployment.steps -
-
Uses of RecorderContext in io.quarkus.deployment.logging
-
Uses of RecorderContext in io.quarkus.deployment.recording
Classes in io.quarkus.deployment.recording that implement RecorderContext Modifier and Type Class Description classBytecodeRecorderImplA class that can be used to record invocations to bytecode so they can be replayed later. -
Uses of RecorderContext in io.quarkus.deployment.steps
Methods in io.quarkus.deployment.steps with parameters of type RecorderContext Modifier and Type Method Description voidConfigGenerationBuildStep. checkForBuildTimeConfigChange(RecorderContext recorderContext, ConfigRecorder recorder, ConfigurationBuildItem configItem, List<SuppressNonRuntimeConfigChangedWarningBuildItem> suppressNonRuntimeConfigChangedWarningItems)Warns if build time config properties have been changed at runtime.
-