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