Module org.eclipse.persistence.core
Interface ClassNameConversionRequired
-
- All Known Implementing Classes:
ConverterClass,EnumTypeConverter,ExpressionOperatorConverter,ObjectTypeConverter,SerializedObjectConverter,TypeConversionConverter
public interface ClassNameConversionRequiredTagging interface used to mark class as requiring class name conversion during deployment.- Since:
- EclipseLink 2.6
- Author:
- James Sutherland
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconvertClassNamesToClasses(ClassLoader classLoader)INTERNAL: Convert all the class-name-based settings in this converter to actual class-based settings.
-
-
-
Method Detail
-
convertClassNamesToClasses
void convertClassNamesToClasses(ClassLoader classLoader)
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.
-
-