Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.programmatic.MethodParameterMappingStep
Packages that use MethodParameterMappingStep
Package
Description
-
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 MethodParameterMappingStepModifier and TypeMethodDescriptionvoid
MethodParameterMappingAnnotationProcessor.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.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic that return MethodParameterMappingStepModifier and TypeMethodDescriptionConstructorMappingStep.parameter
(int index) Starts the definition of the mapping of a specific constructor parameter.default MethodParameterMappingStep
MethodParameterMappingStep.projection
(BeanReference<? extends ProjectionBinder> binder) Maps a constructor parameter to a projection definition picked by the given binder.MethodParameterMappingStep.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 MethodParameterMappingStep
MethodParameterMappingStep.projection
(ProjectionBinder binder) Maps a constructor parameter to a projection definition picked by the given binder.default MethodParameterMappingStep
MethodParameterMappingStep.projection
(ProjectionBinder binder, Map<String, Object> params) Maps a constructor parameter to a projection definition picked by the given binder with the given parameters.