Interface PojoModelConstructorParameter
- All Superinterfaces:
PojoModelElement
A model element representing a constructor parameter to bind.
- See Also:
-
Method Summary
Methods inherited from interface PojoModelElement
isAssignableTo
-
Method Details
-
name
-
rawType
Class<?> rawType()- Specified by:
rawTypein interfacePojoModelElement- Returns:
- The
Classrepresenting the raw type of this constructor parameter.
-