Enum Advice.OffsetMapping.ForStubValue

java.lang.Object
java.lang.Enum<Advice.OffsetMapping.ForStubValue>
net.bytebuddy.asm.Advice.OffsetMapping.ForStubValue
All Implemented Interfaces:
Serializable, Comparable<Advice.OffsetMapping.ForStubValue>, java.lang.constant.Constable, Advice.OffsetMapping, Advice.OffsetMapping.Factory<Advice.StubValue>
Enclosing interface:
Advice.OffsetMapping

public static enum Advice.OffsetMapping.ForStubValue extends Enum<Advice.OffsetMapping.ForStubValue> implements Advice.OffsetMapping, Advice.OffsetMapping.Factory<Advice.StubValue>
An offset mapping for a parameter where assignments are fully ignored and that is assigned a boxed version of the instrumented method's return value or null if the return type is not primitive or void.