org.hibernate.bytecode.internal.javassist
Class ReflectionOptimizerImpl
java.lang.Object
org.hibernate.bytecode.internal.javassist.ReflectionOptimizerImpl
- All Implemented Interfaces:
- Serializable, ReflectionOptimizer
public class ReflectionOptimizerImpl
- extends Object
- implements ReflectionOptimizer, Serializable
ReflectionOptimizer implementation for Javassist.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReflectionOptimizerImpl
public ReflectionOptimizerImpl(ReflectionOptimizer.InstantiationOptimizer instantiationOptimizer,
ReflectionOptimizer.AccessOptimizer accessOptimizer)
getInstantiationOptimizer
public ReflectionOptimizer.InstantiationOptimizer getInstantiationOptimizer()
- Specified by:
getInstantiationOptimizer
in interface ReflectionOptimizer
getAccessOptimizer
public ReflectionOptimizer.AccessOptimizer getAccessOptimizer()
- Specified by:
getAccessOptimizer
in interface ReflectionOptimizer
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.