Class FieldProxy.Binder.FieldSetter

    • Constructor Detail

      • FieldSetter

        protected FieldSetter​(FieldDescription fieldDescription,
                              Assigner assigner,
                              MethodAccessorFactory methodAccessorFactory)
        Creates a new setter implementation.
        Parameters:
        fieldDescription - The field that is being accessed.
        assigner - The assigner to use.
        methodAccessorFactory - The accessed type's method accessor factory.