public class DefaultConverter extends Object implements PropertyConverter
Constructor and Description |
---|
DefaultConverter() |
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
|
public void write(Properties prop, String propertyName, Object object)
PropertyConverter
write
in interface PropertyConverter
prop
- the property object instancepropertyName
- the property nameobject
- the object to write as a propertyThis documentation was released into the public domain.