Uses of Package
javassist
Packages that use javassist
Package
Description
The Javassist Core API.
Bytecode-level API.
Bytecode Analysis API.
Bytecode-level Annotations API.
This package contains the classes for modifying a method body.
Covenient tools.
Runtime Behavioral Reflection.
Sample implementation of remote method invocation.
Simple web server for running sample code.
Utility classes.
Dynamic proxy (similar to
Enhancer
of cglib).-
ClassDescriptionThrown when bytecode transformation has failed.A hash table associating class names with different names.
ClassPath
is an interface implemented by objects representing a class search path.A container ofCtClass
objects.Simple translator of method bodies (also see thejavassist.expr
package).Interface containing the method names to be used as array access replacements.CtBehavior
represents a method, a constructor, or a static constructor (class initializer).An instance ofCtClass
represents a class.An instance of CtConstructor represents a constructor.An instance of CtField represents a field.Instances of this class specify how to initialize a field.An instance ofCtMember
represents a field, a constructor, or a method.An instance ofCtMethod
represents a method.Instances of this class represent a constant parameter.Signals that something could not be found.An observer ofLoader
. -
Classes in javassist used by javassist.bytecodeClassDescriptionThrown when bytecode transformation has failed.A container of
CtClass
objects.An instance ofCtClass
represents a class.An instance ofCtMethod
represents a method.Signals that something could not be found. -
Classes in javassist used by javassist.bytecode.analysis
-
Classes in javassist used by javassist.bytecode.annotationClassDescriptionA container of
CtClass
objects.An instance ofCtClass
represents a class.Signals that something could not be found. -
Classes in javassist used by javassist.compiler.ast
-
Classes in javassist used by javassist.exprClassDescriptionThrown when bytecode transformation has failed.
CtBehavior
represents a method, a constructor, or a static constructor (class initializer).An instance ofCtClass
represents a class.An instance of CtConstructor represents a constructor.An instance of CtField represents a field.An instance ofCtMethod
represents a method.Signals that something could not be found. -
Classes in javassist used by javassist.toolsClassDescriptionThrown when bytecode transformation has failed.
CtBehavior
represents a method, a constructor, or a static constructor (class initializer). -
Classes in javassist used by javassist.tools.reflectClassDescriptionThrown when bytecode transformation has failed.A container of
CtClass
objects.An instance ofCtClass
represents a class.The class loader for Javassist.Signals that something could not be found.An observer ofLoader
. -
Classes in javassist used by javassist.tools.rmiClassDescriptionThrown when bytecode transformation has failed.A container of
CtClass
objects.Signals that something could not be found.An observer ofLoader
. -
Classes in javassist used by javassist.tools.webClassDescriptionThrown when bytecode transformation has failed.A container of
CtClass
objects.Signals that something could not be found.An observer ofLoader
. -
Classes in javassist used by javassist.utilClassDescriptionThrown when bytecode transformation has failed.An instance of
CtClass
represents a class.Signals that something could not be found. -
Classes in javassist used by javassist.util.proxy