com.atlassian.jira.issue.util.transformers
Class JiraTransformers

java.lang.Object
  extended by 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"
 
Constructor Summary
JiraTransformers()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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"

Constructor Detail

JiraTransformers

public JiraTransformers()


Copyright © 2002-2014 Atlassian. All Rights Reserved.