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

com.github.datalking.beans.factory.config.BeanExpressionResolver Maven / Gradle / Ivy

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