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

com.yomahub.liteflow.parser.el.LocalJsonFlowELParser Maven / Gradle / Ivy

The newest version!
package com.yomahub.liteflow.parser.el;

import com.yomahub.liteflow.spi.holder.PathContentParserHolder;

import java.util.List;

/**
 * 基于本地的json方式EL表达式解析器
 *
 * @author Bryan.Zhang
 * @since 2.8.0
 */
public class LocalJsonFlowELParser extends JsonFlowELParser {

	@Override
	public void parseMain(List pathList) throws Exception {
		List contentList = PathContentParserHolder.loadContextAware().parseContent(pathList);
		parse(contentList);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy