java.lang.Object
org.infinispan.api.common.annotations.indexing._private.IndexedProcessor
All Implemented Interfaces:
org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.TypeMappingAnnotationProcessor<Indexed>

public class IndexedProcessor extends Object implements org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.TypeMappingAnnotationProcessor<Indexed>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(org.hibernate.search.mapper.pojo.mapping.definition.programmatic.TypeMappingStep mapping, Indexed annotation, org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.TypeMappingAnnotationProcessorContext context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IndexedProcessor

      public IndexedProcessor()
  • Method Details

    • process

      public void process(org.hibernate.search.mapper.pojo.mapping.definition.programmatic.TypeMappingStep mapping, Indexed annotation, org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.TypeMappingAnnotationProcessorContext context)
      Specified by:
      process in interface org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.TypeMappingAnnotationProcessor<Indexed>