Class InjectionUtils
java.lang.Object
org.glassfish.jersey.inject.cdi.se.injector.InjectionUtils
Utility class for processing of an injection.
- Author:
- Petr Bouda
-
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<Class<? extends Annotation>>
getInjectAnnotations
(Collection<InjectionResolver> resolvers) Returns all annotations that can be managed using registered and providedinjection resolvers
.static boolean
isProvider
(Type type)
-
Method Details
-
isProvider
-
getInjectAnnotations
public static Collection<Class<? extends Annotation>> getInjectAnnotations(Collection<InjectionResolver> resolvers) Returns all annotations that can be managed using registered and providedinjection resolvers
.- Parameters:
resolvers
- all registered resolvers.- Returns:
- all possible injection annotations.
-