Class LongGenerator

  • All Implemented Interfaces:
    >

    public class LongGenerator
    extends 
    implements >
    Author:
    Rui Gu (https://github.com/jackygurui)
    • Constructor Summary

      Constructors 
      Constructor Description
      LongGenerator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <?> value, RId id,  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.
      • Methods inherited from class java.lang.

        , , , , , , , , , ,
    • Constructor Detail

      • LongGenerator

        public LongGenerator()
    • Method Detail

      • resolve

        public  resolve​(<?> value,
                            RId id,
                             idFieldName,
                            CommandAsyncExecutor commandAsyncExecutor)
        Description copied from interface: RIdResolver
        RLiveObjectService instantiate the class and invokes this method to get a value used as the value for the field with RId annotation.
        Specified by:
        >
        Parameters:
        value - the class of the LiveObject.
        id - the RId annotation used in the class.
        idFieldName - field id
        commandAsyncExecutor - instance
        Returns:
        resolved RId field value.