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 7.0 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org