Class PropertiesEditor

  • All Implemented Interfaces:
    java.beans.PropertyEditor

    public class PropertiesEditor
    extends org.springframework.beans.propertyeditors.PropertiesEditor
    Fixed 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setValue​(java.lang.Object value)  
      • Methods inherited from class org.springframework.beans.propertyeditors.PropertiesEditor

        setAsText
      • Methods inherited from class java.beans.PropertyEditorSupport

        addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditor
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PropertiesEditor

        public PropertiesEditor()
    • Method Detail

      • setValue

        public void setValue​(java.lang.Object value)
        Specified by:
        setValue in interface java.beans.PropertyEditor
        Overrides:
        setValue in class org.springframework.beans.propertyeditors.PropertiesEditor