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
Type s referenced by this model element for which an import statement needs
to be declared. |
String |
getName() |
String |
getPackageName() |
getTemplateName, getTemplateNameForClass, write
public Set<Type> getImportTypes()
ModelElement
Type
s referenced by this model element for which an import statement needs
to be declared.getImportTypes
in class ModelElement
null
.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.