Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.PropertyMappingAnnotationProcessorContext
Packages that use PropertyMappingAnnotationProcessorContext
Package
Description
-
Uses of PropertyMappingAnnotationProcessorContext 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 PropertyMappingAnnotationProcessorContextModifier and TypeMethodDescriptionvoidAlternativeDiscriminatorProcessor.process(PropertyMappingStep mapping, AlternativeDiscriminator annotation, PropertyMappingAnnotationProcessorContext context) voidGeoPointBindingProcessor.process(PropertyMappingStep mapping, GeoPointBinding annotation, PropertyMappingAnnotationProcessorContext context) voidLatitudeProcessor.process(PropertyMappingStep mapping, Latitude annotation, PropertyMappingAnnotationProcessorContext context) voidLongitudeProcessor.process(PropertyMappingStep mapping, Longitude annotation, PropertyMappingAnnotationProcessorContext context) -
Uses of PropertyMappingAnnotationProcessorContext 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 PropertyMappingAnnotationProcessorContextModifier and TypeMethodDescriptionvoidPropertyMappingAnnotationProcessor.process(PropertyMappingStep mapping, A annotation, PropertyMappingAnnotationProcessorContext context) Extract information from the annotation and, in accordance with that information, contribute to the mapping passed in parameter. -
Uses of PropertyMappingAnnotationProcessorContext 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 PropertyMappingAnnotationProcessorContextMethods in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl with parameters of type PropertyMappingAnnotationProcessorContextModifier and TypeMethodDescriptionvoidAssociationInverseSideProcessor.process(PropertyMappingStep mappingContext, AssociationInverseSide annotation, PropertyMappingAnnotationProcessorContext context) voidDocumentIdProcessor.process(PropertyMappingStep mappingContext, DocumentId annotation, PropertyMappingAnnotationProcessorContext context) voidIndexedEmbeddedProcessor.process(PropertyMappingStep mappingContext, IndexedEmbedded annotation, PropertyMappingAnnotationProcessorContext context) voidIndexingDependencyProcessor.process(PropertyMappingStep mappingContext, IndexingDependency annotation, PropertyMappingAnnotationProcessorContext context) voidMarkerBindingProcessor.process(PropertyMappingStep mapping, MarkerBinding annotation, PropertyMappingAnnotationProcessorContext context) voidPropertyBindingProcessor.process(PropertyMappingStep mapping, PropertyBinding annotation, PropertyMappingAnnotationProcessorContext context)