Package | Description |
---|---|
net.bytebuddy.asm |
The ASM package contains classes that are meant for direct interaction with the ASM API.
|
Modifier and Type | Method and Description |
---|---|
static Advice |
Advice.to(Class<?> type)
Implements advice where every matched method is advised by the given type's advisory methods.
|
static Advice |
Advice.to(Class<?> type,
ClassFileLocator classFileLocator)
Implements advice where every matched method is advised by the given type's advisory methods.
|
static Advice |
Advice.to(TypeDescription typeDescription,
ClassFileLocator classFileLocator)
Implements advice where every matched method is advised by the given type's advisory methods.
|
Copyright © 2014–2016. All rights reserved.