Interface AuditableBeanWrapperFactory
- All Known Implementing Classes:
MappingAuditableBeanWrapperFactory
public interface AuditableBeanWrapperFactory
A factory to lookup
AuditableBeanWrapper
s.- Since:
- 1.10
- Author:
- Oliver Gierke
-
Method Summary
Modifier and TypeMethodDescription<T> Optional<AuditableBeanWrapper<T>>
getBeanWrapperFor
(T source) Returns theAuditableBeanWrapper
for the given source object if it's eligible for auditing.
-
Method Details
-
getBeanWrapperFor
Returns theAuditableBeanWrapper
for the given source object if it's eligible for auditing.- Parameters:
source
- must not be null.- Returns:
- the
AuditableBeanWrapper
for the given source object if it's eligible for auditing.
-