Package org.hibernate.search.mapper.pojo.model.spi
-
Interface Summary Interface Description GenericContextAwarePojoGenericTypeModel.Helper PojoBootstrapIntrospector A Pojo introspector used at bootstrap.PojoCaster<T> PojoGenericTypeModel<T> APojoTypeModel
representing a parameterized type, where generic type arguments are known.PojoPropertyModel<T> PojoRawTypeModel<T> APojoTypeModel
representing a raw type, where generic type parameters are ignored.PojoRuntimeIntrospector A Pojo introspector used at runtime.PojoTypeModel<T> A model representing a POJO type: its structure (properties and their type), its name, ... -
Class Summary Class Description AbstractPojoGenericTypeModel<T> An abstract base for implementations ofPojoGenericTypeModel
.AbstractPojoRawTypeModel<T,I extends PojoBootstrapIntrospector> GenericContextAwarePojoGenericTypeModel<T> An implementation ofPojoGenericTypeModel
that takes advantage of the context in which a given property appears to derive more precise type information.GenericContextAwarePojoGenericTypeModel.RawTypeDeclaringContext<T> JavaClassPojoCaster<T> PojoRawTypeIdentifier<T> An identifier for POJO types.SyntheticPojoGenericTypeModel<T> An abstract base for implementations ofPojoGenericTypeModel
.