public interface Resolver<T>
Title: parser interface object
Description: Defines the parser interface and parses into different parameters according to the input stream
T
resolve(java.io.InputStream is)
T resolve(java.io.InputStream is)
is