Enum Class MemberSubstitution.Substitution.ForMethodInvocation.OfInstrumentedMethod

java.lang.Object
java.lang.Enum<MemberSubstitution.Substitution.ForMethodInvocation.OfInstrumentedMethod>
net.bytebuddy.asm.MemberSubstitution.Substitution.ForMethodInvocation.OfInstrumentedMethod
All Implemented Interfaces:
Serializable, Comparable<MemberSubstitution.Substitution.ForMethodInvocation.OfInstrumentedMethod>, Constable, MemberSubstitution.Substitution.Factory
Enclosing class:
MemberSubstitution.Substitution.ForMethodInvocation

static enum MemberSubstitution.Substitution.ForMethodInvocation.OfInstrumentedMethod extends Enum<MemberSubstitution.Substitution.ForMethodInvocation.OfInstrumentedMethod> implements MemberSubstitution.Substitution.Factory
A factory for a substitution that invokes the instrumented method.