Class HibernateSearchEnabled
- java.lang.Object
-
- io.quarkus.hibernate.search.orm.elasticsearch.deployment.HibernateSearchEnabled
-
- All Implemented Interfaces:
BooleanSupplier
public class HibernateSearchEnabled extends Object implements BooleanSupplier
Supplier that can be used to only run build steps if the Hibernate Search extension is enabled.
-
-
Constructor Summary
Constructors Constructor Description HibernateSearchEnabled(HibernateSearchElasticsearchBuildTimeConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetAsBoolean()
-
-
-
Constructor Detail
-
HibernateSearchEnabled
HibernateSearchEnabled(HibernateSearchElasticsearchBuildTimeConfig config)
-
-
Method Detail
-
getAsBoolean
public boolean getAsBoolean()
- Specified by:
getAsBooleanin interfaceBooleanSupplier
-
-