Class MessageReferenceProvider
- java.lang.Object
-
- org.infinispan.query.remote.impl.mapping.reference.MessageReferenceProvider
-
public class MessageReferenceProvider extends Object
Provides indexing information about aDescriptor.- Since:
- 12.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMessageReferenceProvider.Embedded
-
Constructor Summary
Constructors Constructor Description MessageReferenceProvider(org.infinispan.protostream.descriptors.Descriptor descriptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HashMap<String,org.hibernate.search.engine.backend.document.IndexFieldReference<?>>bind(org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaElement indexSchemaElement, String basePath)List<MessageReferenceProvider.Embedded>getEmbedded()booleanisEmpty()StringtoString()
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
-
bind
public HashMap<String,org.hibernate.search.engine.backend.document.IndexFieldReference<?>> bind(org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaElement indexSchemaElement, String basePath)
-
getEmbedded
public List<MessageReferenceProvider.Embedded> getEmbedded()
-
-