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 Summary

    Modifier and Type
    Method
    Description
    <T> T
    Deprecated.
    Creates instance of given class
  • Method Details

    • newInstance

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