Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.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 ConstructorMappingAnnotationProcessorContext Modifier and Type Method Description voidConstructorMappingAnnotationProcessor. 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. -
Uses of ConstructorMappingAnnotationProcessorContext 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 ConstructorMappingAnnotationProcessorContext Modifier and Type Class Description classConstructorMappingAnnotationProcessorContextImplMethods in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl with parameters of type ConstructorMappingAnnotationProcessorContext Modifier and Type Method Description voidProjectionConstructorProcessor. process(ConstructorMappingStep mapping, ProjectionConstructor annotation, ConstructorMappingAnnotationProcessorContext context)
-