Package groovy.beans
Class DefaultPropertyWriter
java.lang.Object
groovy.beans.DefaultPropertyWriter
- All Implemented Interfaces:
- PropertyWriter
public class DefaultPropertyWriter extends java.lang.Object implements PropertyWriter
- 
Field SummaryFields Modifier and Type Field Description static PropertyWriterINSTANCE
- 
Constructor SummaryConstructors Constructor Description DefaultPropertyWriter()
- 
Method SummaryModifier and Type Method Description voidwrite(java.lang.Object owner, java.lang.String propertyName, java.lang.Object value)Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Field Details- 
INSTANCE
 
- 
- 
Constructor Details- 
DefaultPropertyWriterpublic DefaultPropertyWriter()
 
- 
- 
Method Details- 
writepublic void write(java.lang.Object owner, java.lang.String propertyName, java.lang.Object value)- Specified by:
- writein interface- PropertyWriter
 
 
-