Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.TypeMappingAnnotationProcessorContext
Packages that use TypeMappingAnnotationProcessorContext
-
Uses of TypeMappingAnnotationProcessorContext 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 TypeMappingAnnotationProcessorContextModifier and TypeMethodDescriptionvoid
TypeMappingAnnotationProcessor.process
(TypeMappingStep mapping, A annotation, TypeMappingAnnotationProcessorContext context) Extract information from the annotation and, in accordance with that information, contribute to the mapping passed in parameter.