Uses of Class
java.lang.instrument.IllegalClassFormatException
-
Packages that use IllegalClassFormatException 软件包 描述 java.lang.instrument 提供允许Java编程语言代理仪器在JVM上运行程序的服务。 -
-
Uses of IllegalClassFormatException in java.lang.instrument
Methods in java.lang.instrument that throw IllegalClassFormatException Modifier and Type 方法 描述 default byte[]
ClassFileTransformer. transform(ClassLoader loader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer)
转换给定的类文件并返回一个新的替换类文件。default byte[]
ClassFileTransformer. transform(Module module, ClassLoader loader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer)
转换给定的类文件并返回一个新的替换类文件。
-