Uses of Interface
org.hibernate.search.mapper.pojo.model.spi.PojoTypeModel
-
Packages that use PojoTypeModel Package Description org.hibernate.search.mapper.pojo.logging.spi org.hibernate.search.mapper.pojo.model.hcann.spi org.hibernate.search.mapper.pojo.model.spi -
-
Uses of PojoTypeModel in org.hibernate.search.mapper.pojo.logging.spi
Constructors in org.hibernate.search.mapper.pojo.logging.spi with parameters of type PojoTypeModel Constructor Description PojoTypeModelFormatter(PojoTypeModel<?> typeModel) -
Uses of PojoTypeModel in org.hibernate.search.mapper.pojo.model.hcann.spi
Classes in org.hibernate.search.mapper.pojo.model.hcann.spi that implement PojoTypeModel Modifier and Type Class Description classAbstractPojoHCAnnRawTypeModel<T,I extends AbstractPojoHCAnnBootstrapIntrospector>Methods in org.hibernate.search.mapper.pojo.model.hcann.spi that return PojoTypeModel Modifier and Type Method Description PojoTypeModel<? extends T>AbstractPojoHCAnnRawTypeModel. cast(PojoTypeModel<?> other)Methods in org.hibernate.search.mapper.pojo.model.hcann.spi with parameters of type PojoTypeModel Modifier and Type Method Description PojoTypeModel<? extends T>AbstractPojoHCAnnRawTypeModel. cast(PojoTypeModel<?> other) -
Uses of PojoTypeModel in org.hibernate.search.mapper.pojo.model.spi
Subinterfaces of PojoTypeModel in org.hibernate.search.mapper.pojo.model.spi Modifier and Type Interface Description interfacePojoGenericTypeModel<T>APojoTypeModelrepresenting a parameterized type, where generic type arguments are known.interfacePojoRawTypeModel<T>APojoTypeModelrepresenting a raw type, where generic type parameters are ignored.Classes in org.hibernate.search.mapper.pojo.model.spi that implement PojoTypeModel Modifier and Type Class Description classAbstractPojoGenericTypeModel<T>An abstract base for implementations ofPojoGenericTypeModel.classAbstractPojoRawTypeModel<T,I extends PojoBootstrapIntrospector>classGenericContextAwarePojoGenericTypeModel<T>An implementation ofPojoGenericTypeModelthat takes advantage of the context in which a given property appears to derive more precise type information.classSyntheticPojoGenericTypeModel<T>An abstract base for implementations ofPojoGenericTypeModel.Methods in org.hibernate.search.mapper.pojo.model.spi that return PojoTypeModel Modifier and Type Method Description PojoTypeModel<? extends T>PojoRawTypeModel. cast(PojoTypeModel<?> other)Methods in org.hibernate.search.mapper.pojo.model.spi that return types with arguments of type PojoTypeModel Modifier and Type Method Description <U> Optional<PojoTypeModel<? extends U>>AbstractPojoRawTypeModel. castTo(Class<U> target)<U> Optional<PojoTypeModel<? extends U>>GenericContextAwarePojoGenericTypeModel. castTo(Class<U> target)<U> Optional<PojoTypeModel<? extends U>>PojoTypeModel. castTo(Class<U> target)<U> Optional<PojoTypeModel<? extends U>>SyntheticPojoGenericTypeModel. castTo(Class<U> target)Methods in org.hibernate.search.mapper.pojo.model.spi with parameters of type PojoTypeModel Modifier and Type Method Description PojoTypeModel<? extends T>PojoRawTypeModel. cast(PojoTypeModel<?> other)
-