MCPcopy Index your code
hub / github.com/apache/groovy / getSetter

Method getSetter

src/main/java/groovy/lang/MetaBeanProperty.java:134–136  ·  view source on GitHub ↗

Gets the setter method of this property.

()

Source from the content-addressed store, hash-verified

132 * Gets the setter method of this property.
133 */
134 public MetaMethod getSetter() {
135 return setter;
136 }
137
138 /**
139 * Sets the field of this property.

Callers 9

getModifiersMethod · 0.95
setPropertyMethod · 0.95
registerBeanPropertyMethod · 0.95
getPropertiesMethod · 0.45
isMarkedInternalMethod · 0.45
setPropertyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected