Interface AuditHandlerDescription
public interface AuditHandlerDescription
- Since:
- 5.10
- 
Method SummaryModifier 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 creatingChangedValues
- 
Method Details- 
getHandledMethodNamesGet a set of the method names that this handler will care about when creatingChangedValues
- 
getExcludedMethodNamesGet 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.
- 
getHandledClassClass<?> getHandledClass()
 
-