java.lang.Object |
↳ |
com.atlassian.jira.issue.statistics.util.ObjectToFieldValueMapper |
Class Overview
Converts a given object returned from a StatisticsMapperWrapper
result set into an appropriate form, e.g. a label for a pie chart. Determines what the type is and invokes
the appropriate method on a transformer for conversion
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
ObjectToFieldValueMapper
()
Public Methods
Transforms the object in stats result set into an appropriate type specified by the given
transformer.
Parameters
fieldType
| the fieldType the statsMapperWrapper was created for |
input
| the object to convert |
url
| an optional url to associate with the object |
transformer
| the transformer to do the actual conversion. The return type is determined by this object |
Returns
- the result of the conversion