Interface RIdResolver<V>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      V <?> cls, RId annotation,  idFieldName, CommandAsyncExecutor commandAsyncExecutor)
      RLiveObjectService instantiate the class and invokes this method to get a value used as the value for the field with RId annotation.
    • Method Detail

      • resolve

        <?> cls,
                  RId annotation,
                   idFieldName,
                  CommandAsyncExecutor commandAsyncExecutor)
        RLiveObjectService instantiate the class and invokes this method to get a value used as the value for the field with RId annotation.
        Parameters:
        cls - the class of the LiveObject.
        annotation - the RId annotation used in the class.
        idFieldName - field id
        commandAsyncExecutor - instance
        Returns:
        resolved RId field value.