builder.path(method.getResourceClass().getPath());
String classExpression = builder.getPath();
if (classExpression == null)
classExpression = "";
InjectorFactory injectorFactory = providerFactory.getInjectorFactory();
if (method instanceof ResourceMethod)
{
ResourceMethodInvoker invoker = new ResourceMethodInvoker((ResourceMethod) method, injectorFactory, rf, providerFactory);
if (widerMatching)
rootNode.addInvoker(fullpath, invoker);