-
- All Known Implementing Classes:
DynamicClassWriter
public interface EclipseLinkClassWriter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<?>getParentClass()StringgetParentClassName()booleanisCompatible(EclipseLinkClassWriter writer)byte[]writeClass(DynamicClassLoader loader, String className)
-
-
-
Method Detail
-
writeClass
byte[] writeClass(DynamicClassLoader loader, String className) throws ClassNotFoundException
- Throws:
ClassNotFoundException
-
isCompatible
boolean isCompatible(EclipseLinkClassWriter writer)
-
getParentClass
Class<?> getParentClass()
-
getParentClassName
String getParentClassName()
-
-