Package | Description |
---|---|
org.apache.xbean.finder |
Modifier and Type | Method | Description |
---|---|---|
static <T> Parameter<Constructor<T>> |
Parameter.declaredBy(Constructor<T> ctor,
int index) |
|
static Parameter<Method> |
Parameter.declaredBy(Method method,
int index) |
|
Parameter<?> |
AnnotationFinder.ParameterInfo.get() |
Modifier and Type | Method | Description |
---|---|---|
List<Parameter<Constructor<?>>> |
AnnotationFinder.findAnnotatedConstructorParameters(Class<? extends Annotation> annotation) |
|
List<Parameter<Method>> |
AnnotationFinder.findAnnotatedMethodParameters(Class<? extends Annotation> annotation) |
Constructor | Description |
---|---|
ParameterInfo(AnnotationFinder.MethodInfo parent,
Parameter<?> parameter) |
Copyright © 2005–2018. All rights reserved.