Interface IParameterInfo

All Known Implementing Classes:
ParameterInfo

public interface IParameterInfo
Represents the ability to retrieve the parameters associated with a factory method.
  • Method Details

    • getInstance

      Object getInstance()
      Returns:
      - The actual instance associated with a factory method
    • getParameters

      Object[] getParameters()
      Returns:
      - The parameters associated with the factory method as an array.
    • embeddedInstance

      static Object embeddedInstance(Object original)