public interface AuditableBeanWrapperFactory
AuditableBeanWrapper
s.Modifier and Type | Method and Description |
---|---|
<T> Optional<AuditableBeanWrapper<T>> |
getBeanWrapperFor(T source)
Returns the
AuditableBeanWrapper for the given source object if it's eligible for auditing. |
<T> Optional<AuditableBeanWrapper<T>> getBeanWrapperFor(T source)
AuditableBeanWrapper
for the given source object if it's eligible for auditing.source
- must not be null.AuditableBeanWrapper
for the given source object if it's eligible for auditing.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.