Enum Class MethodCall.TargetHandler.ForSelfOrStaticInvocation.Factory

java.lang.Object
java.lang.Enum<MethodCall.TargetHandler.ForSelfOrStaticInvocation.Factory>
net.bytebuddy.implementation.MethodCall.TargetHandler.ForSelfOrStaticInvocation.Factory
All Implemented Interfaces:
Serializable, Comparable<MethodCall.TargetHandler.ForSelfOrStaticInvocation.Factory>, Constable, InstrumentedType.Prepareable, MethodCall.TargetHandler.Factory
Enclosing class:
MethodCall.TargetHandler.ForSelfOrStaticInvocation

protected static enum MethodCall.TargetHandler.ForSelfOrStaticInvocation.Factory extends Enum<MethodCall.TargetHandler.ForSelfOrStaticInvocation.Factory> implements MethodCall.TargetHandler.Factory
A factory for invoking a static method or a self-declared method.