Class PrimitiveObject

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.Object object  
      (package private) java.lang.Class<?> type  
      (package private) java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      PrimitiveObject()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.lang.Object getObject()
      Object that matches given Class and Value
      (package private) void setType​(java.lang.Class<?> type)
      Sets the type and value for the class which should be instantiated
      (package private) void setValue​(java.lang.String value)
      Sets the value for the class which should be instantiated
      • Methods inherited from class java.lang.Object

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

      • type

        java.lang.Class<?> type
      • value

        java.lang.String value
      • object

        java.lang.Object object
    • Constructor Detail

      • PrimitiveObject

        PrimitiveObject()
    • Method Detail

      • setType

        void setType​(java.lang.Class<?> type)
        Sets the type and value for the class which should be instantiated
        Parameters:
        type - Class
      • setValue

        void setValue​(java.lang.String value)
        Sets the value for the class which should be instantiated
        Parameters:
        value - String
      • getObject

        java.lang.Object getObject()
        Object that matches given Class and Value
        Returns:
        Object