I have a Object
class Wrapper{ private SomeObject someObject; private String value; } class SomeObject{ private String id; }
I have fun