@Immutable public static abstract class

SharedEntityFieldFactory.Default

extends Object
implements SharedEntityFieldFactory
java.lang.Object
   ↳ com.atlassian.jira.sharing.index.SharedEntityFieldFactory.Default

Class Overview

Default builders.

Summary

Protected Constructors
Default(String fieldName)
Default(String fieldName, Field.Store store, Field.Index index)
Public Methods
Collection<Field> getField(SharedEntity entity)
String getFieldName()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.sharing.index.SharedEntityFieldFactory

Protected Constructors

protected Default (String fieldName)

protected Default (String fieldName, Field.Store store, Field.Index index)

Public Methods

public Collection<Field> getField (SharedEntity entity)

public String getFieldName ()