Annotation Type MethodParameterMappingAnnotationProcessorRef


@Documented @Target({}) @Retention(RUNTIME) public @interface MethodParameterMappingAnnotationProcessorRef
A reference to a MethodParameterMappingAnnotationProcessor.

References can use either a name, a type, or both.

  • Element Details

    • name

      String name
      Reference a MethodParameterMappingAnnotationProcessor by its bean name.
      Returns:
      The bean name of the annotation processor.
      Default:
      ""
    • type

      Reference a MethodParameterMappingAnnotationProcessor by its bean type.
      Returns:
      The type of the annotation processor.
      Default:
      org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.MethodParameterMappingAnnotationProcessorRef.UndefinedProcessorImplementationType.class
    • retrieval

      org.hibernate.search.engine.environment.bean.BeanRetrieval retrieval
      Returns:
      How to retrieve the processor. See BeanRetrieval.
      Default:
      ANY