com.atlassian.jira.issue.util.transformers
Class JiraTransformers
java.lang.Object
com.atlassian.jira.issue.util.transformers.JiraTransformers
public class JiraTransformers
- extends Object
Field Summary |
static org.apache.commons.collections.Transformer |
ISSUE_ID
Transformer that turns Issue objects into their Long ID. |
static org.apache.commons.collections.Transformer |
NULL_SWAP
Transforms nulls into "-1" |
static org.apache.commons.collections.Transformer |
NULL_SWAP_STRING
Transforms objects into their String.valueOf and nulls into "-1" |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ISSUE_ID
public static final org.apache.commons.collections.Transformer ISSUE_ID
- Transformer that turns
Issue
objects into their Long ID.
NULL_SWAP
public static final org.apache.commons.collections.Transformer NULL_SWAP
- Transforms nulls into "-1"
NULL_SWAP_STRING
public static final org.apache.commons.collections.Transformer NULL_SWAP_STRING
- Transforms objects into their String.valueOf and nulls into "-1"
JiraTransformers
public JiraTransformers()
Copyright © 2002-2012 Atlassian. All Rights Reserved.