Class InfinispanMappingKey
java.lang.Object
org.infinispan.search.mapper.mapping.impl.InfinispanMappingKey
- All Implemented Interfaces:
MappingKey<InfinispanMappingPartialBuildState,,SearchMapping> EventContextElement
public final class InfinispanMappingKey
extends Object
implements MappingKey<InfinispanMappingPartialBuildState,SearchMapping>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InfinispanMappingKey
public InfinispanMappingKey()
-
-
Method Details
-
render
- Specified by:
renderin interfaceEventContextElement- Returns:
- A human-readable representation of this context. The representation should use brief, natural language to refer to objects rather than class names, e.g. "index 'myIndexName'" rather than "ElasticsearchIndexManager{name = 'myIndexName'}". The representation may change without prior notice in new versions of Hibernate Search: callers should not try to parse it.
-