Interface Instantiator


  • @Deprecated
    public interface Instantiator
    Deprecated.
    since 2.15.4 because this internal class was leaking from the public API. For more information why deprecated, see InstantiatorProvider2. Use Instantiator instead.

    Provides instances of classes.

    • Method Detail

      • newInstance

        <T> T newInstance​(java.lang.Class<T> cls)
        Deprecated.
        Creates instance of given class