protected static enum Morph.Binder.RedirectionProxy.StaticFieldConstructor extends java.lang.Enum<Morph.Binder.RedirectionProxy.StaticFieldConstructor> implements Implementation
Implementation.Composable, Implementation.Compound, Implementation.Context, Implementation.Simple, Implementation.SpecialMethodInvocation, Implementation.Target| Enum Constant and Description |
|---|
INSTANCE
The singleton instance.
|
| Modifier and Type | Field and Description |
|---|---|
private MethodDescription |
objectTypeDefaultConstructor
A reference of the
Object type default constructor. |
| Modifier and Type | Method and Description |
|---|---|
ByteCodeAppender |
appender(Implementation.Target implementationTarget)
Creates a byte code appender that determines the implementation of the instrumented type's methods.
|
InstrumentedType |
prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.
|
static Morph.Binder.RedirectionProxy.StaticFieldConstructor |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Morph.Binder.RedirectionProxy.StaticFieldConstructor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Morph.Binder.RedirectionProxy.StaticFieldConstructor INSTANCE
private final MethodDescription objectTypeDefaultConstructor
Object type default constructor.public static Morph.Binder.RedirectionProxy.StaticFieldConstructor[] values()
for (Morph.Binder.RedirectionProxy.StaticFieldConstructor c : Morph.Binder.RedirectionProxy.StaticFieldConstructor.values()) System.out.println(c);
public static Morph.Binder.RedirectionProxy.StaticFieldConstructor valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic InstrumentedType prepare(InstrumentedType instrumentedType)
prepare in interface InstrumentedType.PrepareableinstrumentedType - The instrumented type in its current form.public ByteCodeAppender appender(Implementation.Target implementationTarget)
appender in interface ImplementationimplementationTarget - The target of the current implementation.InstrumentedType.Prepareable.prepare(InstrumentedType).