groovy.beans
Class DefaultPropertyReader
java.lang.Object
  
groovy.beans.DefaultPropertyReader
- All Implemented Interfaces: 
 - PropertyReader
 
public class DefaultPropertyReader
- extends Object
- implements PropertyReader
  
- Author:
 
  - Andres Almiray
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
INSTANCE
public static final PropertyReader INSTANCE
DefaultPropertyReader
public DefaultPropertyReader()
read
public Object read(Object owner,
                   String propertyName)
- Specified by:
 read in interface PropertyReader