Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.programmatic.MethodParameterMappingStep
-
-
Uses of MethodParameterMappingStep 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 MethodParameterMappingStep Modifier and Type Method Description voidMethodParameterMappingAnnotationProcessor. process(MethodParameterMappingStep mapping, A annotation, MethodParameterMappingAnnotationProcessorContext context)Extract information from the annotation and, in accordance with that information, contribute to the mapping passed in parameter. -
Uses of MethodParameterMappingStep in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl
-
Uses of MethodParameterMappingStep in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic that return MethodParameterMappingStep Modifier and Type Method Description MethodParameterMappingStepConstructorMappingStep. parameter(int index)Starts the definition of the mapping of a specific constructor parameter.default MethodParameterMappingStepMethodParameterMappingStep. projection(BeanReference<? extends ProjectionBinder> binder)Maps a constructor parameter to a projection definition picked by the given binder.MethodParameterMappingStepMethodParameterMappingStep. projection(BeanReference<? extends ProjectionBinder> binder, Map<String,Object> params)Maps a constructor parameter to a projection definition picked by the given binder with the given parameters.default MethodParameterMappingStepMethodParameterMappingStep. projection(ProjectionBinder binder)Maps a constructor parameter to a projection definition picked by the given binder.default MethodParameterMappingStepMethodParameterMappingStep. projection(ProjectionBinder binder, Map<String,Object> params)Maps a constructor parameter to a projection definition picked by the given binder with the given parameters.
-