Class StringEditor

  • All Implemented Interfaces:
    java.beans.PropertyEditor, PropertyEditor<java.lang.String>

    public class StringEditor
    extends PropertyEditorSupport<java.lang.String>
    A property editor for String. It is really a no-op.
    • Constructor Detail

      • StringEditor

        public StringEditor()
    • Method Detail

      • setAsText

        public void setAsText​(java.lang.String text)
        Keep the provided String as is.
        Specified by:
        setAsText in interface java.beans.PropertyEditor
        Specified by:
        setAsText in interface PropertyEditor<java.lang.String>
        Specified by:
        setAsText in class PropertyEditorSupport<java.lang.String>
        Parameters:
        text - The string to be parsed.