Package org.grails.beans.support
Class PropertiesEditor
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- org.springframework.beans.propertyeditors.PropertiesEditor
-
- org.grails.beans.support.PropertiesEditor
-
- All Implemented Interfaces:
java.beans.PropertyEditor
public class PropertiesEditor extends org.springframework.beans.propertyeditors.PropertiesEditorFixed version of Spring's PropertiesEditor that converts all keys and values to String values java.util.Properties should only contain String keys and values- Since:
- 2.3.6
-
-
Constructor Summary
Constructors Constructor Description PropertiesEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetValue(java.lang.Object value)
-