All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.optionfactory.spring.upstream.expressions.StringExpression Maven / Gradle / Ivy

There is a newer version: 20.1
Show newest version
package net.optionfactory.spring.upstream.expressions;

import org.springframework.expression.EvaluationContext;

public interface StringExpression {

    public String evaluate(EvaluationContext context);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy