All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.avaje.ebean.enhance.agent.ClassBytesReader Maven / Gradle / Ivy

There is a newer version: 8.1.1
Show newest version
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