Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.programmatic.ConstructorMappingStep
-
-
Uses of ConstructorMappingStep 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 ConstructorMappingStep 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 ConstructorMappingStep in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl
Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl with parameters of type ConstructorMappingStep Modifier and Type Method Description voidProjectionConstructorProcessor. process(ConstructorMappingStep mapping, ProjectionConstructor annotation, ConstructorMappingAnnotationProcessorContext context) -
Uses of ConstructorMappingStep in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic that return ConstructorMappingStep Modifier and Type Method Description ConstructorMappingStepTypeMappingStep. constructor(Class<?>... parameterTypes)Starts the definition of the mapping of the constructor of this type accepting arguments with the given types.ConstructorMappingStepTypeMappingStep. mainConstructor()Starts the definition of the mapping of the main constructor of this type.ConstructorMappingStepConstructorMappingStep. projectionConstructor()Marks the constructor to use for projections from an index object (root or object field) to a Java object. -
Uses of ConstructorMappingStep in org.hibernate.search.mapper.pojo.mapping.definition.programmatic.impl
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic.impl that return ConstructorMappingStep Modifier and Type Method Description ConstructorMappingStepTypeMappingStepImpl. constructor(Class<?>... parameterTypes)ConstructorMappingStepTypeMappingStepImpl. mainConstructor()
-