Interface ExpressionResultTypeAware


public interface ExpressionResultTypeAware
Represents an Expression or Predicate that supports a result type.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the expression or predicate as text
    Gets the result type
  • Method Details

    • getExpressionText

      String getExpressionText()
      Gets the expression or predicate as text
    • getResultType

      Class<?> getResultType()
      Gets the result type