![JAR search and dependency download from the Maven repository](/logo.png)
com.avaje.ebean.enhance.agent.ClassBytesReader Maven / Gradle / Ivy
package com.avaje.ebean.enhance.agent;
/**
* Interface for reading class bytes as part of enhancement.
*
* Used to parse inheritance objects when enhancing a given class.
*
*/
public interface ClassBytesReader {
/**
* Return the class bytes for a given class.
*/
byte[] getClassBytes(String className, ClassLoader classLoader);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy