Interface InstantiatorStrategy

    • Method Detail

      • newInstantiatorOf

        <T> ObjectInstantiator<T> newInstantiatorOf​(java.lang.Class<T> type)
        Create a dedicated instantiator for the given class
        Type Parameters:
        T - Type to instantiate
        Parameters:
        type - Class that will be instantiated
        Returns:
        Dedicated instantiator