Uses of Class
org.hibernate.search.util.common.reflect.spi.AnnotationHelper
-
Packages that use AnnotationHelper Package Description org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl -
-
Uses of AnnotationHelper in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl
Fields in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl declared as AnnotationHelper Modifier and Type Field Description protected AnnotationHelperAbstractMappingAnnotationProcessorContext. annotationHelperConstructors in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl with parameters of type AnnotationHelper Constructor Description AbstractMappingAnnotationProcessorContext(AnnotationHelper annotationHelper)ConstructorMappingAnnotationProcessorContextImpl(PojoRawTypeModel<?> typeModel, PojoConstructorModel<?> constructorModel, Annotation annotation, AnnotationHelper annotationHelper)MethodParameterMappingAnnotationProcessorContextImpl(PojoConstructorModel<?> constructorModel, PojoMethodParameterModel<?> methodParameterModel, Annotation annotation, AnnotationHelper annotationHelper)PropertyMappingAnnotationProcessorContextImpl(PojoRawTypeModel<?> typeModel, PojoPropertyModel<?> propertyModel, Annotation annotation, AnnotationHelper annotationHelper, PojoMappingConfigurationContext configurationContext)TypeMappingAnnotationProcessorContextImpl(PojoRawTypeModel<?> typeModel, Annotation annotation, AnnotationHelper annotationHelper)
-