Interface IParameterInfo

  • All Known Implementing Classes:
    ParameterInfo

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

      • getInstance

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

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

        static java.lang.Object embeddedInstance​(java.lang.Object original)