com.github.quartzwebui.service.strategy.ServiceStrategyParameter Maven / Gradle / Ivy
The newest version!
/**
* Licensed under the Apache License, Version 2.0 (the "License");
*/
package com.github.quartzwebui.service.strategy;
import com.github.quartzwebui.exception.UnsupportedTranslateException;
/**
* 处理规则参数
* @author quxiucheng [[email protected]]
*/
public interface ServiceStrategyParameter {
/**
* 参数换成Bean
*/
public void translate(Object object) throws UnsupportedTranslateException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy