Interface PojoSearchMappingConstructorNode
-
public interface PojoSearchMappingConstructorNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default booleanisProjectionConstructor()default Optional<PojoSearchMappingMethodParameterNode>parameterNode(int index)Class<?>[]parametersJavaTypes()
-
-
-
Method Detail
-
parametersJavaTypes
Class<?>[] parametersJavaTypes()
-
isProjectionConstructor
default boolean isProjectionConstructor()
- Returns:
- Whether this constructor is a projection constructor (
true) or not (false).
-
parameterNode
default Optional<PojoSearchMappingMethodParameterNode> parameterNode(int index)
-
-