public class TypeClassNameConflictResolver extends BaseClassNameConflictResolver implements ClassNameConflictResolver
| Constructor and Description |
|---|
TypeClassNameConflictResolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
changeClassInfoAsResultOfConflict(JClass jClass,
String xpath,
String typedXPath,
Annotated annotated)
Changes the JClass' internal class name, appedning a type suffix to the suggested class name.
|
calculateXPathPrefix, getSourceGenerator, setSourceGeneratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetSourceGeneratorpublic void changeClassInfoAsResultOfConflict(JClass jClass, String xpath, String typedXPath, Annotated annotated)
changeClassInfoAsResultOfConflict in interface ClassNameConflictResolverchangeClassInfoAsResultOfConflict in class BaseClassNameConflictResolverjClass - The JClass instance whose local name should be changed.xpath - XPATH expression used to defer the new local class nametypedXPath - typed XPATH expression used to defer the new local class nameannotated - Annotated instanceCopyright © 2016. All rights reserved.