public class ParameterInfo extends Object
ParameterResolver
Constructor and Description |
---|
ParameterInfo(Constructor constructor,
int parameterIndex) |
Modifier and Type | Method and Description |
---|---|
Constructor |
getConstructor() |
Class<?> |
getDeclaringClass() |
Type |
getGenericParameterType() |
Annotation[] |
getParameterAnnotations() |
int |
getParameterIndex() |
Class<?> |
getParameterType() |
public ParameterInfo(Constructor constructor, int parameterIndex)
public Class<?> getDeclaringClass()
public Constructor getConstructor()
public int getParameterIndex()
public Class<?> getParameterType()
public Type getGenericParameterType()
public Annotation[] getParameterAnnotations()
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.