Interface PlasticManagerDelegate

    • Method Detail

      • configureInstantiator

        <T> ClassInstantiator<T> configureInstantiator​(java.lang.String className,
                                                       ClassInstantiator<T> instantiator)
        Configures the instantiator for a transformed PlasticClass.
        Parameters:
        className - fully qualified class name that was transformed
        instantiator - default instantiator, which has an empty InstanceContext
        Returns:
        the same instantiator, or a new one configured with additional InstanceContext values