Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.TypeMappingAnnotationProcessorContext
-
Packages that use TypeMappingAnnotationProcessorContext Package Description org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing -
-
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 TypeMappingAnnotationProcessorContext Modifier and Type Method Description void
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.
-