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.
|
Advice |
Advice.WithCustomMapping.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.
|
Advice |
Advice.WithCustomMapping.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.
|
Advice |
Advice.WithCustomMapping.to(TypeDescription typeDescription,
ClassFileLocator classFileLocator)
Implements advice where every matched method is advised by the given type's advisory methods.
|
protected static Advice |
Advice.to(TypeDescription typeDescription,
ClassFileLocator classFileLocator,
List<? extends Advice.Dispatcher.OffsetMapping.Factory> userFactories)
Creates a new advice.
|
Copyright © 2014–2016. All rights reserved.