Package org.hibernate.search.mapper.pojo.model.spi
package org.hibernate.search.mapper.pojo.model.spi
-
ClassDescriptionAn abstract base for implementations of a
PojoTypeModel
representing a type with generic type parameters.AbstractPojoRawTypeModel<T,I extends PojoBootstrapIntrospector> An implementation ofPojoTypeModel
that takes advantage of the context in which a given property appears to derive more precise type information.A Pojo introspector used at bootstrap.PojoCaster<T>An identifier for POJO types.APojoTypeModel
representing a raw type, where generic type parameters are ignored.A Pojo introspector used at runtime.A model representing a POJO type: its structure (properties and their type), its name, ...A synthetic implementation ofPojoTypeModel
, i.e. one that is not bound to an actual Java type, but simulates one.