public class ConstructorParameter extends Property
Property.Builder| Constructor and Description |
|---|
ConstructorParameter(String name,
Type<?> type,
Map<Constructor<?>,Integer> constructors) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getArgumentIndex(Constructor<?> constructor)
Get the index within the specified constructor at which this parameter
occurs.
|
copy, copy, equals, getContainer, getElement, getElementType, getExpression, getGetter, getGetterName, getName, getPath, getRawType, getSetter, getSetterName, getType, hashCode, hasPath, isArray, isArrayElement, isAssignableFrom, isCollection, isEnum, isList, isListElement, isMap, isMapKey, isMultiOccurrence, isPrimitive, isSet, toStringpublic ConstructorParameter(String name, Type<?> type, Map<Constructor<?>,Integer> constructors)
name - type - constructors - public Integer getArgumentIndex(Constructor<?> constructor)
constructor - null if this parameter is not found
within the specified constructorCopyright © 2019 Glasnost. All rights reserved.