Interface PojoBootstrapIntrospector
- All Known Implementing Classes:
AbstractPojoHCAnnBootstrapIntrospector
public interface PojoBootstrapIntrospector
A Pojo introspector used at bootstrap.
-
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.search.util.common.reflect.spi.ValueHandleFactorydefault org.hibernate.search.util.common.reflect.spi.ValueReadHandleFactoryDeprecated.<T> PojoRawTypeModel<T>
-
Method Details
-
typeModel
- Type Parameters:
T- The type- Parameters:
clazz- The Java class representing the raw version of the type- Returns:
- A type model for the given type.
-
typeModel
- Parameters:
name- The name of the type- Returns:
- A type model for the requested type.
-
annotationValueHandleFactory
org.hibernate.search.util.common.reflect.spi.ValueHandleFactory annotationValueHandleFactory()- Returns:
- A
ValueHandleFactoryfor reading annotation attributes.
-
annotationValueReadHandleFactory
@Deprecated default org.hibernate.search.util.common.reflect.spi.ValueReadHandleFactory annotationValueReadHandleFactory()Deprecated.Use/implementannotationValueHandleFactory()instead.- Returns:
- A
ValueHandleFactoryfor reading annotation attributes.
-
annotationValueHandleFactory()instead.