Class 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 Detail

      • RuntimeValue

        public RuntimeValue​(T value)
      • RuntimeValue

        public RuntimeValue()
    • Method Detail

      • getValue

        public T getValue()