public class Annotates extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
beanName(javax.enterprise.inject.spi.Annotated annotated) |
static Class<? extends Annotation> |
beanScope(javax.enterprise.inject.spi.Annotated annotated) |
static Class<? extends Annotation> |
beanScope(javax.enterprise.inject.spi.Annotated annotated,
Class<? extends Annotation> defaultValue) |
static Set<Annotation> |
collect(javax.enterprise.inject.spi.Annotated annotated,
Predicate<Annotation> predicate) |
static Map<String,Object> |
componentProperties(javax.enterprise.inject.spi.Annotated annotated) |
static <X> Class<X> |
declaringClass(Object instance) |
static boolean |
hasBeanDefiningAnnotations(javax.enterprise.inject.spi.AnnotatedType<?> annotatedType) |
static Set<Annotation> |
qualifiers(javax.enterprise.inject.spi.Annotated annotated) |
static List<Class<?>> |
serviceClasses(javax.enterprise.inject.spi.Annotated annotated) |
static List<String> |
serviceClassNames(javax.enterprise.inject.spi.Annotated annotated) |
static org.osgi.service.cdi.ServiceScope |
serviceScope(javax.enterprise.inject.spi.Annotated annotated) |
public static Map<String,Object> componentProperties(javax.enterprise.inject.spi.Annotated annotated)
public static Set<Annotation> qualifiers(javax.enterprise.inject.spi.Annotated annotated)
public static Set<Annotation> collect(javax.enterprise.inject.spi.Annotated annotated, Predicate<Annotation> predicate)
public static List<Class<?>> serviceClasses(javax.enterprise.inject.spi.Annotated annotated)
public static List<String> serviceClassNames(javax.enterprise.inject.spi.Annotated annotated)
public static org.osgi.service.cdi.ServiceScope serviceScope(javax.enterprise.inject.spi.Annotated annotated)
public static String beanName(javax.enterprise.inject.spi.Annotated annotated)
public static Class<? extends Annotation> beanScope(javax.enterprise.inject.spi.Annotated annotated)
public static Class<? extends Annotation> beanScope(javax.enterprise.inject.spi.Annotated annotated, Class<? extends Annotation> defaultValue)
public static boolean hasBeanDefiningAnnotations(javax.enterprise.inject.spi.AnnotatedType<?> annotatedType)
Copyright © 2020 The Apache Software Foundation. All rights reserved.