Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.PropertyMappingAnnotationProcessorContext
Packages that use PropertyMappingAnnotationProcessorContext
-
Uses of PropertyMappingAnnotationProcessorContext in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing with parameters of type PropertyMappingAnnotationProcessorContextModifier and TypeMethodDescriptionvoid
PropertyMappingAnnotationProcessor.process
(PropertyMappingStep mapping, A annotation, PropertyMappingAnnotationProcessorContext context) Extract information from the annotation and, in accordance with that information, contribute to the mapping passed in parameter.