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

Method getGetter

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

Gets the getter method of this property.

()

Source from the content-addressed store, hash-verified

125 * Gets the getter method of this property.
126 */
127 public MetaMethod getGetter() {
128 return getter;
129 }
130
131 /**
132 * Gets the setter method of this property.

Callers 12

getModifiersMethod · 0.95
getPropertyMethod · 0.95
registerBeanPropertyMethod · 0.95
getObjectPropertiesMethod · 0.45
getPropertiesMethod · 0.45
isMarkedInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected