Uses of Class
org.smallmind.web.jersey.proxy.JsonTarget
Packages that use JsonTarget
-
Uses of JsonTarget in org.smallmind.web.jersey.proxy
Methods in org.smallmind.web.jersey.proxy that return JsonTargetModifier and TypeMethodDescriptionstatic JsonTargetJsonTargetFactory.manufacture(String host) static JsonTargetJsonTargetFactory.manufacture(HttpProtocol protocol, String host) static JsonTargetJsonTargetFactory.manufacture(HttpProtocol protocol, String host, int port) static JsonTargetJsonTargetFactory.manufacture(HttpProtocol protocol, String host, int port, String context) Methods in org.smallmind.web.jersey.proxy with parameters of type JsonTargetModifier and TypeMethodDescriptionstatic 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 JsonTargetModifierConstructorDescriptionJsonEntityInvocationHandler(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 JsonTargetMethods in org.smallmind.web.jersey.proxy.spring with parameters of type JsonTargetModifier and TypeMethodDescriptionvoidJsonEntityResourceProxyFactoryBean.setTarget(JsonTarget target)