class AttributeAccessingMetaClass extends DelegatingMetaClass
A delegating meta class implementation that intercepts field access using the .@ operator and sends it to getProperty("@$name")
| Constructor and description |
|---|
AttributeAccessingMetaClass(MetaClass delegate) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
Object |
getAttribute(Object object, String attribute) |
Groovy API Documentation for Geb 8.0.0 - Licensed under the Apache License, Version 2.0 - http://groovy.apache.org/geb/