Class AbstractPojoHCAnnBootstrapIntrospector
java.lang.Object
org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnBootstrapIntrospector
- All Implemented Interfaces:
PojoBootstrapIntrospector
public abstract class AbstractPojoHCAnnBootstrapIntrospector
extends Object
implements PojoBootstrapIntrospector
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAbstractPojoHCAnnBootstrapIntrospector(org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager, ValueHandleFactory valueHandleFactory) -
Method Summary
Modifier and TypeMethodDescriptionannotations(org.hibernate.annotations.common.reflection.XAnnotatedElement xAnnotated) ascendingSuperClasses(org.hibernate.annotations.common.reflection.XClass xClass) protected <T> ValueCreateHandle<T>createValueCreateHandle(Constructor<T> constructor) protected ValueReadHandle<?>createValueReadHandle(Member member) declaredFieldAccessXPropertiesByName(org.hibernate.annotations.common.reflection.XClass xClass) declaredMethodAccessXPropertiesByName(org.hibernate.annotations.common.reflection.XClass xClass) descendingSuperClasses(org.hibernate.annotations.common.reflection.XClass xClass) Class<?>toClass(org.hibernate.annotations.common.reflection.XClass xClass) org.hibernate.annotations.common.reflection.XClassMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.search.mapper.pojo.model.spi.PojoBootstrapIntrospector
annotationValueReadHandleFactory, typeModel, typeModel
-
Field Details
-
valueHandleFactory
-
-
Constructor Details
-
AbstractPojoHCAnnBootstrapIntrospector
public AbstractPojoHCAnnBootstrapIntrospector(org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager, ValueHandleFactory valueHandleFactory)
-
-
Method Details
-
annotationValueHandleFactory
- Specified by:
annotationValueHandleFactoryin interfacePojoBootstrapIntrospector- Returns:
- A
ValueHandleFactoryfor reading annotation attributes.
-
annotations
public Stream<Annotation> annotations(org.hibernate.annotations.common.reflection.XAnnotatedElement xAnnotated) -
toXClass
-
declaredFieldAccessXPropertiesByName
-
declaredMethodAccessXPropertiesByName
-
ascendingSuperClasses
-
descendingSuperClasses
-
createValueCreateHandle
protected <T> ValueCreateHandle<T> createValueCreateHandle(Constructor<T> constructor) throws IllegalAccessException - Throws:
IllegalAccessException
-
createValueReadHandle
- Throws:
IllegalAccessException
-
toClass
-