com.github.datalking.beans.factory.config.BeanExpressionResolver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of play-mvc Show documentation
Show all versions of play-mvc Show documentation
simple mvc framework based on java servlet.
The newest version!
package com.github.datalking.beans.factory.config;
/**
* SPEL 语言解析器相关
*
* @author yaoo on 4/29/18
*/
public interface BeanExpressionResolver {
Object evaluate(String value, BeanExpressionContext evalContext);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy