Class SubResourceInvoker

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String base  
      (package private) ProxyConfig config  
      (package private) java.lang.String format  
      (package private) java.lang.Class<?> iface  
    • Constructor Summary

      Constructors 
      Constructor Description
      SubResourceInvoker​(java.net.URI uri, 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • iface

        final java.lang.Class<?> iface
      • base

        final java.lang.String base
      • format

        final java.lang.String format
    • Constructor Detail

      • SubResourceInvoker

        public SubResourceInvoker​(java.net.URI uri,
                                  java.lang.reflect.Method method,
                                  ProxyConfig config)
    • Method Detail

      • invoke

        public java.lang.Object invoke​(java.lang.Object[] args)
        Specified by:
        invoke in interface MethodInvoker