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 |
---|---|
Class<Advice.Return> |
Advice.OffsetMapping.ForReturnValue.Factory.getAnnotationType()
Returns the annotation type of this factory.
|
Modifier and Type | Method and Description |
---|---|
Advice.OffsetMapping |
Advice.OffsetMapping.ForReturnValue.Factory.make(ParameterDescription.InDefinedShape target,
AnnotationDescription.Loadable<Advice.Return> annotation,
Advice.OffsetMapping.Factory.AdviceType adviceType)
Creates a new offset mapping for the supplied parameter if possible.
|
Constructor and Description |
---|
ForReturnValue(TypeDescription.Generic target,
AnnotationDescription.Loadable<Advice.Return> annotation)
Creates a new offset mapping for a return value.
|
Copyright © 2014–2022. All rights reserved.