public class DefaultPropertyWriter extends java.lang.Object implements PropertyWriter
| Modifier and Type | Field and Description | 
|---|---|
| static PropertyWriter | INSTANCE | 
| Constructor and Description | 
|---|
| DefaultPropertyWriter() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | write(java.lang.Object owner,
     java.lang.String propertyName,
     java.lang.Object value) | 
public static final PropertyWriter INSTANCE
public void write(java.lang.Object owner,
                  java.lang.String propertyName,
                  java.lang.Object value)
write in interface PropertyWriter