@Component public class IssueTypeConverter extends Object implements Function<IssueTypeJsonBean,ServiceOutcome<IssueType>>
| Constructor and Description |
|---|
IssueTypeConverter(IssueTypeManager issueTypeManager) |
| Modifier and Type | Method and Description |
|---|---|
ServiceOutcome<List<IssueType>> |
all(Collection<IssueTypeJsonBean> beans) |
ServiceOutcome<IssueType> |
apply(IssueTypeJsonBean input)
Resolves an output
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic IssueTypeConverter(IssueTypeManager issueTypeManager)
public ServiceOutcome<List<IssueType>> all(Collection<IssueTypeJsonBean> beans)
public ServiceOutcome<IssueType> apply(IssueTypeJsonBean input)
Functionapply in interface java.util.function.Function<IssueTypeJsonBean,ServiceOutcome<IssueType>>input - an object of type D.Copyright © 2002-2023 Atlassian. All Rights Reserved.