Class PrimitiveObjectFactory


  • public class PrimitiveObjectFactory
    extends java.lang.Object
    This class is used as a factory to get an instance of a class with a given value.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Object getObject​(java.lang.Class<?> type, java.lang.String value)
      returns an instantiated Object
      • Methods inherited from class java.lang.Object

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

      • PrimitiveObjectFactory

        public PrimitiveObjectFactory()
    • Method Detail

      • getObject

        public static java.lang.Object getObject​(java.lang.Class<?> type,
                                                 java.lang.String value)
        returns an instantiated Object
        Returns: