类 SimpleKeyGenerator

    • 方法详细资料

      • generate

        public Object generate​(Object target,
                               Method method,
                               Object... params)
        从接口复制的说明: KeyGenerator
        Generate a key for the given method and its parameters.
        指定者:
        generate 在接口中 KeyGenerator
        参数:
        target - the target instance
        method - the method being called
        params - the method parameters (with any var-args expanded)
        返回:
        a generated key
      • generateKey

        public static Object generateKey​(Object... params)
        Generate a key based on the specified parameters.