Interface ReflectionOptimizer.InstantiationOptimizer

  • Enclosing interface:
    ReflectionOptimizer

    public static interface ReflectionOptimizer.InstantiationOptimizer
    Represents optimized entity instantiation.
    • Method Detail

      • newInstance

        Object newInstance()
        Perform instantiation of an instance of the underlying class.
        Returns:
        The new instance.