Annotation Type PropertyMappingAnnotationProcessorRef
-
@Documented @Target({}) @Retention(RUNTIME) public @interface PropertyMappingAnnotationProcessorRef
A reference to aPropertyMappingAnnotationProcessor.References can use either a name, a type, or both.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringnameReference aPropertyMappingAnnotationProcessorby its bean name.Class<? extends PropertyMappingAnnotationProcessor<?>>typeReference aPropertyMappingAnnotationProcessorby its bean type.
-
-
-
Element Detail
-
name
String name
Reference aPropertyMappingAnnotationProcessorby its bean name.- Returns:
- The bean name of the annotation processor.
- Default:
- ""
-
-
-
type
Class<? extends PropertyMappingAnnotationProcessor<?>> type
Reference aPropertyMappingAnnotationProcessorby its bean type.- Returns:
- The type of the annotation processor.
- Default:
- org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.PropertyMappingAnnotationProcessorRef.UndefinedProcessorImplementationType.class
-
-