Interface IKdEntryMapper<T>


  • public interface IKdEntryMapper<T>
    APIs to map key-document entry to object.
    Since:
    0.10.0
    Author:
    Thanh Nguyen
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T mapEntry​(java.lang.String spaceId, java.lang.String key, java.util.Map<java.lang.String,​java.lang.Object> document)
      Map a key-document entry to object.
    • Method Detail

      • mapEntry

        T mapEntry​(java.lang.String spaceId,
                   java.lang.String key,
                   java.util.Map<java.lang.String,​java.lang.Object> document)
        Map a key-document entry to object.
        Parameters:
        spaceId -
        key -
        document -
        Returns: