I am using JAXB's code generation tool 'Code Model' for generating Java
Source code in my application; How can I add a method with following
signature to my generated class.
public Map<String, List<MyOwnType>> getResultMap(List<MyOwnType>
myTypeList);