Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
We need to add support for propertyMissing as well as methodMissing. Example:
// for getters Foo.metaClass.propertyMissing = { String name -> } // for setters Foo.metaClass.propertyMissing = { String name, Object value -> }
Attachments
Issue Links
- relates to
-
GROOVY-7723 propertyMissing(String,Object) called for missing getter
- Closed