Class InjectionUtils
- java.lang.Object
-
- org.glassfish.jersey.inject.cdi.se.injector.InjectionUtils
-
public class InjectionUtils extends Object
Utility class for processing of an injection.- Author:
- Petr Bouda
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Collection<Class<? extends Annotation>>getInjectAnnotations(Collection<InjectionResolver> resolvers)Returns all annotations that can be managed using registered and providedinjection resolvers.static booleanisProvider(Type type)
-
-
-
Method Detail
-
isProvider
public static boolean isProvider(Type type)
-
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.
-
-