Interface Lookup

  • All Known Subinterfaces:
    ObjectFactory

    @API(status=STABLE)
    public interface Lookup
    • Method Detail

      • getInstance

        <T> T getInstance​(Class<T> glueClass)
        Provides an instance of a glue class.
        Type Parameters:
        T - type of Glue class
        Parameters:
        glueClass - type of instance to be created.
        Returns:
        new instance of type T