public interface EclipseLinkClassWriter
Modifier and Type | Method and Description |
---|---|
Class<?> |
getParentClass() |
String |
getParentClassName() |
boolean |
isCompatible(EclipseLinkClassWriter writer) |
byte[] |
writeClass(DynamicClassLoader loader,
String className) |
byte[] writeClass(DynamicClassLoader loader, String className) throws ClassNotFoundException
ClassNotFoundException
boolean isCompatible(EclipseLinkClassWriter writer)
Class<?> getParentClass()
String getParentClassName()
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.