Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.TypeMappingAnnotationProcessorContext
Packages that use TypeMappingAnnotationProcessorContext
Package
Description
-
Uses of TypeMappingAnnotationProcessorContext in org.hibernate.search.mapper.pojo.bridge.builtin.annotation.processor.impl
Methods in org.hibernate.search.mapper.pojo.bridge.builtin.annotation.processor.impl with parameters of type TypeMappingAnnotationProcessorContextModifier and TypeMethodDescriptionvoidGeoPointBindingProcessor.process(TypeMappingStep mapping, GeoPointBinding annotation, TypeMappingAnnotationProcessorContext context) -
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 TypeMethodDescriptionvoidTypeMappingAnnotationProcessor.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. -
Uses of TypeMappingAnnotationProcessorContext in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl
Classes in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl that implement TypeMappingAnnotationProcessorContextMethods in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl with parameters of type TypeMappingAnnotationProcessorContextModifier and TypeMethodDescriptionvoidIndexedProcessor.process(TypeMappingStep mappingContext, Indexed annotation, TypeMappingAnnotationProcessorContext context) voidProjectionConstructorProcessor.process(TypeMappingStep mapping, ProjectionConstructor annotation, TypeMappingAnnotationProcessorContext context) voidSearchEntityProcessor.process(TypeMappingStep mappingContext, SearchEntity annotation, TypeMappingAnnotationProcessorContext context) voidTypeBindingProcessor.process(TypeMappingStep mapping, TypeBinding annotation, TypeMappingAnnotationProcessorContext context)