Interface ObjectExpression<T>

  • Type Parameters:
    T - Java type
    All Superinterfaces:
    Expression<T>

    public interface ObjectExpression<T>
    extends Expression<T>
    Representation of an Object as an expression. This handles all remaining Java types not handled by String, Numeric, Enum, Boolean, Collection, Map, etc.