Uses of Class
javassist.ClassMap
Packages that use ClassMap
-
Uses of ClassMap in javassist
Modifier and TypeMethodDescriptionstatic 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.voidCtConstructor.setBody(CtConstructor src, ClassMap map) Copies a constructor body from another constructor.voidCopies a method body from another method.Makes a copy of this constructor and converts it into a method.ModifierConstructorDescriptionCtConstructor(CtConstructor src, CtClass declaring, ClassMap map) Creates a copy of aCtConstructorobject.Creates a copy of aCtMethodobject.