Uses of Class
org.smallmind.web.jersey.proxy.JsonTarget
-
Packages that use JsonTarget Package Description org.smallmind.web.jersey.proxy org.smallmind.web.jersey.proxy.spring -
-
Uses of JsonTarget in org.smallmind.web.jersey.proxy
Methods in org.smallmind.web.jersey.proxy that return JsonTarget Modifier and Type Method Description JsonTargetJsonTarget. debug(Level level)JsonTargetJsonTarget. header(String key, String value)static JsonTargetJsonTargetFactory. manufacture(String host, int concurrencyLevel, int timeout)static JsonTargetJsonTargetFactory. manufacture(HttpProtocol protocol, String host, int concurrencyLevel, int timeout)static JsonTargetJsonTargetFactory. manufacture(HttpProtocol protocol, String host, int port, int concurrencyLevel, int timeout)static JsonTargetJsonTargetFactory. manufacture(HttpProtocol protocol, String host, int port, String context, int concurrencyLevel, int timeout)static JsonTargetJsonTargetFactory. manufacture(HttpProtocol protocol, String host, String context, int concurrencyLevel, int timeout)JsonTargetJsonTarget. path(String path)JsonTargetJsonTarget. query(String key, String value)Methods in org.smallmind.web.jersey.proxy with parameters of type JsonTarget Modifier and Type Method Description static ProxyJsonEntityResourceProxyFactory. generateProxy(JsonTarget target, String versionPrefix, int serviceVersion, String serviceName, Class<?> resourceInterface, Level level, JsonHeaderInjector... headerInjectors)static ProxyJsonEntityResourceProxyFactory. generateProxy(JsonTarget target, String versionPrefix, int serviceVersion, String serviceName, Class<?> resourceInterface, JsonHeaderInjector... headerInjectors)Constructors in org.smallmind.web.jersey.proxy with parameters of type JsonTarget Constructor Description JsonEntityInvocationHandler(JsonTarget target, String versionPrefix, int serviceVersion, String serviceName, Level level, JsonHeaderInjector... headerInjectors) -
Uses of JsonTarget in org.smallmind.web.jersey.proxy.spring
Methods in org.smallmind.web.jersey.proxy.spring that return JsonTarget Modifier and Type Method Description JsonTargetJsonTargetFactoryBean. getObject()Methods in org.smallmind.web.jersey.proxy.spring with parameters of type JsonTarget Modifier and Type Method Description voidJsonEntityResourceProxyFactoryBean. setTarget(JsonTarget target)
-