public class Substitution extends Object
FileApiMethodGeneratorMojo
.Constructor and Description |
---|
Substitution() |
Substitution(String method,
String argName,
String argType,
String replacement,
boolean replaceWithType) |
Modifier and Type | Method and Description |
---|---|
String |
getArgName() |
String |
getArgType() |
String |
getMethod() |
String |
getReplacement() |
boolean |
isReplaceWithType() |
void |
setArgName(String argName) |
void |
setArgType(String argType) |
void |
setMethod(String method) |
void |
setReplacement(String replacement) |
void |
setReplaceWithType(boolean replaceWithType) |
public String method
public String getMethod()
public void setMethod(String method)
public String getArgName()
public void setArgName(String argName)
public String getArgType()
public void setArgType(String argType)
public String getReplacement()
public void setReplacement(String replacement)
public boolean isReplaceWithType()
public void setReplaceWithType(boolean replaceWithType)
Apache Camel