Class AbstractPojoHCAnnBootstrapIntrospector
java.lang.Object
org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnBootstrapIntrospector
- All Implemented Interfaces:
PojoBootstrapIntrospector
- Direct Known Subclasses:
HibernateOrmBootstrapIntrospector,InfinispanBootstrapIntrospector
public abstract class AbstractPojoHCAnnBootstrapIntrospector
extends Object
implements PojoBootstrapIntrospector
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAbstractPojoHCAnnBootstrapIntrospector(ReflectionManager reflectionManager, ValueHandleFactory valueHandleFactory) -
Method Summary
Modifier and TypeMethodDescriptionannotations(XAnnotatedElement xAnnotated) ascendingSuperClasses(XClass xClass) protected <T> ValueCreateHandle<T>createValueCreateHandle(Constructor<T> constructor) protected ValueReadHandle<?>createValueReadHandle(Member member) descendingSuperClasses(XClass xClass) Class<?>Methods 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(ReflectionManager reflectionManager, ValueHandleFactory valueHandleFactory)
-
-
Method Details
-
annotationValueHandleFactory
- Specified by:
annotationValueHandleFactoryin interfacePojoBootstrapIntrospector- Returns:
- A
ValueHandleFactoryfor reading annotation attributes.
-
annotations
-
toXClass
-
declaredFieldAccessXPropertiesByName
-
declaredMethodAccessXPropertiesByName
-
ascendingSuperClasses
-
descendingSuperClasses
-
createValueCreateHandle
protected <T> ValueCreateHandle<T> createValueCreateHandle(Constructor<T> constructor) throws IllegalAccessException - Throws:
IllegalAccessException
-
createValueReadHandle
- Throws:
IllegalAccessException
-
toClass
-