public abstract class JavassistBehaviorFactory extends JavassistMemberFactory
Abstract class to create implementations of the JavassistMethod
and JavassistConstructor
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.
counter, OBJECT_NAME, THROWABLE_EXCEPTIONS
createJavassistConstructor, createJavassistField, createJavassistMethod, instantiate, makeClass
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.