Uses of Class
org.hotswap.agent.javassist.tools.reflect.ClassMetaobject
-
Packages that use ClassMetaobject Package Description org.hotswap.agent.javassist.tools.reflect Runtime Behavioral Reflection. -
-
Uses of ClassMetaobject in org.hotswap.agent.javassist.tools.reflect
Fields in org.hotswap.agent.javassist.tools.reflect declared as ClassMetaobject Modifier and Type Field Description protected ClassMetaobjectMetaobject. classmetaobjectMethods in org.hotswap.agent.javassist.tools.reflect that return ClassMetaobject Modifier and Type Method Description ClassMetaobjectMetalevel. _getClass()Obtains the class metaobject associated with this object.ClassMetaobjectMetaobject. getClassMetaobject()Obtains the class metaobject associated with this metaobject.
-