Class AutowiredInjectResolver
- java.lang.Object
-
- org.glassfish.jersey.server.spring.AutowiredInjectResolver
-
- All Implemented Interfaces:
InjectionResolver
@Singleton public class AutowiredInjectResolver extends Object implements InjectionResolver
-
-
Constructor Summary
Constructors Constructor Description AutowiredInjectResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassgetAnnotation()booleanisConstructorParameterIndicator()booleanisMethodParameterIndicator()Objectresolve(Injectee injectee)
-
-
-
Method Detail
-
resolve
public Object resolve(Injectee injectee)
- Specified by:
resolvein interfaceInjectionResolver
-
isConstructorParameterIndicator
public boolean isConstructorParameterIndicator()
- Specified by:
isConstructorParameterIndicatorin interfaceInjectionResolver
-
isMethodParameterIndicator
public boolean isMethodParameterIndicator()
- Specified by:
isMethodParameterIndicatorin interfaceInjectionResolver
-
getAnnotation
public Class getAnnotation()
- Specified by:
getAnnotationin interfaceInjectionResolver
-
-