static BeanSpec |
BeanSpec.of(java.lang.Class<?> clazz,
Injector injector) |
static BeanSpec |
BeanSpec.of(java.lang.reflect.Field field,
Injector injector) |
static BeanSpec |
BeanSpec.of(java.lang.reflect.Type type,
java.lang.annotation.Annotation[] paramAnnotations,
Injector injector) |
static BeanSpec |
BeanSpec.of(java.lang.reflect.Type type,
java.lang.annotation.Annotation[] paramAnnotations,
Injector injector,
int modifiers) |
static BeanSpec |
BeanSpec.of(java.lang.reflect.Type type,
java.lang.annotation.Annotation[] paramAnnotations,
java.lang.String name,
Injector injector) |
static BeanSpec |
BeanSpec.of(java.lang.reflect.Type type,
java.lang.annotation.Annotation[] paramAnnotations,
java.lang.String name,
Injector injector,
int modifiers) |
static BeanSpec |
BeanSpec.of(java.lang.reflect.Type type,
Injector injector) |