
public class ServicesEntry extends ModelElement
Writable.Context| Constructor and Description |
|---|
ServicesEntry(String packageName,
String name,
String implementationPackage,
String implementationName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getImplementationName() |
String |
getImplementationPackage() |
Set<Type> |
getImportTypes()
Returns a set containing those
Types referenced by this model element for which an import statement needs
to be declared. |
String |
getName() |
String |
getPackageName() |
getTemplateName, getTemplateNameForClass, writepublic Set<Type> getImportTypes()
ModelElementTypes referenced by this model element for which an import statement needs
to be declared.getImportTypes in class ModelElementnull.public String getPackageName()
public String getName()
public String getImplementationPackage()
public String getImplementationName()
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.