Class SetterWrapper

    • Constructor Detail

      • SetterWrapper

        public SetterWrapper​(Assignment rhs,
                             List<Type> thrownTypesToExclude,
                             boolean fieldAssignment,
                             boolean includeSourceNullCheck,
                             boolean setExplicitlyToNull,
                             boolean setExplicitlyToDefault)
      • SetterWrapper

        public SetterWrapper​(Assignment rhs,
                             List<Type> thrownTypesToExclude,
                             boolean fieldAssignment)
    • Method Detail

      • isSetExplicitlyToNull

        public boolean isSetExplicitlyToNull()
      • isSetExplicitlyToDefault

        public boolean isSetExplicitlyToDefault()
      • isIncludeSourceNullCheck

        public boolean isIncludeSourceNullCheck()