groovy.beans
Class DefaultPropertyWriter
java.lang.Object
  
groovy.beans.DefaultPropertyWriter
- All Implemented Interfaces: 
 - PropertyWriter
 
public class DefaultPropertyWriter
- extends Object
- implements PropertyWriter
  
- 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 PropertyWriter INSTANCE
DefaultPropertyWriter
public DefaultPropertyWriter()
write
public void write(Object owner,
                  String propertyName,
                  Object value)
- Specified by:
 write in interface PropertyWriter