public interface DigestMapping<T>
Service summary mapping interface.
Defines the interface method that needs to be implemented for name mapping.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDigest(java.lang.Object object, java.lang.String name)
Gets the summary information of service.
|