Uses of Interface
org.zeroturnaround.javarebel.ClassBytecodeProcessor
Packages that use ClassBytecodeProcessor
Package
Description
Contains the core classes for the JavaRebel SDK that allow custom configuration and integration.
-
Uses of ClassBytecodeProcessor in org.zeroturnaround.javarebel
Methods in org.zeroturnaround.javarebel with parameters of type ClassBytecodeProcessorModifier and TypeMethodDescriptionvoidIntegration.addBootClassProcessor(String[] classNames, ClassBytecodeProcessor processor) Adds a bytecode processor for set of given classes in boot classloader.voidIntegration.addBootClassProcessor(String className, ClassBytecodeProcessor processor) Adds a bytecode processor for the given class in boot classloader.voidIntegration.addBootClassProcessor(ClassBytecodeProcessor classBytecodeProcessor) Adds a bytecode processor in boot classloader.voidIntegration.addIntegrationProcessor(ClassLoader cl, String[] classNames, ClassBytecodeProcessor processor) Adds a bytecode processor for the set of given classes in the given classloader.voidIntegration.addIntegrationProcessor(ClassLoader cl, String className, ClassBytecodeProcessor processor) Adds a bytecode processor for the given class in the given classloader.voidIntegration.addIntegrationProcessor(ClassLoader cl, ClassBytecodeProcessor processor) Adds a bytecode processor for the given classloader.voidIntegration.addIntegrationProcessor(ClassLoader cl, ClassBytecodeProcessor processor, boolean managedOnly) AAdds a bytecode processor for the given classloader.voidIntegration.addIntegrationProcessor(String[] classNames, ClassBytecodeProcessor processor) Adds a bytecode processor for the set of given classes.voidIntegration.addIntegrationProcessor(String className, ClassBytecodeProcessor processor) Adds a bytecode processor for the given class.voidIntegration.addIntegrationProcessor(ClassBytecodeProcessor processor, boolean managedOnly) Adds a bytecode processor for all classes.ClassBytecodeProcessorCache.computeKey(String className, byte[] bytecode, ClassBytecodeProcessor processor, String tag) Computes the cache key for the given arguments.voidIntegration.removeIntegrationProcessor(ClassBytecodeProcessor processor) Remove bytecode processor.