Class ParameterInfo

    • Constructor Summary

      Constructors 
      Constructor Description
      ParameterInfo​(java.lang.Object instance, java.lang.Object[] parameters)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getInstance()  
      java.lang.Object[] getParameters()  
      • Methods inherited from class java.lang.Object

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

      • ParameterInfo

        public ParameterInfo​(java.lang.Object instance,
                             java.lang.Object[] parameters)
    • Method Detail

      • getInstance

        public java.lang.Object getInstance()
        Specified by:
        getInstance in interface IParameterInfo
        Returns:
        - The actual instance associated with a factory method
      • getParameters

        public java.lang.Object[] getParameters()
        Specified by:
        getParameters in interface IParameterInfo
        Returns:
        - The parameters associated with the factory method as an array.