Uses of Interface
org.hibernate.search.mapper.pojo.model.spi.PojoBootstrapIntrospector
Packages that use PojoBootstrapIntrospector
Package
Description
-
Uses of PojoBootstrapIntrospector in org.hibernate.search.mapper.pojo.mapping.spi
Constructors in org.hibernate.search.mapper.pojo.mapping.spi with parameters of type PojoBootstrapIntrospectorModifierConstructorDescriptionprotected
AbstractPojoMappingInitiator
(PojoBootstrapIntrospector introspector, MapperHints mapperHints) -
Uses of PojoBootstrapIntrospector in org.hibernate.search.mapper.pojo.model.models.spi
Classes in org.hibernate.search.mapper.pojo.model.models.spi that implement PojoBootstrapIntrospector -
Uses of PojoBootstrapIntrospector in org.hibernate.search.mapper.pojo.model.spi
Classes in org.hibernate.search.mapper.pojo.model.spi with type parameters of type PojoBootstrapIntrospectorModifier and TypeClassDescriptionclass
AbstractPojoRawTypeModel<T,
I extends PojoBootstrapIntrospector> Fields in org.hibernate.search.mapper.pojo.model.spi declared as PojoBootstrapIntrospector -
Uses of PojoBootstrapIntrospector in org.hibernate.search.mapper.pojo.standalone.bootstrap.spi
Method parameters in org.hibernate.search.mapper.pojo.standalone.bootstrap.spi with type arguments of type PojoBootstrapIntrospectorModifier and TypeMethodDescriptionStandalonePojoIntegrationBooter.Builder.introspectorCustomizer
(Function<PojoBootstrapIntrospector, PojoBootstrapIntrospector> customize) StandalonePojoIntegrationBooter.Builder.introspectorCustomizer
(Function<PojoBootstrapIntrospector, PojoBootstrapIntrospector> customize)