public class

JiraTransformers

extends Object
java.lang.Object
   ↳ com.atlassian.jira.issue.util.transformers.JiraTransformers

Summary

Fields
public static final Transformer ISSUE_ID Transformer that turns Issue objects into their Long ID.
public static final Transformer NULL_SWAP Transforms nulls into "-1"
public static final Transformer NULL_SWAP_STRING Transforms objects into their String.valueOf and nulls into "-1"
Public Constructors
JiraTransformers()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final Transformer ISSUE_ID

Transformer that turns Issue objects into their Long ID.

public static final Transformer NULL_SWAP

Transforms nulls into "-1"

public static final Transformer NULL_SWAP_STRING

Transforms objects into their String.valueOf and nulls into "-1"

Public Constructors

public JiraTransformers ()