Groovy 2.2.0

groovy.beans
[Java] Class DefaultPropertyWriter

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

public class DefaultPropertyWriter
extends Object

Authors:
Andres Almiray


Field Summary
static PropertyWriter INSTANCE

 
Method Summary
void write(Object owner, String propertyName, Object value)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

INSTANCE

public static final PropertyWriter INSTANCE


 
Method Detail

write

public void write(Object owner, String propertyName, Object value)


 

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