ComplexField Interface
Implements
public interface ComplexField
implements Annotation
An annotation that directs buildSearchFields(Class<?> model) to turn the field or method into a COMPLEX SearchField.
Only fields or methods annotated with this annotation or BasicField will be used to create SearchField.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
name()
The getName() used in the SearchIndex. |
Method Details
name
public abstract String name()
The getName() used in the SearchIndex.
Returns: