Package io.ebean.enhance.common
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 TypeMethodDescriptionbyte[]getClassBytes(String className, ClassLoader classLoader) Return the class bytes for a given class.
-
Method Details
-
getClassBytes
Return the class bytes for a given class.
-