groovy.beans
Class DefaultPropertyWriter

java.lang.Object
  extended by groovy.beans.DefaultPropertyWriter
All Implemented Interfaces:
PropertyWriter

public class DefaultPropertyWriter
extends Object
implements PropertyWriter

Author:
Andres Almiray

Field Summary
static PropertyWriter INSTANCE
           
 
Constructor Summary
DefaultPropertyWriter()
           
 
Method Summary
 void write(Object owner, String propertyName, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final PropertyWriter INSTANCE
Constructor Detail

DefaultPropertyWriter

public DefaultPropertyWriter()
Method Detail

write

public void write(Object owner,
                  String propertyName,
                  Object value)
Specified by:
write in interface PropertyWriter

Copyright © 2003-2012 The Codehaus. All rights reserved.