org.jboss.reflect.plugins.bytecode.accessor.generated
Class GeneratedBehaviorAccessorFactory
java.lang.Object
org.jboss.reflect.plugins.bytecode.accessor.generated.GeneratedMemberAccessorFactory
org.jboss.reflect.plugins.bytecode.accessor.generated.GeneratedBehaviorAccessorFactory
public abstract class GeneratedBehaviorAccessorFactory
- extends GeneratedMemberAccessorFactory
Abstract class to create implementations of the MethodAccessor
and ConstructorAccessor
interfaces.
This implementation generates raw bytecode to avoid the overhead of compilation via javassist. If
sun.reflect.MagicAccessorImpl
is used as the superClass
field the implementation
classes can access private and protected members of the target class.
- Version:
- $Revision: 1.1 $
- Author:
- Kabir Khan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.