@Override
public Match postMatch(Class declaring, AccessibleObject target)
{
Object obj = getLegacyMatch(declaring, target);
if (obj == null) return null;
MessageBodyReaderInterceptor interceptor = (MessageBodyReaderInterceptor)obj;
return new Match(new ReaderInterceptorFacade(interceptor), order);
}
});
}