Class RuntimeValue<T>

java.lang.Object
io.quarkus.runtime.RuntimeValue<T>

public class RuntimeValue<T> extends Object
Represents a proxyable object that can be returned from a bytecode recorder, and passed between recorders.
  • Constructor Details

    • RuntimeValue

      public RuntimeValue(T value)
    • RuntimeValue

      public RuntimeValue()
  • Method Details

    • getValue

      public T getValue()