You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
As a part of a plugin to add methods to implement a GXT interface in the
generated data classes, I need to be able to create the methods with the
following signature
public <X> X get(String property)
For my purposes adding a List<FullyQualifiedJavaType> typeParameter to the
org.mybatis.generator.api.dom.java.Method class with get and add methods like
the parameter list, along with the associated code for writing the list in
angle brackets to the StringBuffer in the getFormattedContent method will do
the trick.
I don't know, however, whether there are any other steps that would need to be
done to support other generic syntax like <X extends Blah>.
Original issue reported on code.google.com by malcolm....@bms.com on 12 Dec 2012 at 10:04
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
malcolm....@bms.com
on 12 Dec 2012 at 10:04The text was updated successfully, but these errors were encountered: