Module org.eclipse.persistence.core
Interface ClassNameConversionRequired
- All Known Implementing Classes:
ConverterClass,EnumTypeConverter,ExpressionOperatorConverter,JAXBEnumTypeConverter,ObjectTypeConverter,SerializedObjectConverter,TypeConversionConverter
public interface ClassNameConversionRequired
Tagging interface used to mark class as requiring class name conversion during deployment.
- Since:
- EclipseLink 2.6
-
Method Summary
Modifier and TypeMethodDescriptionvoidconvertClassNamesToClasses(ClassLoader classLoader) INTERNAL: Convert all the class-name-based settings in this converter to actual class-based settings.
-
Method Details
-
convertClassNamesToClasses
INTERNAL: Convert all the class-name-based settings in this converter to actual class-based settings. This method is used when converting a project that has been built with class names to a project with classes. This method is implemented by subclasses as necessary.
-