public static class HotSwapping.HotSwappingWith<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private HotSwapping<T> |
hotswapping |
| Constructor and Description |
|---|
HotSwappingWith(HotSwapping<T> hotswapping) |
| Modifier and Type | Method and Description |
|---|---|
HotSwapping.HotSwappingBuildOrMode<T> |
with(java.lang.Object instance)
Defines the object that shall be proxied.
|
private final HotSwapping<T> hotswapping
public HotSwappingWith(HotSwapping<T> hotswapping)
public HotSwapping.HotSwappingBuildOrMode<T> with(java.lang.Object instance)
instance - the object that shall be proxied.