this.builder.addFieldsForType( shortTypeName,
fields.toArray( new String[fields.size()] ) );
//Methods for use in ActionCallMethod's
ClassMethodInspector methodInspector = new ClassMethodInspector( clazz,
this );
List<MethodInfo> methodInfos = methodInspector.getMethodInfos();
for ( MethodInfo mi : methodInfos ) {
String genericType = mi.getParametricReturnType();
if ( genericType != null ) {
this.builder.putParametricFieldType( shortTypeName + "." + mi.getNameWithParameters(),
genericType );