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 Summary
Fields Modifier and Type Field Description static PropertyWriter
INSTANCE
-
Constructor Summary
Constructors Constructor Description DefaultPropertyWriter()
-
Method Summary
Modifier and Type Method Description void
write(java.lang.Object owner, java.lang.String propertyName, java.lang.Object value)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
DefaultPropertyWriter
public DefaultPropertyWriter()
-
-
Method Details
-
write
public void write(java.lang.Object owner, java.lang.String propertyName, java.lang.Object value)- Specified by:
write
in interfacePropertyWriter
-