public class ChangedValueConverter extends Object implements java.util.function.Function<AuditChangedValueDTO,com.atlassian.audit.entity.ChangedValue>
ChangedValue
format that uses i18n keys. For the older logs
we don't really have an i18n key but a translation, so we will default to an empty i18n key.Constructor and Description |
---|
ChangedValueConverter() |
Modifier and Type | Method and Description |
---|---|
com.atlassian.audit.entity.ChangedValue |
apply(AuditChangedValueDTO auditChangedValueDTO) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen, compose, identity
@Nonnull public com.atlassian.audit.entity.ChangedValue apply(@Nonnull AuditChangedValueDTO auditChangedValueDTO)
apply
in interface java.util.function.Function<AuditChangedValueDTO,com.atlassian.audit.entity.ChangedValue>
Copyright © 2002-2022 Atlassian. All Rights Reserved.