JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.hibernate.search.mapper.pojo.model
Interface PojoModelConstructorParameter
All Superinterfaces:
PojoModelElement
@Incubating
public interface
PojoModelConstructorParameter
extends
PojoModelElement
A model element representing a constructor parameter to bind.
See Also:
ProjectionBinder
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Optional
<
String
>
name
()
Class
<?>
rawType
()
Methods inherited from interface org.hibernate.search.mapper.pojo.model.
PojoModelElement
isAssignableTo
Method Details
name
Optional
<
String
>
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
()
Returns:
The
Class
representing the raw type of this constructor parameter.