public class AuditAuthorConverter extends Object implements java.util.function.Function<AuditLogDTO,com.atlassian.audit.entity.AuditAuthor>
Constructor and Description |
---|
AuditAuthorConverter(UserManager userManager) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.audit.entity.AuditAuthor |
apply(AuditLogDTO auditLog) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen, compose, identity
public AuditAuthorConverter(UserManager userManager)
@Nonnull public com.atlassian.audit.entity.AuditAuthor apply(@Nonnull AuditLogDTO auditLog)
apply
in interface java.util.function.Function<AuditLogDTO,com.atlassian.audit.entity.AuditAuthor>
Copyright © 2002-2022 Atlassian. All Rights Reserved.