Enum OnSetMethodUnmatched

java.lang.Object
java.lang.Enum<OnSetMethodUnmatched>
org.instancio.settings.OnSetMethodUnmatched
All Implemented Interfaces:
Serializable, Comparable<OnSetMethodUnmatched>, java.lang.constant.Constable

public enum OnSetMethodUnmatched extends Enum<OnSetMethodUnmatched>
A setting that specifies what should happen if a setter has no matching field.

See Unmatched Setters section of the User Guide for details.

Since:
4.0.0
See Also: