objs.add(new MyMessageBodyReaderJSONForInteger());
objs.add(new MyMessageBodyReaderJSONForLong());
objs.add(new MyMessageBodyReaderXMLAndJSONForNumber());
objs.add(new MyMessageBodyReaderApplicationWildcardForShort());
objs.add(new MyMessageBodyReaderJSONForShort());
objs.add(new MyMessageBodyReaderWildcardForShort());
objs.add(new MyMessageBodyReaderForStrings());
objs.add(new MyMessageBodyReaderInherited());
return objs;