Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.TypeMappingAnnotationProcessorContext
-
-
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 TypeMappingAnnotationProcessorContext Modifier and Type Method Description voidGeoPointBindingProcessor. 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 TypeMappingAnnotationProcessorContext Modifier and Type Method Description voidTypeMappingAnnotationProcessor. 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 TypeMappingAnnotationProcessorContext Modifier and Type Class Description classTypeMappingAnnotationProcessorContextImplMethods in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl with parameters of type TypeMappingAnnotationProcessorContext Modifier and Type Method Description voidIndexedProcessor. process(TypeMappingStep mappingContext, Indexed annotation, TypeMappingAnnotationProcessorContext context)voidProjectionConstructorProcessor. process(TypeMappingStep mapping, ProjectionConstructor annotation, TypeMappingAnnotationProcessorContext context)voidTypeBindingProcessor. process(TypeMappingStep mapping, TypeBinding annotation, TypeMappingAnnotationProcessorContext context)
-