Interface PojoModelConstructorParameter
- All Superinterfaces:
PojoModelElement
A model element representing a constructor parameter to bind.
- See Also:
-
Method Summary
Methods inherited from interface org.hibernate.search.mapper.pojo.model.PojoModelElement
isAssignableTo
-
Method Details
-
name
- Returns:
- An optional containing the name of this constructor parameter, or an empty optional if it's not available (e.g. if the class was compiled without the `-parameters` compiler flag).
-
rawType
Class<?> rawType()- Specified by:
rawType
in interfacePojoModelElement
- Returns:
- The
Class
representing the raw type of this constructor parameter.
-