protected static class Field.Binder.InstanceFieldConstructor extends Object implements Instrumentation
Modifier and Type | Class and Description |
---|---|
protected static class |
Field.Binder.InstanceFieldConstructor.Appender
An appender for implementing an
Field.Binder.InstanceFieldConstructor . |
Instrumentation.Compound, Instrumentation.Context, Instrumentation.ForAbstractMethod, Instrumentation.Simple, Instrumentation.SpecialMethodInvocation, Instrumentation.Target
Modifier | Constructor and Description |
---|---|
protected |
InstanceFieldConstructor(TypeDescription instrumentedType)
Creates a new instrumentation for implementing a field accessor proxy's constructor when accessing
a non-static field.
|
Modifier and Type | Method and Description |
---|---|
ByteCodeAppender |
appender(Instrumentation.Target instrumentationTarget)
Creates a byte code appender that determines the implementation of the instrumented type's methods.
|
boolean |
equals(Object other) |
int |
hashCode() |
InstrumentedType |
prepare(InstrumentedType instrumentedType)
During the preparation phase of an instrumentation, implementations are eligible to adding fields or methods
to the currently instrumented type.
|
String |
toString() |
protected InstanceFieldConstructor(TypeDescription instrumentedType)
instrumentedType
- The instrumented type from which a field is to be accessed.public InstrumentedType prepare(InstrumentedType instrumentedType)
Instrumentation
ByteCodeAppender
that is emitted
on the call to
Instrumentation.appender(net.bytebuddy.instrumentation.Instrumentation.Target)
call. On this method call, loaded type initializers can also be added to the instrumented type.prepare
in interface Instrumentation
instrumentedType
- The instrumented type that is the basis of the ongoing instrumentation.public ByteCodeAppender appender(Instrumentation.Target instrumentationTarget)
Instrumentation
appender
in interface Instrumentation
instrumentationTarget
- The target of the current instrumentation.Instrumentation.prepare(net.bytebuddy.instrumentation.type.InstrumentedType)
.Copyright © 2014. All rights reserved.