Package com.atlassian.jira.issue.fields
Interface CustomFieldFactory
- All Known Implementing Classes:
DefaultCustomFieldFactory
@PublicApi
public interface CustomFieldFactory
Factory responsible of instantiating
CustomField objects.-
Method Summary
Modifier and TypeMethodDescriptioncreate(CustomFieldDTO customFieldDTO) Creates a new instance ofCustomField.create(org.ofbiz.core.entity.GenericValue genericValue) Deprecated.
-
Method Details
-
create
Deprecated.Creates a new instance ofCustomField.- Parameters:
genericValue- AGenericValuethat represents the custom field.- Returns:
- A new instance of
CustomField, created from the given generic value.
-
create
Creates a new instance ofCustomField.- Parameters:
customFieldDTO- ACustomFieldDTOthat represents the custom field.- Returns:
- A new instance of
CustomField, created from the given DTO.
-