Interface PojoSearchMappingConstructorNode


public interface PojoSearchMappingConstructorNode
  • Method Details

    • 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)