Class ObjectNameEditor

All Implemented Interfaces:
PropertyEditor, Converter

public class ObjectNameEditor extends AbstractConverter
A property editor for ObjectName.
Version:
$Rev: 6680 $ $Date: 2005-12-24T04:38:27.427468Z $
  • Constructor Details

    • ObjectNameEditor

      public ObjectNameEditor()
  • Method Details

    • toObjectImpl

      protected Object toObjectImpl(String text)
      Returns a ObjectName for the input object converted to a string.
      Specified by:
      toObjectImpl in class AbstractConverter
      Parameters:
      text - the text to convert
      Returns:
      a ObjectName object
      Throws:
      PropertyEditorException - An MalformedObjectNameException occured.