Enum Class MethodCall.MethodLocator.ForInstrumentedMethod

java.lang.Object
java.lang.Enum<MethodCall.MethodLocator.ForInstrumentedMethod>
net.bytebuddy.implementation.MethodCall.MethodLocator.ForInstrumentedMethod
All Implemented Interfaces:
Serializable, Comparable<MethodCall.MethodLocator.ForInstrumentedMethod>, Constable, MethodCall.MethodLocator, MethodCall.MethodLocator.Factory
Enclosing interface:
MethodCall.MethodLocator

public static enum MethodCall.MethodLocator.ForInstrumentedMethod extends Enum<MethodCall.MethodLocator.ForInstrumentedMethod> implements MethodCall.MethodLocator, MethodCall.MethodLocator.Factory
A method locator that simply returns the intercepted method.