bodyBuilder.appendFormalLine("return " + base64Name
+ ".encodeBase64URLSafeString(" + targetTypeName + "."
+ jsonMethodName.getSymbolName() + "().getBytes());");
bodyBuilder.indentRemove();
bodyBuilder.appendFormalLine("}");
bodyBuilder.indentRemove();
bodyBuilder.appendFormalLine("};");
return new MethodMetadataBuilder(getId(), Modifier.PUBLIC, methodName,
converterJavaType, bodyBuilder);
}