Package com.atlassian.jira.rest.util
Class IssueTypeConverter
java.lang.Object
com.atlassian.jira.rest.util.IssueTypeConverter
- All Implemented Interfaces:
Function<IssueTypeJsonBean,,ServiceOutcome<IssueType>> Function<IssueTypeJsonBean,ServiceOutcome<IssueType>>
@Component
public class IssueTypeConverter
extends Object
implements Function<IssueTypeJsonBean,ServiceOutcome<IssueType>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionall(Collection<IssueTypeJsonBean> beans) apply(IssueTypeJsonBean input) Resolves an outputwhere an input is given.
-
Constructor Details
-
IssueTypeConverter
-
-
Method Details
-
all
-
apply
Description copied from interface:FunctionResolves an outputwhere an input is given. - Specified by:
applyin interfaceFunction<IssueTypeJsonBean,ServiceOutcome<IssueType>> - Specified by:
applyin interfaceFunction<IssueTypeJsonBean,ServiceOutcome<IssueType>> - Parameters:
input- an object of type D.- Returns:
- the output of type R.
-