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 |
---|---|
Advice.AssignReturned.Factory |
Advice.AssignReturned.Factory.with(Advice.AssignReturned.Handler.Factory<?> factory)
Includes the provided handler factory.
|
Advice.AssignReturned.Factory |
Advice.AssignReturned.Factory.with(Class<? extends Annotation> type,
Advice.AssignReturned.Handler... handler)
Includes a list of handlers upon discovering an annotation of a given type.
|
Advice.AssignReturned.Factory |
Advice.AssignReturned.Factory.with(Class<? extends Annotation> type,
List<Advice.AssignReturned.Handler> handlers)
Includes a list of handlers upon discovering an annotation of a given type.
|
Copyright © 2014–2023. All rights reserved.