@PublicSpi
public interface CustomFieldValueProvider
| Modifier and Type | Method and Description |
|---|---|
Object |
getStringValue(CustomField customField,
FieldValuesHolder fieldValuesHolder)
Provides a string value representation of the value specified for this searcher.
|
Object |
getValue(CustomField customField,
FieldValuesHolder fieldValuesHolder)
Provides an object value representation of the value specified for this searcher.
|
Object getStringValue(CustomField customField, FieldValuesHolder fieldValuesHolder)
customField - the custom field that is using this searcher.fieldValuesHolder - contains values populated by the populate methods of the input transformer.Object getValue(CustomField customField, FieldValuesHolder fieldValuesHolder)
customField - the custom field that is using this searcher.fieldValuesHolder - contains values populated by the populate methods of the input transformer.Copyright © 2002-2017 Atlassian. All Rights Reserved.