public abstract class IterableToStringBridge<T> extends Object implements org.hibernate.search.bridge.FieldBridge
| Constructor and Description |
|---|
IterableToStringBridge() |
| Modifier and Type | Method and Description |
|---|---|
void |
set(String name,
Object value,
org.apache.lucene.document.Document document,
org.hibernate.search.bridge.LuceneOptions luceneOptions) |
protected abstract String |
toString(T object) |
Copyright © 2021. All rights reserved.