Class SubResourceInvoker
- java.lang.Object
-
- org.jboss.resteasy.client.jaxrs.internal.proxy.SubResourceInvoker
-
- All Implemented Interfaces:
MethodInvoker
public class SubResourceInvoker extends java.lang.Object implements MethodInvoker
-
-
Field Summary
Fields Modifier and Type Field Description (package private) ProxyConfig
config
(package private) boolean
hasPathParams
(package private) java.lang.Class<?>
iface
(package private) java.lang.reflect.Method
method
(package private) ResteasyWebTarget
parent
(package private) java.lang.String[]
pathParams
-
Constructor Summary
Constructors Constructor Description SubResourceInvoker(ResteasyWebTarget parent, java.lang.reflect.Method method, ProxyConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
invoke(java.lang.Object[] args)
-
-
-
Field Detail
-
config
final ProxyConfig config
-
iface
final java.lang.Class<?> iface
-
method
final java.lang.reflect.Method method
-
parent
final ResteasyWebTarget parent
-
pathParams
java.lang.String[] pathParams
-
hasPathParams
boolean hasPathParams
-
-
Constructor Detail
-
SubResourceInvoker
public SubResourceInvoker(ResteasyWebTarget parent, java.lang.reflect.Method method, ProxyConfig config)
-
-
Method Detail
-
invoke
public java.lang.Object invoke(java.lang.Object[] args)
- Specified by:
invoke
in interfaceMethodInvoker
-
-