Interface ReflectionOptimizer.InstantiationOptimizer

Enclosing interface:
ReflectionOptimizer

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

    Modifier and Type
    Method
    Description
    Perform instantiation of an instance of the underlying class.
  • Method Details

    • newInstance

      Object newInstance()
      Perform instantiation of an instance of the underlying class.