Uses of Class
javassist.ClassMap
Packages that use ClassMap
-
Uses of ClassMap in javassist
Modifier and TypeMethodDescription(package private) voidCtBehavior.copy(CtBehavior src, boolean isCons, ClassMap map) static CtConstructorCtNewConstructor.copy(CtConstructor c, CtClass declaring, ClassMap map) Creates a copy of a constructor.static CtMethodCreates a copy of a method with a new name.static CtMethodCreates a copy of a method.voidCtClass.replaceClassName(ClassMap map) Changes class names appearing in the class file according to the givenmap.voidCtClassType.replaceClassName(ClassMap classnames) voidCtConstructor.setBody(CtConstructor src, ClassMap map) Copies a constructor body from another constructor.voidCopies a method body from another method.(package private) static voidCtBehavior.setBody0(CtClass srcClass, MethodInfo srcInfo, CtClass destClass, MethodInfo destInfo, ClassMap map) Makes a copy of this constructor and converts it into a method.ModifierConstructorDescription(package private)CtConstructor(CtConstructor src, CtClass declaring, ClassMap map) Creates a copy of aCtConstructorobject.Creates a copy of aCtMethodobject.