Uses of Class
java.lang.instrument.IllegalClassFormatException
Package
Description
Provides services that allow Java programming language agents to instrument
programs running on the JVM.
-
Uses of IllegalClassFormatException in java.lang.instrument
Modifier and TypeMethodDescriptiondefault byte[]
ClassFileTransformer.transform
(ClassLoader loader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer) Transforms the given class file and returns a new replacement class file.default byte[]
ClassFileTransformer.transform
(Module module, ClassLoader loader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer) Transforms the given class file and returns a new replacement class file.