Searched refs:hasSetter (Results 1 – 12 of 12) sorted by relevance
250 assertTrue(prop.hasSetter()); in testSimple()264 assertFalse(prop.hasSetter()); in testSimpleFieldVisibility()277 assertFalse(prop.hasSetter()); in testSimpleGetterVisibility()303 assertFalse(prop.hasSetter()); in testPartialIgnore()316 assertTrue(prop.hasSetter()); in testSimpleRenamed()329 assertTrue(prop.hasSetter()); in testSimpleRenamed2()342 assertTrue(prop.hasSetter()); in testMergeWithRename()355 assertTrue(prop.hasSetter()); in testSimpleIgnoreAndRename()
39 assertTrue(prop.hasSetter()); in testSimple()
162 public abstract boolean hasSetter(); in hasSetter() method in BeanPropertyDefinition
911 if (prop.hasSetter()) { in _renameUsing()
386 public boolean hasSetter() { return _setters != null; } in hasSetter() method in POJOPropertyBuilder
207 boolean hasSetter = propertyNameToSetter.containsKey(property); in classifyMethods()219 boolean needToMakeBarBuilder = (autoValueHasToBuilder || hasSetter); in classifyMethods()230 } else if (!hasSetter) { in classifyMethods()
231 public boolean hasSetter() { return (getSetter() != null); } in hasSetter() method in SimpleBeanPropertyDefinition
563 if (propDef.hasSetter()) { in addBeanProps()
1494 if (!RefExpr->getPropertyDecl()->hasSetter()) { in buildSet()
1493 if (!RefExpr->getPropertyDecl()->hasSetter()) { in buildSet()
3414 bool hasSetter() const { return SetterId != nullptr; } in hasSetter() function
3958 bool hasSetter() const { return SetterId != nullptr; } in hasSetter() function