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

com.suisrc.jaxrsapi.core.runtime.ReviseHandler Maven / Gradle / Ivy

package com.suisrc.jaxrsapi.core.runtime;

/**
 * 拦截数据,修正数据的接口
 * @author Y13
 *
 */
@FunctionalInterface
public interface ReviseHandler {
	/** 
	 * 方法名称 
	 */
	final String METHOD = "accept";

	/**
	 * 修正数据,并把修正后的结果返回
	 */
	public T accept( T value );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy