Package | Description |
---|---|
com.caucho.config.reflect | |
javax.enterprise.inject.spi |
Java Dependency Injection programmatic APIs.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotatedConstructorImpl<T>
Abstract introspected view of a Bean
|
class |
AnnotatedMethodImpl<T>
Abstract introspected view of a Bean
|
Modifier and Type | Method and Description |
---|---|
AnnotatedCallable<T> |
AnnotatedParameterImpl.getDeclaringCallable() |
Modifier and Type | Method and Description |
---|---|
protected static BaseType |
AnnotatedParameterImpl.createBaseType(AnnotatedCallable<?> callable,
java.lang.reflect.Type type,
java.util.HashMap<java.lang.String,BaseType> paramMap) |
Constructor and Description |
---|
AnnotatedParameterImpl(AnnotatedCallable<T> callable,
java.lang.reflect.Type type,
java.util.HashMap<java.lang.String,BaseType> paramMap,
java.lang.annotation.Annotation[] annList,
int position) |
Modifier and Type | Interface and Description |
---|---|
interface |
AnnotatedConstructor<X>
Abstract introspected view of a Bean constructor
|
interface |
AnnotatedMethod<X>
Abstract introspected view of a Bean injectible method
|
Modifier and Type | Method and Description |
---|---|
AnnotatedCallable<X> |
AnnotatedParameter.getDeclaringCallable() |