public interface PropertyConverter
Modifier and Type | Method and Description |
---|---|
void |
write(Properties prop,
String propertyName,
Object object)
Writes the input object as a property using the property name
|
void write(Properties prop, String propertyName, Object object)
prop
- the property object instancepropertyName
- the property nameobject
- the object to write as a propertyThis documentation was released into the public domain.