Uses of Interface
org.hibernate.search.mapper.pojo.model.spi.PojoMethodParameterModel
-
-
Uses of PojoMethodParameterModel in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl
Constructors in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl with parameters of type PojoMethodParameterModel Constructor Description MethodParameterMappingAnnotationProcessorContextImpl(PojoConstructorModel<?> constructorModel, PojoMethodParameterModel<?> methodParameterModel, Annotation annotation, AnnotationHelper annotationHelper) -
Uses of PojoMethodParameterModel in org.hibernate.search.mapper.pojo.model.hcann.spi
Classes in org.hibernate.search.mapper.pojo.model.hcann.spi that implement PojoMethodParameterModel Modifier and Type Class Description classPojoHCAnnMethodParameterModel<T>Methods in org.hibernate.search.mapper.pojo.model.hcann.spi that return PojoMethodParameterModel Modifier and Type Method Description PojoMethodParameterModel<?>PojoHCAnnConstructorModel. parameter(int index)Methods in org.hibernate.search.mapper.pojo.model.hcann.spi that return types with arguments of type PojoMethodParameterModel Modifier and Type Method Description List<PojoMethodParameterModel<?>>PojoHCAnnConstructorModel. declaredParameters() -
Uses of PojoMethodParameterModel in org.hibernate.search.mapper.pojo.model.impl
Constructors in org.hibernate.search.mapper.pojo.model.impl with parameters of type PojoMethodParameterModel Constructor Description PojoModelConstructorParameterRootElement(PojoBootstrapIntrospector introspector, PojoMethodParameterModel<P> parameterModel) -
Uses of PojoMethodParameterModel in org.hibernate.search.mapper.pojo.model.spi
Methods in org.hibernate.search.mapper.pojo.model.spi that return PojoMethodParameterModel Modifier and Type Method Description PojoMethodParameterModel<?>PojoConstructorModel. parameter(int index)Methods in org.hibernate.search.mapper.pojo.model.spi that return types with arguments of type PojoMethodParameterModel Modifier and Type Method Description List<PojoMethodParameterModel<?>>PojoConstructorModel. declaredParameters() -
Uses of PojoMethodParameterModel in org.hibernate.search.mapper.pojo.reporting.spi
Methods in org.hibernate.search.mapper.pojo.reporting.spi with parameters of type PojoMethodParameterModel Modifier and Type Method Description static EventContextPojoEventContexts. fromMethodParameter(PojoMethodParameterModel<?> parameter)
-