Interface AuditHandlerDescription


  • public interface AuditHandlerDescription
    Since:
    5.10
    • Method Detail

      • getHandledMethodNames

        Set<String> getHandledMethodNames()
        Get a set of the method names that this handler will care about when creating ChangedValues
      • getExcludedMethodNames

        Set<String> getExcludedMethodNames()
        Get a set of the method names that this handler will specifically not use. Useful for determining if this handler is considering all methods that it should be.
      • getHandledClass

        Class<?> getHandledClass()