Searched defs:hasSetter (Results 1 – 5 of 5) sorted by relevance
162 public abstract boolean hasSetter(); in hasSetter() method in BeanPropertyDefinition
386 public boolean hasSetter() { return _setters != null; } in hasSetter() method in POJOPropertyBuilder
231 public boolean hasSetter() { return (getSetter() != null); } in hasSetter() method in SimpleBeanPropertyDefinition
255 public val KmProperty.hasSetter: Boolean get() = Flag.Property.HAS_SETTER(flags) constant
3414 bool hasSetter() const { return SetterId != nullptr; } in hasSetter() function