Interface FieldAccessor.AssignerConfigurable

    • Method Detail

      • withAssigner

        FieldAccessor.PropertyConfigurable 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.
        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.