Serialized Form
-
Package javassist
-
Class javassist.CannotCompileException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Class javassist.ClassMap extends HashMap<String,String> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
parent
ClassMap parent
-
-
Class javassist.NotFoundException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package javassist.bytecode
-
Class javassist.bytecode.BadBytecode extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Class javassist.bytecode.CodeAttribute.RuntimeCopyException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class javassist.bytecode.DuplicateMemberException extends CannotCompileException implements Serializable
- serialVersionUID:
- 1L
-
Class javassist.bytecode.StackMapTable.RuntimeCopyException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package javassist.bytecode.annotation
-
Class javassist.bytecode.annotation.NoSuchClassError extends Error implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
className
String className
-
-
-
Package javassist.tools.reflect
-
Class javassist.tools.reflect.CannotCreateException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Class javassist.tools.reflect.CannotInvokeException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
err
Throwable err
-
-
Class javassist.tools.reflect.CannotReflectException extends CannotCompileException implements Serializable
- serialVersionUID:
- 1L
-
Class javassist.tools.reflect.ClassMetaobject extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
constructors
Constructor<?>[] constructors
-
javaClass
Class<?> javaClass
-
methods
Method[] methods
-
-
Class javassist.tools.reflect.Metaobject extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
baseobject
Metalevel baseobject
-
classmetaobject
ClassMetaobject classmetaobject
-
methods
Method[] methods
-
-
-
Package javassist.tools.rmi
-
Class javassist.tools.rmi.ObjectImporter extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class javassist.tools.rmi.ObjectNotFoundException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Class javassist.tools.rmi.RemoteException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class javassist.tools.rmi.RemoteRef extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
classname
String classname
-
oid
int oid
-
-
-
Package javassist.tools.web
-
Class javassist.tools.web.BadHttpRequest extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
e
Exception e
-
-