|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.framework.aop.javassist.AbstractGenerator org.seasar.tuigwaa.model.common.PojoClassGenerator
フィールドの概要 |
クラス org.seasar.framework.aop.javassist.AbstractGenerator から継承したフィールド |
classPool, DEFINE_CLASS_METHOD_NAME, defineClassMethod, protectionDomain |
コンストラクタの概要 | |
PojoClassGenerator(javassist.ClassPool cp,
Class srcClass,
String enhancedClassname)
extends srcClass |
|
PojoClassGenerator(javassist.ClassPool cp,
String className)
|
メソッドの概要 | |
void |
addProperty(String name,
String type)
|
ClassLoader |
getClassLoader()
|
void |
overrideMethod(String methodName,
String methodBody)
|
void |
reModify()
|
Class |
toClass()
|
クラス org.seasar.framework.aop.javassist.AbstractGenerator から継承したメソッド |
createConstructor, createConstructor, createCtClass, createCtClass, createCtClass, createDefaultConstructor, createDefaultConstructor, createMethod, createMethod, createMethod, fromObject, getAndRenameCtClass, getAndRenameCtClass, getDeclaredMethod, setInterface, setInterfaces, setMethodBody, toClass, toCtClass, toCtClass, toCtClassArray, toCtClassArray, toObject |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public PojoClassGenerator(javassist.ClassPool cp, String className)
public PojoClassGenerator(javassist.ClassPool cp, Class srcClass, String enhancedClassname)
メソッドの詳細 |
public void addProperty(String name, String type) throws javassist.CannotCompileException, ClassNotFoundException
javassist.CannotCompileException
ClassNotFoundException
public void overrideMethod(String methodName, String methodBody) throws javassist.NotFoundException, javassist.CannotCompileException
javassist.NotFoundException
javassist.CannotCompileException
public Class toClass()
public ClassLoader getClassLoader()
public void reModify()
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |