Uses of Class
org.restlet.ext.jaxrs.internal.exceptions.InjectException
-
-
Uses of InjectException in org.restlet.ext.jaxrs.internal.util
Methods in org.restlet.ext.jaxrs.internal.util that throw InjectException Modifier and Type Method Description static voidUtil. inject(java.lang.Object resource, java.lang.reflect.AccessibleObject fieldOrBeanSetter, java.lang.Object toInject)Deprecated.Injects the given toInject in the resource field or the given bean setter.static voidUtil. inject(java.lang.Object resource, java.lang.reflect.Field field, java.lang.Object toInject)Deprecated.Inject the given toInject into the given field in the given resource (or whatever)static voidUtil. inject(java.lang.Object resource, java.lang.reflect.Method beanSetter, java.lang.Object toInject)Deprecated.Injects the given toInject in the resource with the given bean setter. -
Uses of InjectException in org.restlet.ext.jaxrs.internal.wrappers
Methods in org.restlet.ext.jaxrs.internal.wrappers that throw InjectException Modifier and Type Method Description private RootResourceClassResourceClasses. getSingletonRootClassWrapper(java.lang.Object jaxRsRootResourceObject)Deprecated.Creates a new JAX-RS root resource object wrapper.Constructors in org.restlet.ext.jaxrs.internal.wrappers that throw InjectException Constructor Description SingletonRootResourceClass(java.lang.Object rootResourceObject, ThreadLocalizedContext tlContext, JaxRsProviders jaxRsProviders, ExtensionBackwardMapping extensionBackwardMapping, java.util.logging.Logger logger)Deprecated. -
Uses of InjectException in org.restlet.ext.jaxrs.internal.wrappers.params
Methods in org.restlet.ext.jaxrs.internal.wrappers.params that throw InjectException Modifier and Type Method Description voidContextInjector.BeanSetter. injectInto(java.lang.Object resource, java.lang.Object toInject, boolean allMustBeAvailable)voidContextInjector.EverSameInjector. injectInto(java.lang.Object resource, boolean allMustBeAvailable)voidContextInjector.ExtendedUriInfoInjector. injectInto(java.lang.Object resource, boolean allMustBeAvailable)voidContextInjector.FieldWrapper. injectInto(java.lang.Object resource, java.lang.Object toInject, boolean allMustBeAvailable)voidContextInjector. injectInto(java.lang.Object jaxRsResObj, boolean allMustBeAvailable)Deprecated.Injects all the supported dependencies into the the given resource object of this class.voidContextInjector.InjectionAim. injectInto(java.lang.Object resource, java.lang.Object toInject, boolean allMustBeAvailable)Inject the toInject into this field or bean setter on object resource.voidContextInjector.Injector. injectInto(java.lang.Object resource, boolean allMustBeAvailable)voidContextInjector.ParamValueInjector. injectInto(java.lang.Object resource, boolean allMustBeAvailable)voidContextInjector.UriInfoInjector. injectInto(java.lang.Object resource, boolean allMustBeAvailable) -
Uses of InjectException in org.restlet.ext.jaxrs.internal.wrappers.provider
Methods in org.restlet.ext.jaxrs.internal.wrappers.provider that throw InjectException Modifier and Type Method Description voidPerRequestProviderWrapper. initAtAppStartUp(ThreadLocalizedContext tlContext, javax.ws.rs.ext.Providers allProviders, ExtensionBackwardMapping extensionBackwardMapping)Deprecated.This method does nothing in this class.voidProviderWrapper. initAtAppStartUp(ThreadLocalizedContext tlContext, javax.ws.rs.ext.Providers allProviders, ExtensionBackwardMapping extensionBackwardMapping)Deprecated.Initializes this entity provider at start up.voidSingletonProvider. initAtAppStartUp(ThreadLocalizedContext tlContext, javax.ws.rs.ext.Providers allProviders, ExtensionBackwardMapping extensionBackwardMapping)Deprecated.Injects the supported dependencies into this provider and calls the method annotated with @PostConstruct.(package private) voidAbstractProviderWrapper. initProvider(java.lang.Object jaxRsProvider, ThreadLocalizedContext tlContext, javax.ws.rs.ext.Providers allProviders, ExtensionBackwardMapping extensionBackwardMapping)Deprecated.initializes the provider (injection into annotated fields and setters).
-