public class

InstantiationOptimizerAdapter

extends Object
implements Serializable ReflectionOptimizer.InstantiationOptimizer
java.lang.Object
   ↳ org.hibernate.bytecode.javassist.InstantiationOptimizerAdapter

Class Overview

The ReflectionOptimizer#InstantiationOptimizer implementation for Javassist which simply acts as an adapter to the FastClass class.

Summary

Public Constructors
InstantiationOptimizerAdapter(FastClass fastClass)
Public Methods
Object newInstance()
Perform instantiation of an instance of the underlying class.
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.hibernate.bytecode.ReflectionOptimizer.InstantiationOptimizer

Public Constructors

public InstantiationOptimizerAdapter (FastClass fastClass)

Public Methods

public Object newInstance ()

Perform instantiation of an instance of the underlying class.

Returns
  • The new instance.