Interface ExpressionInput<T>

  • All Superinterfaces:
    java.lang.AutoCloseable, java.io.Closeable, Input<T>
    All Known Subinterfaces:
    ExternEvalExpressionInput<T>

    public interface ExpressionInput<T>
    extends Input<T>
    • Field Detail

      • FACTORY

        static final javax.el.ExpressionFactory FACTORY
    • Method Detail

      • expr

        java.lang.String expr()
      • type

        java.lang.Class<T> type()
      • reset

        default void reset()
        Description copied from interface: Input
        Reset this input making this readable from the beginning
        Specified by:
        reset in interface Input<T>