Uses of Interface
org.hibernate.search.engine.environment.classpath.spi.ServiceResolver
Packages that use ServiceResolver
Package
Description
-
Uses of ServiceResolver in org.hibernate.search.engine.common.spi
Methods in org.hibernate.search.engine.common.spi that return ServiceResolverMethods in org.hibernate.search.engine.common.spi with parameters of type ServiceResolverModifier and TypeMethodDescriptionSearchIntegrationEnvironment.Builder.serviceResolver(ServiceResolver serviceResolver) -
Uses of ServiceResolver in org.hibernate.search.engine.environment.bean.impl
Methods in org.hibernate.search.engine.environment.bean.impl with parameters of type ServiceResolverModifier and TypeMethodDescriptionstatic BeanResolverImplBeanResolverImpl.create(ClassResolver classResolver, ServiceResolver serviceResolver, BeanProvider beanManagerBeanProvider, ConfigurationPropertySource rawConfigurationPropertySource) -
Uses of ServiceResolver in org.hibernate.search.engine.environment.classpath.spi
Classes in org.hibernate.search.engine.environment.classpath.spi that implement ServiceResolverModifier and TypeClassDescriptionclassDefault implementation ofClassResolverrelying on anAggregatedClassLoader.Methods in org.hibernate.search.engine.environment.classpath.spi that return ServiceResolverModifier and TypeMethodDescriptionstatic ServiceResolverDefaultServiceResolver.create(AggregatedClassLoader aggregatedClassLoader) -
Uses of ServiceResolver in org.infinispan.search.mapper.mapping.impl
Classes in org.infinispan.search.mapper.mapping.impl that implement ServiceResolverModifier and TypeClassDescriptionfinal classAn implementation of theClassResolver,ResourceResolverandServiceResolvercontracts that just delegates loading to an actualClassLoader.