Interface AdhocObjectFactory

  • All Known Implementing Classes:
    DefaultAdhocObjectFactory

    public interface AdhocObjectFactory
    Creates objects for user-provided String class names, injecting dependencies into them.
    Since:
    3.1
    • Method Detail

      • newInstance

        <T> T newInstance​(Class<? super T> superType,
                          String className)
        Returns an instance of "className" that implements "superType", injecting dependencies from the registry into it.