Class RuntimeVirtualFieldSupplier
- java.lang.Object
-
- io.opentelemetry.instrumentation.api.internal.RuntimeVirtualFieldSupplier
-
public final class RuntimeVirtualFieldSupplier extends Object
This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRuntimeVirtualFieldSupplier.VirtualFieldSupplierThis class is internal and is hence not for public use.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RuntimeVirtualFieldSupplier.VirtualFieldSupplierget()static voidset(RuntimeVirtualFieldSupplier.VirtualFieldSupplier virtualFieldSupplier)
-
-
-
Method Detail
-
set
public static void set(RuntimeVirtualFieldSupplier.VirtualFieldSupplier virtualFieldSupplier)
-
get
public static RuntimeVirtualFieldSupplier.VirtualFieldSupplier get()
-
-