Annotation Type TypeMappingAnnotationProcessorRef
-
@Documented @Target({}) @Retention(RUNTIME) public @interface TypeMappingAnnotationProcessorRef
A reference to aTypeMappingAnnotationProcessor
.References can use either a name, a type, or both.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
name
Reference aTypeMappingAnnotationProcessor
by its bean name.BeanRetrieval
retrieval
Class<? extends TypeMappingAnnotationProcessor<?>>
type
Reference aTypeMappingAnnotationProcessor
by its bean type.
-
-
-
Element Detail
-
name
String name
Reference aTypeMappingAnnotationProcessor
by its bean name.- Returns:
- The bean name of the annotation processor.
- Default:
- ""
-
-
-
type
Class<? extends TypeMappingAnnotationProcessor<?>> type
Reference aTypeMappingAnnotationProcessor
by its bean type.- Returns:
- The type of the annotation processor.
- Default:
- org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.TypeMappingAnnotationProcessorRef.UndefinedProcessorImplementationType.class
-
-
-
retrieval
BeanRetrieval retrieval
- Returns:
- How to retrieve the processor. See
BeanRetrieval
.
- Default:
- org.hibernate.search.engine.environment.bean.BeanRetrieval.ANY
-
-