Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.PropertyMappingAnnotationProcessor
-
Packages that use PropertyMappingAnnotationProcessor Package Description org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing -
-
Uses of PropertyMappingAnnotationProcessor in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
Classes in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing that implement PropertyMappingAnnotationProcessor Modifier and Type Class Description static class
PropertyMappingAnnotationProcessorRef.UndefinedProcessorImplementationType
Class used as a marker for the default value of thePropertyMappingAnnotationProcessorRef.type()
attribute.Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing that return types with arguments of type PropertyMappingAnnotationProcessor Modifier and Type Method Description Class<? extends PropertyMappingAnnotationProcessor<?>>
type()
Reference aPropertyMappingAnnotationProcessor
by its bean type.
-