Interface PojoBootstrapIntrospector
- All Known Implementing Classes:
AbstractPojoHCAnnBootstrapIntrospector,HibernateOrmBootstrapIntrospector,InfinispanBootstrapIntrospector
public interface PojoBootstrapIntrospector
A Pojo introspector used at bootstrap.
-
Method Summary
Modifier and TypeMethodDescriptiondefault 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
ValueHandleFactory annotationValueHandleFactory()- Returns:
- A
ValueHandleFactoryfor reading annotation attributes.
-
annotationValueReadHandleFactory
Deprecated.Use/implementannotationValueHandleFactory()instead.- Returns:
- A
ValueHandleFactoryfor reading annotation attributes.
-
annotationValueHandleFactory()instead.