Interface ClassBytesReader

All Known Implementing Classes:
ClassPathClassBytesReader

public interface ClassBytesReader
Interface for reading class bytes as part of enhancement.

Used to parse inheritance objects when enhancing a given class.

  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    getClassBytes(String className, ClassLoader classLoader)
    Return the class bytes for a given class.