Package 

Interface KeyGenerator


  • 
    public interface KeyGenerator
    
                        

    Used to generate keys to lock.

    • Method Summary

      Modifier and Type Method Description
      abstract List<String> resolveKeys(String prefix, String expression, Object any, Method method, Array<Object> args) Generate keys by evaluating the given expression.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • resolveKeys

         abstract List<String> resolveKeys(String prefix, String expression, Object any, Method method, Array<Object> args)

        Generate keys by evaluating the given expression.

        Parameters:
        expression - key expression to evaluate
        method - the executed method
        args - arguments with which the method was called