Class AbstractAutomaticBean.SeverityLevelConverter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object convert​(java.lang.Class type, java.lang.Object value)  
      • Methods inherited from class java.lang.Object

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

      • convert

        public java.lang.Object convert​(java.lang.Class type,
                                        java.lang.Object value)
        Specified by:
        convert in interface org.apache.commons.beanutils.Converter