Interface AuditHandlerDescription
public interface AuditHandlerDescription
- Since:
- 5.10
-
Method Summary
Modifier and TypeMethodDescriptionGet a set of the method names that this handler will specifically not use.Class<?>
Get a set of the method names that this handler will care about when creatingChangedValue
s
-
Method Details
-
getHandledMethodNames
Get a set of the method names that this handler will care about when creatingChangedValue
s -
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()
-