public static interface FieldAccessor.AssignerConfigurable extends Implementation
Implementation.Composable, Implementation.Compound, Implementation.Context, Implementation.Simple, Implementation.SpecialMethodInvocation, Implementation.Target
Modifier and Type | Method and Description |
---|---|
Implementation |
withAssigner(Assigner assigner,
Assigner.Typing typing)
Returns a field accessor that is identical to this field accessor but uses the given assigner
and runtime type use configuration.
|
appender, prepare
Implementation withAssigner(Assigner assigner, Assigner.Typing typing)
assigner
- The assigner to use.typing
- Indicates if dynamic type castings should be attempted for incompatible assignments.Copyright © 2014–2015. All rights reserved.