Class NumberFieldMapper

  • All Implemented Interfaces:
    FieldMapper

    public class NumberFieldMapper
    extends java.lang.Object
    implements FieldMapper
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object mapToFieldValue​(java.lang.String fieldId, com.atlassian.jira.rest.client.api.domain.FieldSchema schema, java.lang.String attributeValue)  
      boolean matches​(com.atlassian.jira.rest.client.api.domain.FieldSchema schema)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NumberFieldMapper

        public NumberFieldMapper()
    • Method Detail

      • matches

        public boolean matches​(com.atlassian.jira.rest.client.api.domain.FieldSchema schema)
        Specified by:
        matches in interface FieldMapper
      • mapToFieldValue

        public java.lang.Object mapToFieldValue​(java.lang.String fieldId,
                                                com.atlassian.jira.rest.client.api.domain.FieldSchema schema,
                                                java.lang.String attributeValue)
        Specified by:
        mapToFieldValue in interface FieldMapper