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 Details

    • InfinispanMappingKey

      public InfinispanMappingKey()
  • Method Details

    • render

      public String render()
      Specified by:
      render in interface EventContextElement
      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.