MCPcopy
hub / github.com/apache/groovy / getField

Method getField

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

Gets the field of this property.

()

Source from the content-addressed store, hash-verified

118 * Gets the field of this property.
119 */
120 public CachedField getField() {
121 return field;
122 }
123
124 /**
125 * Gets the getter method of this property.

Callers 15

getModifiersMethod · 0.95
getPropertyMethod · 0.95
setPropertyMethod · 0.95
isMarkedInternalMethod · 0.45
addMetaBeanPropertyMethod · 0.45
setPropertyMethod · 0.45
getAttributeMethod · 0.45
setAttributeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected