Interface Constant<T>

Type Parameters:
T - constant type
All Superinterfaces:
Expression<T>, Serializable
All Known Implementing Classes:
ConstantImpl

public interface Constant<T> extends Expression<T>
Constant represents a general constant expression.
Author:
tiwe
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the wrapped constant

    Methods inherited from interface com.querydsl.core.types.Expression

    accept, getType
  • Method Details

    • getConstant

      T getConstant()
      Get the wrapped constant
      Returns:
      wrapped constant