Module org.eclipse.persistence.core
Package org.eclipse.persistence.dynamic
Interface EclipseLinkClassWriter
- All Known Implementing Classes:
- CollectionProxyClassWriter,- DynamicClassWriter,- MetadataDynamicClassWriter,- RestAdapterClassWriter,- RestCollectionAdapterClassWriter,- RestDynamicClassWriter,- RestReferenceAdapterV2ClassWriter,- XRClassWriter
public interface EclipseLinkClassWriter
- 
Method SummaryModifier and TypeMethodDescriptionClass<?> booleanisCompatible(EclipseLinkClassWriter writer) byte[]writeClass(DynamicClassLoader loader, String className) 
- 
Method Details- 
writeClass- Throws:
- ClassNotFoundException
 
- 
isCompatible
- 
getParentClassClass<?> getParentClass()
- 
getParentClassNameString getParentClassName()
 
-