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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Class used as a marker for the default value of thetype()
attribute. -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionReference aMethodParameterMappingAnnotationProcessor
by its bean name.Class<? extends MethodParameterMappingAnnotationProcessor<?>>
Reference aMethodParameterMappingAnnotationProcessor
by its bean type.
-
Element Details
-
name
String nameReference aMethodParameterMappingAnnotationProcessor
by its bean name.- Returns:
- The bean name of the annotation processor.
- Default:
- ""
-
type
Class<? extends MethodParameterMappingAnnotationProcessor<?>> typeReference aMethodParameterMappingAnnotationProcessor
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
BeanRetrieval retrieval- Returns:
- How to retrieve the processor. See
BeanRetrieval
.
- Default:
- ANY
-