Class PropertyEditorUtil


  • public class PropertyEditorUtil
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Object createValueFromString​(java.lang.String text, int count, java.lang.Class objectClass, java.lang.Class paramClass)  
      • Methods inherited from class java.lang.Object

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

      • PropertyEditorUtil

        public PropertyEditorUtil()
    • Method Detail

      • createValueFromString

        public static java.lang.Object createValueFromString​(java.lang.String text,
                                                             int count,
                                                             java.lang.Class objectClass,
                                                             java.lang.Class paramClass)
                                                      throws java.lang.NoSuchMethodException,
                                                             java.lang.InstantiationException,
                                                             java.lang.IllegalAccessException,
                                                             java.lang.reflect.InvocationTargetException
        Throws:
        java.lang.NoSuchMethodException
        java.lang.InstantiationException
        java.lang.IllegalAccessException
        java.lang.reflect.InvocationTargetException