public class DelegateAdviceUtil
extends java.lang.Object
DelegateAdvice
to target.Modifier and Type | Field and Description |
---|---|
static TypeCache<java.lang.Class> |
cache |
Constructor and Description |
---|
DelegateAdviceUtil() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
applyAdvice(java.lang.Class<T> targetClass)
Applies advice on given target class and returns proxy instance.
|
static void |
injectTargetIntoProxy(java.lang.Object proxy,
java.lang.Object target)
Injects target into proxy.
|
public static TypeCache<java.lang.Class> cache
Copyright © 2003-present Jodd Team