public class CodegenMethodFootprint extends Object
Constructor and Description |
---|
CodegenMethodFootprint(Class returnType,
String methodName,
List<CodegenParamSet> params,
String optionalComment) |
Modifier and Type | Method and Description |
---|---|
String |
getMethodName() |
String |
getOptionalComment() |
List<CodegenParamSet> |
getParams() |
Class |
getReturnType() |
void |
mergeClasses(Set<Class> classes) |
public CodegenMethodFootprint(Class returnType, String methodName, List<CodegenParamSet> params, String optionalComment)