public interface BeanConfigurer
Bean configurers can be enabled through two different methods:
org.hibernate.search.engine.environment.bean.spi.BeanConfigurer
in the META-INF/services directory of your JAR,
and set the content of this file to the fully-qualified name of your BeanConfigurer implementation.
EngineSpiSettings.BEAN_CONFIGURERS
configuration property (be sure to use the appropriate prefix for the property key, e.g. hibernate.search.).
| Modifier and Type | Method and Description |
|---|---|
void |
configure(BeanConfigurationContext context)
Configure beans as necessary using the given
context. |
void configure(BeanConfigurationContext context)
context.context - A context exposing methods to configure beans.Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.