com.supermap.services.components.spi
Interface Resolver<T>
-
- All Known Implementing Classes:
- ComponentInfoResolver, InterfaceInfoResolver, NameResolver, ProviderInfoResolver
public interface Resolver<T>Title: parser interface object
Description: Defines the parser interface and parses into different parameters according to the input stream
-
-
Method Detail
-
resolve
T resolve(java.io.InputStream is)
According to the input stream, parse into the corresponding object- Parameters:
is-- Returns:
-
-