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

net.wicp.tams.common.http.IHttpResultParser Maven / Gradle / Ivy

The newest version!
/*
 * **********************************************************************
 * Copyright (c) 2022 .
 * All rights reserved.
 * 项目名称:common-apiext
 * 项目描述:工具
 * 版权说明:本软件属andy.zhou([email protected])所有。
 * ***********************************************************************
 */
package net.wicp.tams.common.http;

import net.wicp.tams.common.Result;

/**
 * 把反回来的结果解析为Result
 * 
 * @author Andy
 */
public interface IHttpResultParser {
	public Result getObj(String value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy