public static interface FieldAccessor.AssignerConfigurable extends Instrumentation
Instrumentation.Compound, Instrumentation.Context, Instrumentation.ForAbstractMethod, Instrumentation.SpecialMethodInvocation, Instrumentation.Target
Modifier and Type | Method and Description |
---|---|
Instrumentation |
assigner(Assigner assigner,
boolean considerRuntimeType)
Returns a field accessor that is identical to this field accessor but uses the given assigner
and runtime type use configuration.
|
appender, prepare
Instrumentation assigner(Assigner assigner, boolean considerRuntimeType)
assigner
- The assigner to use.considerRuntimeType
- true
if a field value's runtime type should be considered.Copyright © 2014. All rights reserved.