Class ObjectMBean.OgnlTypeConverter

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private OgnlTypeConverter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.beans.PropertyEditor getPropertyEditor​(java.lang.Class<?> type, java.lang.String attrName, java.lang.Class<?> attrType)  
      • Methods inherited from class java.lang.Object

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

      • OgnlTypeConverter

        private OgnlTypeConverter()
    • Method Detail

      • getPropertyEditor

        protected java.beans.PropertyEditor getPropertyEditor​(java.lang.Class<?> type,
                                                              java.lang.String attrName,
                                                              java.lang.Class<?> attrType)
        Overrides:
        getPropertyEditor in class PropertyTypeConverter