Interface FieldAccessor.AssignerConfigurable

All Superinterfaces:
FieldAccessor.PropertyConfigurable, Implementation, InstrumentedType.Prepareable
All Known Subinterfaces:
FieldAccessor.OwnerTypeLocatable
All Known Implementing Classes:
FieldAccessor.ForImplicitProperty
Enclosing class:
FieldAccessor

public static interface FieldAccessor.AssignerConfigurable extends FieldAccessor.PropertyConfigurable
A field accessor that can be configured to use a given assigner and runtime type use configuration.
  • Method Details

    • withAssigner

      Returns a field accessor that is identical to this field accessor but uses the given assigner and runtime type use configuration.
      Parameters:
      assigner - The assigner to use.
      typing - Indicates if dynamic type castings should be attempted for incompatible assignments.
      Returns:
      This field accessor with the given assigner and runtime type use configuration.