net.optionfactory.spring.upstream.expressions.StringExpression Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of upstream Show documentation
Show all versions of upstream Show documentation
optionfactory-spring REST upstream core project
package net.optionfactory.spring.upstream.expressions;
import org.springframework.expression.EvaluationContext;
public interface StringExpression {
public String evaluate(EvaluationContext context);
}