public static interface FixedValue.AssignerConfigurable extends Implementation
Implementation.Compound, Implementation.Context, Implementation.Simple, Implementation.SpecialMethodInvocation, Implementation.Target
Modifier and Type | Method and Description |
---|---|
Implementation |
withAssigner(Assigner assigner,
boolean dynamicallyTyped)
Defines an explicit assigner to this fixed value implementation.
|
appender, prepare
Implementation withAssigner(Assigner assigner, boolean dynamicallyTyped)
assigner
- The assigner to use for assigning the fixed value to the return type of the
instrumented value.dynamicallyTyped
- If true
, the runtime type of the given value will be considered for
assigning the return type.Copyright © 2014–2015. All rights reserved.