Searched defs:hasGetter (Results 1 – 5 of 5) sorted by relevance
161 public abstract boolean hasGetter(); in hasGetter() method in BeanPropertyDefinition
383 public boolean hasGetter() { return _getters != null; } in hasGetter() method in POJOPropertyBuilder
228 public boolean hasGetter() { return (getGetter() != null); } in hasGetter() method in SimpleBeanPropertyDefinition
252 public val KmProperty.hasGetter: Boolean get() = Flag.Property.HAS_GETTER(flags) constant
3412 bool hasGetter() const { return GetterId != nullptr; } in hasGetter() function