public static enum TypeProxy.InvocationFactory.Default extends Enum<TypeProxy.InvocationFactory.Default> implements TypeProxy.InvocationFactory
TypeProxy.InvocationFactory.TypeProxy.InvocationFactory.Default| Enum Constant and Description |
|---|
DEFAULT_METHOD
Invokes the default method of the instrumented method if it exists and is not ambiguous.
|
SUPER_METHOD
Invokes the super method of the instrumented method.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static TypeProxy.InvocationFactory.Default |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeProxy.InvocationFactory.Default[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOfinvokepublic static final TypeProxy.InvocationFactory.Default SUPER_METHOD
public static final TypeProxy.InvocationFactory.Default DEFAULT_METHOD
public static TypeProxy.InvocationFactory.Default[] values()
for (TypeProxy.InvocationFactory.Default c : TypeProxy.InvocationFactory.Default.values()) System.out.println(c);
public static TypeProxy.InvocationFactory.Default valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<TypeProxy.InvocationFactory.Default>Copyright © 2014–2016. All rights reserved.