public interface Resolver<T>
标题: 解析器接口对象
描述: 定义解析器接口,根据输入流解析成不同的参数对象
T
resolve(java.io.InputStream is)
T resolve(java.io.InputStream is)
is