public class CodegenSubstitutionParamEntry extends Object
Constructor and Description |
---|
CodegenSubstitutionParamEntry(CodegenField field,
String name,
Class type) |
Modifier and Type | Method and Description |
---|---|
static void |
codegenSetterMethod(CodegenClassScope classScope,
CodegenMethod method) |
CodegenField |
getField() |
String |
getName() |
Class |
getType() |
public CodegenSubstitutionParamEntry(CodegenField field, String name, Class type)
public CodegenField getField()
public String getName()
public Class getType()
public static void codegenSetterMethod(CodegenClassScope classScope, CodegenMethod method)
Copyright © 2005–2018. All rights reserved.