Class DefaultFieldMapper
- java.lang.Object
-
- org.opennms.netmgt.ticketer.jira.fieldmapper.DefaultFieldMapper
-
- All Implemented Interfaces:
FieldMapper
public class DefaultFieldMapper extends Object implements FieldMapper
-
-
Constructor Summary
Constructors Constructor Description DefaultFieldMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
mapToFieldValue(String fieldId, com.atlassian.jira.rest.client.api.domain.FieldSchema schema, String attributeValue)
boolean
matches(com.atlassian.jira.rest.client.api.domain.FieldSchema schema)
-
-
-
Method Detail
-
matches
public boolean matches(com.atlassian.jira.rest.client.api.domain.FieldSchema schema)
- Specified by:
matches
in interfaceFieldMapper
-
mapToFieldValue
public Object mapToFieldValue(String fieldId, com.atlassian.jira.rest.client.api.domain.FieldSchema schema, String attributeValue)
- Specified by:
mapToFieldValue
in interfaceFieldMapper
-
-