com.supermap.services.components
Interface DigestMapping<T>
-
- All Known Implementing Classes:
- DefaultDigestMapping, MapDigestMapping
public interface DigestMapping<T>Service summary mapping interface.
Defines the interface method that needs to be implemented for name mapping.
- Since:
- 6.1.3
-
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetDigest(java.lang.Object object, java.lang.String name)Gets the summary information of service.
-