Interface ClassNameConflictResolver
- All Known Implementing Classes:
BaseClassNameConflictResolver
,TypeClassNameConflictResolver
,XPATHClassNameConflictResolver
public interface ClassNameConflictResolver
Class name conflict resolver.
- Author:
- Werner Guttmann
-
Method Summary
Modifier and TypeMethodDescriptionvoid
changeClassInfoAsResultOfConflict
(JClass jClass, String xpath, String typedXPath, Annotated annotated) Changes the JClass' internal class name, as a result of an XPATH expression uniquely identifying an XML artefact within an XML schema.void
setSourceGenerator
(SourceGenerator sourceGenerator) Sets the callingSourceGenerator
instance.
-
Method Details
-
changeClassInfoAsResultOfConflict
-
setSourceGenerator
Sets the callingSourceGenerator
instance.- Parameters:
sourceGenerator
- The callingSourceGenerator
instance.
-