Descripción
Sintaxis
default byte[] transform(ClassLoader loader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer) throws IllegalClassFormatException
default byte[] transform(Module module, ClassLoader loader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer) throws IllegalClassFormatException
Parámetros
- ClassLoader loader,
- Class<?> classBeingRedefined,
- ProtectionDomain protectionDomain,
- Module module,
- byte[] classfileBuffer,
- String className,
Excepciones
Clase Padre
Ejemplo
Artículos
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.