org.glassfish.jersey.internal.inject
Class ContextInjectionResolver
java.lang.Object
org.glassfish.jersey.internal.inject.ContextInjectionResolver
- All Implemented Interfaces:
- InjectionResolver<Context>
@Singleton
public class ContextInjectionResolver
- extends Object
- implements InjectionResolver<Context>
Injection resolver for @Context injection annotation.
- Author:
- Marek Potociar (marek.potociar at oracle.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextInjectionResolver
public ContextInjectionResolver()
resolve
public Object resolve(Injectee injectee,
ServiceHandle<?> root)
- Specified by:
resolve in interface InjectionResolver<Context>
isConstructorParameterIndicator
public boolean isConstructorParameterIndicator()
- Specified by:
isConstructorParameterIndicator in interface InjectionResolver<Context>
isMethodParameterIndicator
public boolean isMethodParameterIndicator()
- Specified by:
isMethodParameterIndicator in interface InjectionResolver<Context>
Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.