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.String getDigest(java.lang.Object object, java.lang.String name)
      Gets the summary information of service.
    • Method Detail

      • getDigest

        java.lang.String getDigest(java.lang.Object object,
                                 java.lang.String name)
        

        Gets the summary information of service.

        Parameters:
        object - Business component object
        name. -
        Returns:
        Summary information
        Since:
        6.1.3