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